Attempting to download the blink app to SwiftIO playground using python3 mm.py download. The USB driver comes up on my MacBook as /dev/cu.usbmodem58370596801 so I changed the SWIFTIO_MICRO config mmp.py to use that device. Without that change, the board is not found. Now the board is found, but download errors:
Blink % python3 ~/mm-sdk/mm/src/mm.py download
Open /dev/cu.usbmodem58370596801 success
Serial port synchronizing.
Serial port synchronizing.
Board info: MadMachine SwiftIO Micro
ROM_Version: 1.3.0
error: mem_data failed
Attempting to download the blink app to SwiftIO playground using
python3 mm.py download. The USB driver comes up on my MacBook as /dev/cu.usbmodem58370596801 so I changed the SWIFTIO_MICRO config mmp.py to use that device. Without that change, the board is not found. Now the board is found, but download errors: