m][sko 12 Posted May 21, 2018 Share Posted May 21, 2018 Hello I created this topic as I wrote issue on github https://github.com/armbian/build/issues/960 and it looks like forum is better place I want to fix odroid c2 dev So when I use general-packaging-4.17-dev.patch(from sunxi-dev) and when I fix zImage to vmlinux-4.17.0-rc3-odroidc2 symlink all works fine But I don't understand this in general-packaging-4.17-dev.patch Anybody can explain why zImage one time and Image other ? current odroid uboot script load/expect zImage case $ARCH in +aarch64|arm64) + image_name=Image +arm*) + image_name=zImage Link to post Share on other sites More sharing options...
zador.blood.stained 764 Posted May 21, 2018 Share Posted May 21, 2018 4 hours ago, m][sko said: Anybody can explain why zImage one time and Image other ? current odroid uboot script load/expect zImage This was changed several times in the past, the proper name for arm64 kernel is Image but for backwards compatibility with old boot scripts it is set to zImage. In the "next" branch it is consistent, and "dev" still has the intermediate name and related patches. Link to post Share on other sites More sharing options...
m][sko 12 Posted May 21, 2018 Author Share Posted May 21, 2018 I made PR https://github.com/armbian/build/pull/971 thx Link to post Share on other sites More sharing options...
Recommended Posts