[+] 鸿蒙

This commit is contained in:
acgist
2023-03-19 10:56:01 +08:00
parent dcdf4c0217
commit 36c5bc59e8
6 changed files with 69 additions and 8 deletions

View File

@@ -101,9 +101,9 @@ userfs_jffs2.imguserfs
串口:`115200`
```
setenv bootcmd "sf probe 0;sf read 0x40000000 0x100000 0x600000;go 0x40000000";
setenv bootargs "console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M";
save;
setenv bootcmd "sf probe 0;sf read 0x40000000 0x100000 0x600000;go 0x40000000"
setenv bootargs "console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M"
save
reset
./bin/wpa_supplicant -iwlan0 -c /etc/wpa_supplicant.conf
```