Statistics: Posted by talleychan — Sat Jun 12, 2021 12:49 pm
Statistics: Posted by Her Mary — Thu Jun 03, 2021 11:36 am
Statistics: Posted by gailu — Wed Jun 02, 2021 7:54 pm
Code:
xtensa-lx106-elf-objcopy.exe --only-section .text -O binary hello.ino.elf eagle.app.v6.text.bin
Code:
xtensa-lx106-elf-objcopy.exe --only-section .text* -O binary hello.ino.elf eagle.app.v6.text.bin
Statistics: Posted by gailu — Tue Jun 01, 2021 10:01 pm
Statistics: Posted by gailu — Tue Jun 01, 2021 9:26 pm
Code:
xtensa-lx106-elf-objcopy.exe --only-section .text -O binary hello.ino.elf eagle.app.v6.text.bin
xtensa-lx106-elf-objcopy.exe --only-section .data -O binary hello.ino.elf eagle.app.v6.data.bin
xtensa-lx106-elf-objcopy.exe --only-section .rodata -O binary hello.ino.elf eagle.app.v6.rodata.bin
xtensa-lx106-elf-objcopy.exe --only-section .irom0.text -O binary hello.ino.elf eagle.app.v6.irom0text.bin
Code:
tools\gen_appbin.py hello.ino.elf 1 2 0 4 1
Code:
boot_v1.6.bin: 0x00000;
eagle.app.flash.bin: 0x01000;
esp_init_data_default.bin: 0x3FC000;
blank.bin: 0x3FE000;
Statistics: Posted by gailu — Tue Jun 01, 2021 2:07 pm