On Mon, Apr 8, 2013 at 9:17 PM, Rees, Kevron <[email protected]> wrote: > > > > On Mon, Apr 8, 2013 at 11:05 AM, Rudolf Streif <[email protected]> > wrote: >> >> Thanks, Kevron. Are the raw and the bmap both complete images with kernel, >> root fs, and bootloader (syslinux?)? Sorry, it's been a while since I >> created the MeeGo images. >> > > The raw images should have everything you need to boot. Just dd it to a usb > stick and go. wget -qO- [url/to/image.img.bz2] | bzcat | dd > of=/dev/usbStick is a handy command that I use.
Artem's bmaptool [1] is also very handy: bmaptool copy [url/to/image.img.bz2] /dev/usbStick [1] download.tizen.org/tools Mikko _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
