-->
Page 1 of 1

Correct Setting for flashing 1mb esp-01

PostPosted: Fri Jul 22, 2016 3:22 pm
by GotADab
as almost every write up out there is for the 512kb version, i am having alot of difficulty with this 1mb version.

so can someone please clarify the setting in the nodemcu flasher that is needed to upgrade a makerfire 1mb esp01 that has .9 sdk loaded.

1. 512KB
master_device_key.bin 0x3E000
esp_init_data_default.bin 0x7C000
blank.bin 0x7E000
boot.bin 0x00000
user1.bin 0x01000
user2.bin 0x41000

2. 1024KB Flash
master_device_key.bin 0x3E000
esp_init_data_default.bin 0xFC000
blank.bin 0xFE000
boot.bin 0x00000
user1.bin 0x01000
user2.bin 0x81000

do i change the config file to 1mb? and address according to above?

the firmware is not being recognized automatically. and works only after a mnual dofile command

Re: Correct Setting for flashing 1mb esp-01

PostPosted: Sat Jul 23, 2016 6:47 am
by GotADab
no one?

Re: Correct Setting for flashing 1mb esp-01

PostPosted: Wed Jul 27, 2016 4:54 pm
by Taylor
Espressif's SDK Getting started guide p14-16 should do you right.

You can also click on part 4 here and check out the flash map.

Re: Correct Setting for flashing 1mb esp-01

PostPosted: Thu Jul 28, 2016 2:32 pm
by devsaurus
GotADab wrote:the firmware is not being recognized automatically. and works only after a mnual dofile command

Can you please post the output? This error description is not clear to me.