Elmoo
May 28, 2025, 10:26am
1
Hi, I have experience unwanted device rollbacks in some cases with WP7607 module. It seems to be related to power down cycles in some environments. Legato system is marked good but rollback still occurs in some cases.
Sometimes device rollbacks to default Legato system and sometimes it has flushed whole system and asks for a new ssh password once I try to connect to it.
What could cause that and how can I prevent it?
jyijyi
May 28, 2025, 10:37am
2
Probably this is due to improper power down sequence, you can see here:
I’ve looked into the PCVOLTLIMITS, it could be useful if it put the board in a safe state before complete power loss, but as far as I have read it only puts the WP in ULPM, and I can’t get it to work with my current power supply. As for the SD, it...
In case others google their way to here: I finally managed to crack this challenge … The solution was to create extra ufs partitions in the “system” (mtd13) mtd partition with my data. This way, all can be restored, even if (when) /mnt/flash...
Some solution can be putting important file to reserved partition:
Or you can build those your application together with legato.cwe
you can go to legato-19.02.0/modules/WiFi/wifi.sdef, under “apps:” section, add
e.g.
$LEGATO_ROOT/apps/sample/helloWorld/helloWorld.adef
[image]
Now the new app will be included in legato.cwe.
Please also note that the max size for legato partition is 8MB.
Or you can put important files together with yocto.cwe: