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

bigflash and OTA with rom of 1MB #1118

Open
daffysub opened this issue May 5, 2017 · 1 comment
Open

bigflash and OTA with rom of 1MB #1118

daffysub opened this issue May 5, 2017 · 1 comment
Assignees

Comments

@daffysub
Copy link

daffysub commented May 5, 2017

Hi,

I'm not sure to understand, because I didn't find detail about bigflash and support of OTA with 2 ROM of 1 MBytes.

You give an example with 1 ROM of 1 Mbytes and an other example with2 ROMs of 512kByte. But nothing for 2 ROM of 1 MBytes.

So, my questions are :

  • Is it possible to put 2 ROMs of 1 Mbytes (with a flash of 2 Mbytes minimum of course) and proceed to an OTA?
  • in makefile of rboot (Makefile-rboot.mk) we can see a reference to the rom1.ld file but were can we find it?

Thank you in adavance.

Best regard

@raburton
Copy link
Member

raburton commented May 5, 2017

Yes, you can do that. Two roms of 1mb is easy, you only need to link one rom file which can be flashed at any (or multiple) 1mb boundary/ies on the flash. So you don't need rom1.ld. The Basic_rBoot sample does what you want and is already configured to run on 4mb flash (e.g. esp12).

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

2 participants