-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bash: line 1: /: is a directory #67
Comments
I need to see the entire error to be able to help. |
% python3 make.py esp32 clean deploy BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM DISPLAY=st7735 PORT=/dev/cu.usbmodem2101 --flash-size=4 ESP-IDF Partition TableName, Type, SubType, Offset, Size, Flagsnvs,data,nvs,0x9000,24K, [1029/1958] Generating /Users/danielmcshan/GitHub/lvgl_micropython/lib/micropython/mpy-cross/build/mpy-cross esptool.py v4.7.0 |
add |
scratch that. I just saw you have it in there. |
Some guy on forum.lvgl.io :) :)On Jun 26, 2024, at 11:04 AM, Kevin Schlosser ***@***.***> wrote:
where did you get the "PORT=" build command from You should probably view the readme file located here
https://github.com/kdschlosser/lvgl_micropython/blob/main/README.md
It goes over all of the build commands and provides examples of how to use them.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I know I know. I was out of my mind for a second there. I didn't realize that I had pushed that change to the repo. When I realized it I deleted the comment. You problem should be fixed now. I just pushed some commits and one of them addressed the issue you were having. |
I am going to need a little bit of time. Please read... #69 |
Am attempting to build/deploy with this command.
python3 make.py esp32 clean deploy BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM DISPLAY=st7735 PORT=/dev/cu.usbmodem2101 --flash-size=4
It seems to build fine, but ends with
"bash: line 1: /: is a directory"
and does not install the firmware.
The text was updated successfully, but these errors were encountered: