Skip to content
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

make makefs|flashfs|copyfs cannot be executed #1

Closed
prasad-dot-ws opened this issue Jul 24, 2017 · 1 comment
Closed

make makefs|flashfs|copyfs cannot be executed #1

prasad-dot-ws opened this issue Jul 24, 2017 · 1 comment

Comments

@prasad-dot-ws
Copy link

@loboris same as ESP32_spiffs_example make makefs|flashfs|copyfs cannot be executed in ESP32_TFT_library as well. Also i tried to do what you did to ESP32_spiffs_example repo but still getting some error and i'm not sure how to fix it. It seems like now esptool required different argument type when flashing?

This is what i'm getting,

Prasads-MacBook-Pro-2:ESP32_TFT_library Prasad$ make flashfs
Making spiffs image ...
python /Users/Prasad/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect
/.
/fonts/.
/fonts/arial_bold.fon
/fonts/BigFont.fon
/fonts/DejaVuSans12.fon
/fonts/DejaVuSans18.fon
/fonts/DejaVuSans24.fon
/fonts/DotMatrix_M.fon
/fonts/Grotesk24x48.fon
/fonts/ocrfont.c
/fonts/SmallFont.fon
/fonts/swiss721_outline.fon
/fonts/Ubuntu.fon
/images/.
/images/test1.jpg
/images/test2.jpg
/images/test3.jpg
/images/test4.jpg
/images/tiger.bmp
/spiffs.info
usage: esptool write_flash [-h] [--flash_freq {keep,40m,26m,20m,80m}]
                           [--flash_mode {keep,qio,qout,dio,dout}]
                           [--flash_size FLASH_SIZE]
                           [--spi-connection SPI_CONNECTION] [--no-progress]
                           [--verify] [--compress | --no-compress]
                           <address> <filename> [<address> <filename> ...]
esptool write_flash: error: argument <address> <filename>: Address "0x0x180000" must be a number
make: *** [flashfs] Error 2
@loboris
Copy link
Owner

loboris commented Sep 28, 2017

This issue is fixed in the latest commit.

@loboris loboris closed this as completed Sep 28, 2017
mmario821 referenced this issue in mmario821/M5Stack_TFT Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants