Configure Mynewt for SPI Flash
#1
Hi All: Here's my new article that explains how we may access PineTime's SPI Flash with Mynewt OS. 

We'll be using SPI Flash in the MCUBoot Bootloader for storing the old firmware, so that MCUBoot can roll back to the old firmware if the new firmware doesn't start.

Configure Mynewt for SPI Flash on PineTime Smart Watch (nRF52)
#2
Is there any code in your SPINOR code to manage power saving mode? I took a quick look and couldn't see it.

This issue caught me out for wasp-os (https://github.com/daniel-thompson/wasp-...-599203312 ) and it will save debugging later to ensure the wakeup command is issued by mynewt and mcuboot automatically.
PineTime: wasp-os and MicroPython, Pinebook Pro:  Debian Bullseye
#3
(05-15-2020, 05:36 AM)danielt Wrote: Is there any code in your SPINOR code to manage power saving mode? I took a quick look and couldn't see it.

This issue caught me out for wasp-os (https://github.com/daniel-thompson/wasp-...-599203312 ) and it will save debugging later to ensure the wakeup command is issued by mynewt and mcuboot automatically.

Nope sorry :-)  My code will mostly be used by the MCUBoot Bootloader, which doesn't have to worry about power issues (I think)
#4
(05-15-2020, 04:29 PM)lupyuen Wrote:
(05-15-2020, 05:36 AM)danielt Wrote: Is there any code in your SPINOR code to manage power saving mode? I took a quick look and couldn't see it.

This issue caught me out for wasp-os (https://github.com/daniel-thompson/wasp-...-599203312 ) and it will save debugging later to ensure the wakeup command is issued by mynewt and mcuboot automatically.

Nope sorry :-)  My code will mostly be used by the MCUBoot Bootloader, which doesn't have to worry about power issues (I think)

You definitely will need to ensure the SPI NOR FLASH wakeup command is issued by mcuboot before trying to send commands to the flash.

If a payload puts the SPI NOR FLASH into low power mode then mcuboot will not be able to access it after a reset unless it sends the wakeup command first.

Some developers dodge this issue bcause they allow the battery to run out whilst they are working on the watch (which also disables the low poer mode) but others hit it *immediately* because the dev kits come programmed with a firmware that does put the FLASH to sleep. Obviously as the open source firmware's implement better power saving then it will also become an issue for the bootloader.
PineTime: wasp-os and MicroPython, Pinebook Pro:  Debian Bullseye


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to use bluetooth after flashing mynewt razrosman 0 1,092 06-09-2022, 12:27 PM
Last Post: razrosman
  Flash SD+BL+APP Over-The-Air Olivier PM 1 1,736 02-27-2022, 01:00 AM
Last Post: tllim
  Article: Bluetooth Time Sync and LVGL on PineTime Mynewt lupyuen 0 2,586 10-15-2020, 05:51 PM
Last Post: lupyuen
  FreeRTOS, RIOT, Mynewt and wasp-os Firmware now auto-building with GitHub Actions lupyuen 1 3,280 08-01-2020, 09:10 AM
Last Post: lupyuen
  Article: Porting MicroPython and wasp-os to Mynewt on PineTime lupyuen 0 2,442 06-03-2020, 07:07 PM
Last Post: lupyuen

Forum Jump:


Users browsing this thread: 1 Guest(s)