On Fri, Sep 1, 2017 at 10:27 AM, Robert Nelson <[email protected]> wrote: > On Fri, Sep 1, 2017 at 10:23 AM, Alexander Rössler > <[email protected]> wrote: >> Thanks. The script created a BOOT partition when supplying the >> --enable-fat-partition command. However, for some reason, it created an ext4 >> partition called BOOT. When I plug in the BBB to my computer via USB, it >> does not show up. >> >> The FAT partition was very useful to supply host drivers and applications >> with the board. > > Passing the "/dev/mmcblkXp1" node has to be fixed here, when > "has_img_file" is not enabled. (it should only be done when there is 2 > partitions) > > https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L514-L534
correction, it's implemented here: https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L466-L481 what does: journalctl | grep am335x_evm show in on bootup.. 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/CAOCHtYjtNZigFkoyCHJ3VCTnLGPAHyZWfFWE0nLSrm01Baxjqw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
