Search found 6 matches

by mwalimu
Tue Feb 15, 2022 12:37 am
Forum: ESP32 boards
Topic: MicroPython 1.18 on ESP32-S3
Replies: 5
Views: 3525

Re: MicroPython 1.18 on ESP32-S3

When I make this change ->edit line: idf.py $(IDFPY_FLAGS) build -> idf.py $(IDFPY_FLAGS) menuconfig I get this error message: Traceback (most recent call last): File "makeimg.py", line 59, in <module> partition_table = load_partition_table(arg_partitions_bin) File "makeimg.py", line 37, in load_par...
by mwalimu
Sat Feb 12, 2022 7:32 pm
Forum: ESP32 boards
Topic: MicroPython 1.18 on ESP32-S3
Replies: 5
Views: 3525

Re: MicroPython 1.18 on ESP32-S3

I followed your instructions and got: ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:1 load:0x3fcd0108,len:0xf60 load:0x403b6000,len:0x978 load:0x403ba000,len:0x2c80 entry 0x403b616c W (25) bootloader_random: RNG for ESP32-S...
by mwalimu
Sat Feb 05, 2022 5:59 pm
Forum: ESP32 boards
Topic: Problems with ESP32-s3
Replies: 11
Views: 36400

Re: Problems with ESP32-s3

You probably need to get the next version of esptool. I have the same board and was able to flash 1.18, but I had to update to the newest flash tools. However, even though I got it to work, it has lots of problems, the worst being that it reports 0 KB of storage. It appears that the esp-idf does not...
by mwalimu
Tue Aug 03, 2021 3:43 pm
Forum: Raspberry Pi microcontroller boards
Topic: File size differences
Replies: 7
Views: 5058

Re: File size differences

I noticed that an update was made to the github file for Adafruit's QTYPY_RP2040 where the size of the flash was increased. When I ran it, however I got this error: [ 70%] Building C object CMakeFiles/firmware.dir/rp2_flash.c.obj In file included from /home/chris/micropython/py/obj.h:29, from /home/...
by mwalimu
Sat Jun 26, 2021 10:00 pm
Forum: Raspberry Pi microcontroller boards
Topic: File size differences
Replies: 7
Views: 5058

Re: File size differences

Circuitpython reports 7mb storage while micropython reports 3mb for the same board.
by mwalimu
Sat Jun 26, 2021 7:11 pm
Forum: Raspberry Pi microcontroller boards
Topic: File size differences
Replies: 7
Views: 5058

File size differences

I have been experimenting with MicroPython and CircuitPython on rpi Pico. The Adafruit Pico Feather and QTPY 2040 have 8MB flash storage . In CircuitPython shows up as 7MB, but Micropython shows up as 3 MB. The Pico board has 4MB, but in Micropython storage shows up as 1.3MB.

Is this an error?