Search found 4 matches
- Wed Aug 23, 2017 8:12 pm
- Forum: General Discussion
- Topic: Trying to change partition table
- Replies: 6
- Views: 8796
Re: Trying to change partition table
So I have a couple questions on this. First, what are the practical limits to what I can allocate for the nvs? You mentioned that performance falls off for larger partitions, so if I am able to get 1 or 2M working, will it be unbearably slow? Second, is there any documentation for accessing the Flas...
- Mon Aug 14, 2017 5:54 pm
- Forum: General Discussion
- Topic: Trying to change partition table
- Replies: 6
- Views: 8796
Re: Trying to change partition table
OK, bug was posted. Is anyone looking at this? Seems like something that should be fixed if it is a legit bug and not something dumb on my part.
https://github.com/espressif/esp-idf/issues/834
https://github.com/espressif/esp-idf/issues/834
- Fri Jul 21, 2017 9:13 pm
- Forum: General Discussion
- Topic: Trouble writing new partition table
- Replies: 0
- Views: 2549
Trouble writing new partition table
Hey, I am trying to specify a custom partition table to use the entirety of our 16MB flash chip, so I want to expand the size of the nvs partition to 12MB. I created the custom .csv and specified its location in menuconfig, where I also updated the app start address and saved the sdkconfig file. Nex...
- Fri Jul 21, 2017 4:37 pm
- Forum: General Discussion
- Topic: Trying to change partition table
- Replies: 6
- Views: 8796
Trying to change partition table
Hello, I'm having trouble trying to change the partition table to use the rest of our 16M flash chip with espressif's nvs api. I created the custom .csv and specified its location in menuconfig, where I also updated the app start address and saved the sdkconfig file. Next, I run "make partition_tabl...