feat(readme): add boot.cifs
This commit is contained in:
21
README.md
21
README.md
@@ -37,3 +37,24 @@ sync-images.sh
|
||||
```
|
||||
|
||||
You can now "burn" the Compact Flash using [BalenaEtcher](https://www.balena.io/etcher/)
|
||||
|
||||
## Changing boot env
|
||||
|
||||
### CIFS
|
||||
|
||||
In the bootloader:
|
||||
```bash
|
||||
setenv boot_scripts boot.cifs
|
||||
saveenv
|
||||
boot
|
||||
```
|
||||
|
||||
If the workspace isn't mount control if there is the line in `/etc/fstab`:
|
||||
```text
|
||||
//192.168.53.4/workspace /workspace cifs vers=1.0,username=root,password=toor,port=1445,noserverino
|
||||
```
|
||||
|
||||
If the line isn't there, add it and mount:
|
||||
```bash
|
||||
mount -a
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user