Get fw_printenv working on Phicomm N1fw_printenv
/ fw_setenv
on Armbian 5.6x does not work out of box:
12 # fw_printenvCannot parse config file '/etc/fw_env.config': No such file or directory
To solve this issue, put the following to /etc/fw_env.config
:
12 # Device to access offset env size/dev/mmcblk1 0x27400000 0x10000
IIRC Armbian 5.40- had this file in its image, not sure why the newer version hasn’t.
fw_printenv
/ fw_setenv
on Armbian 5.6x does not work out of box:
1 2 | # fw_printenv Cannot parse config file '/etc/fw_env.config': No such file or directory |
To solve this issue, put the following to /etc/fw_env.config
:
1 2 | # Device to access offset env size /dev/mmcblk1 0x27400000 0x10000 |
IIRC Armbian 5.40- had this file in its image, not sure why the newer version hasn’t.