rbaron / b-parasite

🌱💧 An open source DIY soil moisture sensor
1.85k stars 143 forks source link

Fix nRF52833 flash partitions #166

Closed rbaron closed 7 months ago

rbaron commented 8 months ago

The nRF52833 has only 512 kB of flash. The .dts file was incorrect, as a product of having it forked from the nRF52840 .dts file, which has 1 MB of flash.

Since we use just a little bit of flash, we luckily never ran into this issue.

The new, correct partitions are closely related to the nrf52833dk.