Replies: 2 comments 1 reply
-
|
Comment out (put a # in front of) this line and try again |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks. Commenting out the line worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to build an image to test color change and it is failing at the Upload Filesystem Image stage.
A fatal error occurred: Could not open /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0, the port is busy or doesn't exist.
(could not open port '/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0': FileNotFoundError(2, 'The system cannot find the path specified.', None, 3))
Running on Windows 11. I can connect to the clock in chrome when it's plugged in to usb.
I am following these steps:
Install Visual Studio Code
Install PlatformIO
install python as a PlatformIO dependency
clone the project using Visual Studio Code
PlatformIO should detect the project
You should be able to see PlatformIO tab in the sidebar
Select ulanzi_debug -> General -> Build
ulanzi_debug -> Platform -> Build Filesystem image
Connect the clock to the USB port of your computer
ulanzi_debug -> Platform -> Upload Filesystem Image
ulanzi_debug -> General -> Upload and monitor
Beta Was this translation helpful? Give feedback.
All reactions