When trying to bootup qemuarma9 BSP with uImage, I ran into the below issues:
1. Need u-boot-mkimage-native depend. kernel.bbclass just checks if KERNEL_IMAGETYPE is uImage, if it is the depend will be added. But, it doesn't check KERNEL_ALT_IMAGETYPE. In the patch, the check for alt image is added. 2. UBOOT_LOADADDRESS is passed to uboot-mkimage in do_uboot_mkimage. But, this function just check if KERNEL_IMAGETYPE is uImage or not. It doesn't check KERNEL_ALT_IMAGETYPE. The patch adds the check. 3. KERNEL_ALT_IMAGETYPE is not deployed at all, although it is built. So, we need install, deploy and package the atl image. Yang The following changes since commit 68824d9b8f6e290da078383316b3f4b732585f2b: u-boot-fw-utils: install config file (2014-06-25 13:51:49 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib yshi/kernel_altimg http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=yshi/kernel_altimg for you to fetch changes up to 8454e4b077364d1f52f1f583ce8abe26d6195371: kernel: Deploy KERNEL_ALT_IMAGETYPE and check it for uImage (2014-07-14 13:21:24 -0700) ---------------------------------------------------------------- Yang Shi (1): kernel: Deploy KERNEL_ALT_IMAGETYPE and check it for uImage meta/classes/kernel.bbclass | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
