Update README.md

This commit is contained in:
Jiao Xianjun 2020-02-19 14:46:35 +01:00 committed by GitHub
parent 042d492399
commit 524bd9cc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,6 +223,8 @@ Disable update (long time hang) on boot or ssh session:
reboot the board, and set proper IP (192.168.10.1) of the connected PC, then from the PC:
ssh roo@192.168.10.122
(password: openwifi)
route add default gw 192.168.10.1
(above route is necessary for your board to access internent via your PC)
```
* Make on board file update easier:
* Option 1: Access the board disk/rootfs from Ubuntu PC: "File manager --> Connect to Server...", input: sftp://root@192.168.10.122/root . Then you can operate files on board like normal files on your disk. To update files that need to be in boot partition (BOOT.BIN, uImage and devicetree.dtb), you can transfer those files to rootfs firstly, then on board: