You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is for the experimental build (v1.8.5-20161020-13-gf5ca668 on 2016-10-24', machine='Adafruit Metro M0 with Flash (Experimental) with samd21g18)
boot.py does not load on start and writing to the file system on mac 10.11.6 (usb drive MICROPYTHON) gives an error, but does save (see screenshot).
.................
Traceback (most recent call last):
File "", line 1, in
NameError: name 'help' is not defined
import os
os.uname()
(sysname='samd21', nodename='samd21', release='1.8.5', version='v1.8.5-20161020-13-gf5ca668 on 2016-10-24', machine='Adafruit Metro M0 with Flash (Experimental) with samd21g18')
...............
The text was updated successfully, but these errors were encountered:
interesting, after a soft reboot it runs boot.py and main.py so that "fixes" it.
soft reboot
Traceback (most recent call last):
File "main.py", line 7, in
KeyboardInterrupt:
Adafruit MicroPython v1.8.5-20161020-13-gf5ca668 on 2016-10-24; Adafruit Metro M0 with Flash (Experimental) with samd21g18
help
'Welcome to Adafruit Micropython!!!!'
os.listdir()
['._.Trashes', '.TemporaryItems', 'boot.py', '.boot.py', '.fseventsd', '.Trashes', 'main.py', '..TemporaryItems']
this is for the experimental build (v1.8.5-20161020-13-gf5ca668 on 2016-10-24', machine='Adafruit Metro M0 with Flash (Experimental) with samd21g18)
boot.py does not load on start and writing to the file system on mac 10.11.6 (usb drive MICROPYTHON) gives an error, but does save (see screenshot).
.................
Traceback (most recent call last):
File "", line 1, in
NameError: name 'help' is not defined
import os
os.uname()
(sysname='samd21', nodename='samd21', release='1.8.5', version='v1.8.5-20161020-13-gf5ca668 on 2016-10-24', machine='Adafruit Metro M0 with Flash (Experimental) with samd21g18')
...............
The text was updated successfully, but these errors were encountered: