79229668

Date: 2024-11-27 09:40:31
Score: 1.5
Natty:
Report link

It seems that the problem is that the env is not saved inside the flash, it's loaded in the U-Boot at RAM and then once the kernel is booted this is lost.

Inside U-Boot if you

saveenv

and then boot, it will fix the issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Humusk