Could be a fat partition that has nothing but the beaglebone support files on it ect ( for windows ), but was curious about NTFS file system support. Was actually thinking about this the other day . . .
On Thu, Sep 4, 2014 at 1:18 PM, William Hermans <[email protected]> wrote: > *Okay, only the "console" images fully feature this, as the lxde's* >> * still export /dev/mmcblk0p1 as vfat for windows users.. ;)* >> > > How about . . . > > file=/path/to/ntfs-partition > > ??? > > > > On Thu, Sep 4, 2014 at 11:24 AM, Robert Nelson <[email protected]> > 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... >> >> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-09-03 >> >> 3.8 -> 3.14 transition: >> http://elinux.org/Beagleboard:Capes_3.8_to_3.14 >> >> Regards, >> >> -- >> Robert Nelson >> http://www.rcn-ee.com/ >> >> -- >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
