74 lines
5.2 KiB
Plaintext
74 lines
5.2 KiB
Plaintext
[1/10] Performing build step for 'bootloader'
|
|
[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin
|
|
Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free.
|
|
[2/10] No install step for 'bootloader'
|
|
[3/10] Completed 'bootloader'
|
|
[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets':
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable]
|
|
131 | int packet_count = 0;
|
|
| ^~~~~~~~~~~~
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets':
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
383 | &data[i+1], // Address byte
|
|
| ^~~~~~~~~~
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
|
|
69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) {
|
|
| ~~~~~~~~~~~~~~~^~
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level:
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:453:13: warning: 'tx_task' defined but not used [-Wunused-function]
|
|
453 | static void tx_task(void *arg)
|
|
| ^~~~~~~
|
|
[5/10] Linking C static library esp-idf/main/libmain.a
|
|
[6/10] Generating ld/sections.ld
|
|
[7/10] Linking CXX executable uart_async_rxtxtasks.elf
|
|
[8/10] Generating binary image from built executable
|
|
esptool.py v4.8.1
|
|
Creating esp32c6 image...
|
|
Merged 1 ELF section
|
|
Successfully created esp32c6 image.
|
|
Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin
|
|
[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin
|
|
uart_async_rxtxtasks.bin binary size 0x2de40 bytes. Smallest app partition is 0x100000 bytes. 0xd21c0 bytes (82%) free.
|
|
[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake
|
|
esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin
|
|
esptool.py v4.8.1
|
|
Serial port /dev/tty.usbmodem101
|
|
Connecting....
|
|
Chip is ESP32-C6FH4 (QFN32) (revision v0.1)
|
|
Features: WiFi 6, BT 5, IEEE802.15.4
|
|
Crystal is 40MHz
|
|
MAC: f0:f5:bd:ff:fe:2c:07:18
|
|
BASE MAC: f0:f5:bd:2c:07:18
|
|
MAC_EXT: ff:fe
|
|
Uploading stub...
|
|
Running stub...
|
|
Stub running...
|
|
Changing baud rate to 460800
|
|
Changed.
|
|
Configuring flash size...
|
|
Flash will be erased from 0x00000000 to 0x00005fff...
|
|
Flash will be erased from 0x00010000 to 0x0003dfff...
|
|
Flash will be erased from 0x00008000 to 0x00008fff...
|
|
SHA digest in image updated
|
|
Compressed 21984 bytes to 13571...
|
|
Writing at 0x00000000... (100 %)
|
|
Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 501.1 kbit/s)...
|
|
Hash of data verified.
|
|
Compressed 187968 bytes to 95607...
|
|
Writing at 0x00010000... (16 %)
|
|
Writing at 0x0001aae8... (33 %)
|
|
Writing at 0x000215e3... (50 %)
|
|
Writing at 0x000288b8... (66 %)
|
|
Writing at 0x00030bab... (83 %)
|
|
Writing at 0x00037975... (100 %)
|
|
Wrote 187968 bytes (95607 compressed) at 0x00010000 in 1.7 seconds (effective 906.4 kbit/s)...
|
|
Hash of data verified.
|
|
Compressed 3072 bytes to 103...
|
|
Writing at 0x00008000... (100 %)
|
|
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 416.6 kbit/s)...
|
|
Hash of data verified.
|
|
|
|
Leaving...
|
|
Hard resetting via RTS pin...
|