mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-02 07:34:33 +02:00
Add username to ssh procedure
This commit is contained in:
parent
8e8cd007ac
commit
1e32faf5b9
@ -14,12 +14,12 @@ This procedure is for users that want to install Open Solo manually using variou
|
|||||||
|
|
||||||
### COPTER FILES ##
|
### COPTER FILES ##
|
||||||
|
|
||||||
1. **SSH into the _Copter_** at address 10.1.1.10, password TjSDBkAu.
|
1. **SSH into the _Copter_** at address 10.1.1.10, username `root` and password `TjSDBkAu`.
|
||||||
|
|
||||||
2. **Prepare for upload** by executing the following commands. When you execute the --get-image command, make sure it says "latest".
|
2. **Prepare for upload** by executing the following commands. When you execute the --get-image command, make sure it says "latest".
|
||||||
```
|
```
|
||||||
sololink_config --update-prepare
|
sololink_config --update-prepare
|
||||||
sololink_config --get-image ## confirm "latest'
|
sololink_config --get-image
|
||||||
umount /dev/mmcblk0p1
|
umount /dev/mmcblk0p1
|
||||||
mkfs.vfat /dev/mmcblk0p1 -n GOLDEN
|
mkfs.vfat /dev/mmcblk0p1 -n GOLDEN
|
||||||
mkdir -p /tmp/golden
|
mkdir -p /tmp/golden
|
||||||
|
Loading…
x
Reference in New Issue
Block a user