Re: [yocto] Command to make zimage to ramdisk format

2019-06-13 Thread Zoran Stojsavljevic
Here is what you need (my best guess): https://lists.yoctoproject.org/pipermail/yocto/2018-July/041680.html Please, read carefully this thread. Zoran ___ On Thu, Jun 13, 2019 at 1:35 PM JH wrote: > > Hi, > > I built the Yocto images: > > dev-image-20190528085324.rootfs.wic.gz > zImage--xxx

[yocto] Command to make zimage to ramdisk format

2019-06-13 Thread JH
Hi, I built the Yocto images: dev-image-20190528085324.rootfs.wic.gz zImage--.bin I need to build zImage to ramdisk to run it on RAM in development. What is the correct mkimage command can be used for add ramdisk to the zimage? $ mkimage -A arm -T ramdisk -C none -n uInitrd -d /path/to/init