mirror of
https://github.com/Jan21493/Linkplay.git
synced 2024-11-20 19:33:58 +00:00
Sector size for W25Q128 NOR flash is 0x1000
This commit is contained in:
parent
c1af89109d
commit
c11c847031
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ Create the file **_/etc/fw_env.config_** with the following content, e.g. with v
|
|||
```
|
||||
cat <<\EOF > /etc/fw_env.config
|
||||
# MTD device name Device offset Env. size Flash sector size
|
||||
/dev/mtd2 0x02000 0x4000 0x4000
|
||||
/dev/mtd2 0x02000 0x4000 0x1000
|
||||
EOF
|
||||
mkdir /var/lock
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue