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

bootloader and partition file missing #37

Open
zhouyousong opened this issue Jan 10, 2025 · 0 comments
Open

bootloader and partition file missing #37

zhouyousong opened this issue Jan 10, 2025 · 0 comments

Comments

@zhouyousong
Copy link

Hi ,when I flash the nRFBox_V2-1-1.ino.node32s.bin to 0x10000, the serial log as below

chat gpt told me I need download bootloader and partitions to
bootloader.bin → 0x1000
partitions.bin → 0x8000

is any one have these 2 files, thanks

configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:6932
load:0x40078000,len:13712
load:0x40080400,len:4260
entry 0x400806e4
�[0;32mI (107) boot: Chip Revision: 1�[0m
�[0;32mI (127) boot_comm: chip revision: 1, min. bootloader chip revision: 0�[0m
�[0;32mI (78) boot: ESP-IDF v4.0.1-193-ge7ac221 2nd stage bootloader�[0m
�[0;32mI (78) boot: compile time 02:47:00�[0m
�[0;32mI (78) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (84) boot: SPI Speed : 40MHz�[0m
�[0;32mI (89) boot: SPI Mode : DIO�[0m
�[0;32mI (93) boot: SPI Flash Size : 4MB�[0m
�[0;32mI (97) boot: Partition Table:�[0m
�[0;32mI (100) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (108) boot: 0 phy_init RF data 01 01 0000f000 00001000�[0m
�[0;32mI (115) boot: 1 otadata OTA data 01 00 00010000 00002000�[0m
�[0;32mI (123) boot: 2 nvs WiFi data 01 02 00012000 0000e000�[0m
�[0;32mI (130) boot: 3 at_customize unknown 40 00 00020000 000e0000�[0m
�[0;32mI (138) boot: 4 ota_0 OTA app 00 10 00100000 00180000�[0m
�[0;32mI (145) boot: 5 ota_1 OTA app 00 11 00280000 00180000�[0m
�[0;32mI (153) boot: End of partition table�[0m
�[0;31mE (157) boot: ota data partition invalid and no factory, will try all partitions�[0m
�[0;31mE (165) esp_image: image at 0x100000 has invalid magic byte�[0m
�[0;31mE (172) boot_comm: mismatch chip ID, expected 0, found 8�[0m
�[0;31mE (178) boot_comm: can't run on lower chip revision, expected 1, found 12�[0m
�[0;33mW (185) esp_image: image at 0x100000 has invalid SPI mode 22�[0m
�[0;33mW (191) esp_image: image at 0x100000 has invalid SPI size 14�[0m
�[0;31mE (198) boot: OTA app partition slot 0 is not bootable�[0m
�[0;31mE (204) esp_image: image at 0x280000 has invalid magic byte�[0m
�[0;31mE (210) boot_comm: mismatch chip ID, expected 0, found 65535�[0m
�[0;31mE (216) boot_comm: can't run on lower chip revision, expected 1, found 255�[0m
�[0;33mW (224) esp_image: image at 0x280000 has invalid SPI mode 255�[0m
�[0;33mW (230) esp_image: image at 0x280000 has invalid SPI size 15�[0m
�[0;31mE (236) boot: OTA app partition slot 1 is not bootable�[0m
�[0;31mE (242) boot: No bootable app partitions in the partition table�[0m
ets Jun 8 2016 00:22:57

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:6932
load:0x40078000,len:13712
load:0x40080400,len:4260
entry 0x400806e4
�[0;32mI (107) boot: Chip Revision: 1�[0m
�[0;32mI (127) boot_comm: chip revision: 1, min. bootloader chip revision: 0�[0m
�[0;32mI (78) boot: ESP-IDF v4.0.1-193-ge7ac221 2nd stage bootloader�[0m
�[0;32mI (78) boot: compile time 02:47:00�[0m
�[0;32mI (78) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (84) boot: SPI Speed : 40MHz�[0m
�[0;32mI (89) boot: SPI Mode : DIO�[0m
�[0;32mI (93) boot: SPI Flash Size : 4MB�[0m
�[0;32mI (97) boot: Partition Table:�[0m
�[0;32mI (100) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (108) boot: 0 phy_init RF data 01 01 0000f000 00001000�[0m
�[0;32mI (115) boot: 1 otadata OTA data 01 00 00010000 00002000�[0m
�[0;32mI (123) boot: 2 nvs WiFi data 01 02 00012000 0000e000�[0m
�[0;32mI (130) boot: 3 at_customize unknown 40 00 00020000 000e0000�[0m
�[0;32mI (138) boot: 4 ota_0 OTA app 00 10 00100000 00180000�[0m
�[0;32mI (145) boot: 5 ota_1 OTA app 00 11 00280000 00180000�[0m
�[0;32mI (153) boot: End of partition table�[0m
�[0;31mE (157) boot: ota data partition invalid and no factory, will try all partitions�[0m
�[0;31mE (165) esp_image: image at 0x100000 has invalid magic byte�[0m
�[0;31mE (172) boot_comm: mismatch chip ID, expected 0, found 8�[0m
�[0;31mE (178) boot_comm: can't run on lower chip revision, expected 1, found 12�[0m
�[0;33mW (185) esp_image: image at 0x100000 has invalid SPI mode 22�[0m
�[0;33mW (191) esp_image: image at 0x100000 has invalid SPI size 14�[0m
�[0;31mE (198) boot: OTA app partition slot 0 is not bootable�[0m
�[0;31mE (204) esp_image: image at 0x280000 has invalid magic byte�[0m
�[0;31mE (210) boot_comm: mismatch chip ID, expected 0, found 65535�[0m
�[0;31mE (216) boot_comm: can't run on lower chip revision, expected 1, found 255�[0m
�[0;33mW (224) esp_image: image at 0x280000 has invalid SPI mode 255�[0m
�[0;33mW (230) esp_image: image at 0x280000 has invalid SPI size 15�[0m
�[0;31mE (236) boot: OTA app partition slot 1 is not bootable�[0m
�[0;31mE (242) boot: No bootable app partitions in the partition table�[0m
ets Jun 8 2016 00:22:57

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

1 participant