Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find Image in kernel directory #4

Open
waabyy opened this issue Feb 10, 2021 · 5 comments
Open

Unable to find Image in kernel directory #4

waabyy opened this issue Feb 10, 2021 · 5 comments

Comments

@waabyy
Copy link

waabyy commented Feb 10, 2021

Hi,
please I would like to use image with support pcie but during compliation according your command:
cp -R linux-5.7.4/arch/arm64/boot/Image /media/ingamedeo//boot/
there is no Image there.
Could you please help me with this issue?
Thank you in advance.
BR

@ingamedeo
Copy link
Owner

You need the change the path appropriately to the path of the SD card

@waabyy
Copy link
Author

waabyy commented Feb 10, 2021

No please,
there is no "Image" file in this directory:
linux-5.7.4/arch/arm64/boot
so there is nothing to copy to SD card. Of course I've used my own link to sd card.
but in root directory of linux-5.7.4, there is vmlinux file. I assume it's kernel. So I think kernel build is done, but without Image.
But how can I convert to Image file ? Or is there some missing switch?

@ingamedeo
Copy link
Owner

Copy this file https://github.com/ingamedeo/orangepi3-h6-mainline/blob/master/configs/linux-5.7.4-config to the kernel src directory and rename it to .config. The file is not there because you have not run the kernel config appropriately, which is not part of the steps listed.

@ingamedeo ingamedeo reopened this Feb 10, 2021
@ingamedeo
Copy link
Owner

Then run the kernel Compilation again

@Drea2dy
Copy link

Drea2dy commented Jun 23, 2021

Hello!
I've got needed Image file after I added "Image" option into make command:
make -j4 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image dtbs modules
But I've faced with other problem:
OrangePI3 booted with the new kernel 5.7.4 (except default armbian 5.10) but without wireless network and PCI. USB3 ports don't show connected USB-stick as on default kernel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants