Jump to content

odroid-c2 on dev


Recommended Posts

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 comment
Share on other sites

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 comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines