Solved
STM32MP157dk uboot ums seen in virtualbox Macos, bootfs, vendorfs etc. are a read only file systems
- November 3, 2023
- 1 reply
- 1800 views
Having doing a workshop regarding OpenST linux boot customisation (https://www.youtube.com/watch?v=hqGA5Krk0mU), I stumbled on a problem with a mass storage mount. Doing "ums 0 mmc 0" in uboot gives me partitions within an sdcard but only to see them as read only, unable to be mounted.
Mounting sdb1 via terminal gave me error of "wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program or other error".
St link is working, only problem is with usb download gadget.
Unfortunately I am a beginner within the stm ecosystem so any help is greatly appreciated.
Host is Macos Ventura 13.6, virtual virtualbox 7.0.6 as sudo (because of a problem with VERR_SHARING_VIOLATION in usb in regards to st link)
