After upgrade from 2.9.0 to 2.9.1 I can’t get the my blinky to compile (regular blinky program with i2c enabled etc.).
errors:
zephyr\zephyr_pre0.elf section datas' will not fit in region
FLASH’
region `FLASH’ overflowed by 160 bytes
MCU bootloader is enabled.
It compiles and runs on a nrf9160DK. I assume default partitioning should be changed?
nrf connect 2.9.1 and feather nrf9160
problem solved by myself. Copied board files for version 2.7.0 from github, and copied to boards folder on nrf connect sdk 2.9.1 boards folder, and then it all worked again.