On Mon, 2013-04-08 at 11:17 -0700, Rees, Kevron 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.
However, if you are less patient like me and do not want to wait 10+ minutes, use bmaptool: bmaptool copy [url/to/image.img.bz2] of=/dev/usbStick Unless network is the bottleneck, it is few times faster than dd, thanks to the .bmap file that you can see in the download page. See full documentation for bmaptool, including where to get it from, here: https://source.tizen.org/documentation/bmaptool -- Best Regards, Artem Bityutskiy _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
