orangepi-xunlong / linux-orangepi

Other
176 stars 157 forks source link

kernel image install fail #65

Open tester58126 opened 5 months ago

tester58126 commented 5 months ago

http://www.orangepi.org/orangepiwiki/index.php/Orange_Pi_5_Plus#Linux_Development_Manual

I followed the URL above to build the kernel on my Orange Pi 5 Plus board and tried to proceed with the update, but the sudo make install command failed.

화면 캡처 2024-01-29 153456

tester58126 commented 5 months ago

it can't seem to generate a proper symlink, is there a workaround ?

rohoog commented 5 months ago

Maybe the target filesystem doesn't support symlinks? (FAT/VFAT) On my orangepi, the /boot isn't a separate filesystem (like it is on RPi); it's just part of the rootfs (ext4).