Open carey-zhou opened 1 month ago
build micropython successfully
micropython
export PATH=/path/to/host/bin:$PATH make -C ports/unix CROSS_COMPILE=arm-none-linux-gnueabihf-
Run fb_test.py failed
fb_test.py
micropython fb_test.py
Error output:
# micropython fb_test.py Traceback (most recent call last): File "fb_test.py", line 6, in <module> File "lv_utils.py", line 45, in <module> RuntimeError: Missing machine.Timer implementation!
the unix port only works on unix like OS's that are 100% compatible with the Linux standard. . It doesn't work on OS's like macOS. This is because macOS is not a 100% Linux compatible.
build
micropython
successfullyRun
fb_test.py
failedError output: