m][sko Posted May 21, 2018 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
zador.blood.stained Posted May 21, 2018 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.
m][sko Posted May 21, 2018 Author Posted May 21, 2018 I made PR https://github.com/armbian/build/pull/971 thx
Recommended Posts