mirror of https://github.com/OpenIPC/wiki.git
Update fpv-openipc-aio.md
parent
1ba010b447
commit
ff87176fdb
|
@ -36,8 +36,9 @@ OpenIPC AIO "UltraSight"
|
||||||
## Software
|
## Software
|
||||||
|
|
||||||
### Activate UART debug
|
### Activate UART debug
|
||||||
- Connect the debug board with USB-C.
|
- Connect the debug board with a USB-C cable.
|
||||||
- Interrupt uboot with enter.
|
- Interrupt uboot by holding the enter key.
|
||||||
|
- Run the following commands:
|
||||||
```
|
```
|
||||||
setenv fpv false
|
setenv fpv false
|
||||||
saveenv
|
saveenv
|
||||||
|
@ -47,7 +48,7 @@ saveenv
|
||||||
- Prepare a sdcard formatted in FAT32 with 1GB size.
|
- Prepare a sdcard formatted in FAT32 with 1GB size.
|
||||||
- Download and extract [this package](https://github.com/openipc/builder/releases/download/latest/ssc338q_fpv_openipc-urllc-aio-nor.tgz).
|
- Download and extract [this package](https://github.com/openipc/builder/releases/download/latest/ssc338q_fpv_openipc-urllc-aio-nor.tgz).
|
||||||
- Copy uImage.ssc338q and rootfs.squashfs.ssc338q to the sdcard.
|
- Copy uImage.ssc338q and rootfs.squashfs.ssc338q to the sdcard.
|
||||||
- Interrupt uboot with enter.
|
- Interrupt uboot by holding the enter key.
|
||||||
- Run the following commands:
|
- Run the following commands:
|
||||||
```
|
```
|
||||||
run setsdcard
|
run setsdcard
|
||||||
|
|
Loading…
Reference in New Issue