On Mon, Apr 8, 2013 at 10:50 PM, Artem Bityutskiy < [email protected]> wrote:
> 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 > bmaptool url/to/image.img.bz2 /dev/usbStick the "of=" will cause problems ;). It appears faster. Awesome! Thanks for the tip. -Kevron > > 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
