On Fri, Sep 1, 2017 at 8:44 AM, Alexander Rössler <[email protected]> wrote: > Older BBB had a very useful FAT partition when plugged in via USB. The FAT > partition was also accessible directly on the SD card. However, I have > tested some newer images and saw that some of them still mount the FAT > partition but it's not physically present on the SD card anymore. How can I > create/modify this FAT partition? It seems to be missing on the latest > Machnekit Jessie image.
Oh, it's been a few years since we nuked that partition.. The "virtual" fat image you see now is just an image *.img file we started pushing back in 2015.12.04 Last year, i had added a "--enable-fat-partition" option to the sdcard authoring script: https://github.com/RobertCNelson/omap-image-builder/commit/f24e65c7b7b63a13c41216f893cde05529101722 There's a "setup_sdcard.sh" example here: http://elinux.org/BeagleBoardDebian#Debian_.28stretch.29 Just add the --enable-fat-partition option and see what happens... Regards, -- Robert Nelson https://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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiubP0j-N3ui_GFh073mFRUYZz4zC%2B6VcgAm43gMMHrPg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
