linux - how to load and boot yocto image on the arm hardware? -


i have generated custom linux image yocto hob, , output in /tmp/deploy/images/qumearm folder below:

xxx.rootfs.ext4          size:51mb  xxx.rootfs.tar.bz2       size:13.2mb  xxx.rootfs.manifest      (the compiled packages list file) 

in folder have other files like:zimage,image-qumearm.bin.but don't sure if zimage,image-qumearm.bin output file generated time.

can tell me ,how load , boot image on arm board? lot!

on hardware i'm using zimage flashed on sd card u-boot spl (preloader), u-boot , rootfs. depends on configuration. typical boot scheme is: u-boot spl ->u-boot ->linux_image. linux_image can zimage or uimage.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -