meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.51k stars 865 forks source link

Moar LR1110 Targets #4148

Closed caveman99 closed 3 months ago

fifieldt commented 4 months ago

@caveman99 Thanks for your work.

Got this working on a wio-sdk-wm1110 with one modification: need to increase the SD_FLASH_SIZE for the 7.3.0 softdevice


diff --git a/src/platform/nrf52/softdevice/nrf_sdm.h b/src/platform/nrf52/softdevice/nrf_sdm.h
index 2786a86a..33b6cc34 100644
--- a/src/platform/nrf52/softdevice/nrf_sdm.h
+++ b/src/platform/nrf52/softdevice/nrf_sdm.h
@@ -141,7 +141,7 @@ the start of the SoftDevice (without MBR)*/
  *         Add @ref MBR_SIZE to find the first available flash address when the SoftDevice is installed
  *         just above the MBR (the usual case).
  */
-#define SD_FLASH_SIZE 0x26000
+#define SD_FLASH_SIZE 0x27000
fifieldt commented 3 months ago

https://github.com/meshtastic/firmware/commit/e1bf4c32f3bade256667e24f706010505a115a9c was merged ... seems this branch needs an update.

fifieldt commented 3 months ago

https://github.com/meshtastic/firmware/pull/4251