On 09/04/2014 02:24 PM, Robert Nelson wrote:
> Howdy!
> 
> I just pushed out another round of images for testing.
> 
> There's really only "one" big change with this image, the sorta change
> that will re-write every wiki document.
> 
> NO VFAT PARTITION REQUIRED!!!
> 
> Let me repeat that... THE VFAT "boot" PARTITION IS NOT REQUIRED! ;)
> 
> Okay, only the "console" images fully feature this, as the lxde's
> still export /dev/mmcblk0p1 as vfat for windows users.. ;)
> 
> The magic is this:
> 
> dd if=MLO of=/dev/sdX count=1 seek=1 conv=notrunc bs=128k
> dd if=u-boot.img of=/dev/sdX count=2 seek=1 conv=notrunc bs=384k
> 
> So far i've only got it to reliabley work on omap4+ bootroms (which
> include the am335x).. so beagle/beagle-xm, not yet...

You need to be really good about wiping out the FAT partition before you
do this or you'll run into problems of the ROM finding things that
aren't there anymore.  Doing a dd if=/dev/zero of=/dev/sdXp1 before
re-doing the partition table is a good idea.

-- 
Tom

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to