mirror of https://github.com/OpenIPC/wiki.git
169 lines
4.0 KiB
Markdown
169 lines
4.0 KiB
Markdown
# OpenIPC Wiki
|
|
[Table of Content](../README.md)
|
|
|
|
OpenIPC AIO "Mario"
|
|
-------------------
|
|
|
|
https://store.openipc.org/OpenIPC-AIO-Mario-v1-0-p633320808
|
|
|
|

|
|
|
|
Remove the lens cover film befor use
|
|
|
|

|
|
|
|
|
|
|
|
The Mario camera case with 4x M1.2 screws.
|
|
|
|
Side mount holes are M2 x2 screw thread.
|
|
|
|
Install atennas for AIO.
|
|
|
|

|
|
|
|
|
|
|
|
### LED function
|
|
|
|
Red glimmering Power on with Battery
|
|
|
|
Red Wired linked
|
|
|
|
Blue flash RF transmitter
|
|
|
|
Green TBD
|
|
|
|
Board Size 30mmx32mm with 4*M2 mount holes.
|
|
|
|
Heat Sink with 20mmx20mm mount holes.
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Power Section
|
|
|
|
Power input:
|
|
|
|
2S-6S
|
|
|
|
The on board dualway BEC Capacity:
|
|
|
|
RF BEC on board is up to 3A 5V output
|
|
|
|
MSIC BEC on board is up to 2A 5V output
|
|
|
|
enter uboot use uart device connect to top of AIO board(R0,T0)pad.
|
|
|
|
|
|
### Connect usb debug port
|
|
|
|
Plug USB cable to connect AIO and PC first, then power on DC, or usb power only.
|
|
|
|
If there are unknown USB devices in the computer, the following drivers need to be installed.
|
|
[corechip-sr9900-usb20-to-fast-ethernet-adapter-1750095.zip](https://github.com/user-attachments/files/16829005/corechip-sr9900-usb20-to-fast-ethernet-adapter-1750095.zip)
|
|
|
|
in windows:
|
|
|
|
go to control panel- internet -network:
|
|
|
|
find a usb2.0 to fast Ethernet Adapter
|
|
|
|
set this card ipv4 address to 192.168.1.11 mask:255.255.255.0
|
|
|
|
apply
|
|
|
|
then open ssh to connect AIO address:192.168.1.10
|
|
|
|
user:root password:12345
|
|
|
|
|
|
### Upgrade firmware
|
|
|
|
Update firmware possible via SD card or just use win scp drug the rootfs and kernel files to /tmp
|
|
|
|
```
|
|
sysupgrade -n -z --kernel=/tmp/uImage.ssc338q --rootfs=/tmp/rootfs.squashfs.ssc338q
|
|
```
|
|
|
|
You can [download](https://github.com/OpenIPC/wiki/blob/master/en/fpv-openipc-aio-ultrasight.md#software) firmware via the link that is used for online updates.
|
|
|
|
You can also read the current discussions and suggestions here:
|
|
|
|
- https://t.me/c/1809358416/98818/103632
|
|
- https://t.me/c/1809358416/98818/108052
|
|
|
|
Or just use the configurator - https://github.com/OpenIPC/configurator
|
|
|
|
|
|
### RF section
|
|
|
|
RF antenna characteristics
|
|
|
|

|
|
|
|

|
|
|
|
|
|
Default Antenna is ANT1 for 1T1R, ANT0+ANT1 is 2T2R
|
|
|
|
Reconmand RF setting
|
|
|
|
RF Power max 18dbm for onbard PA input.
|
|
For 1T1R rf setting range: 1-63 firmware update to latest!
|
|
stbc=0,ldpc=0 Recommand RF power value < 45
|
|
|
|
MCS index 1,3(0-7 is 1T1R, 8+ is 2T2R)
|
|
|
|
Video bitrate:4096 /8192/12688(mcs 3+)
|
|
|
|
when use stbc=1,ldpc=1 recommand rf power setting for MCS3 from 8-15 for test.
|
|
|
|
Keep RF power < = 15 when on bench test(when only usb connect)
|
|
|
|
|
|
### SD solt for Air camera record
|
|
|
|
on bench test or debug is disable the record function defaultly
|
|
|
|
To enable the recording function set (record value)true in majestic.yaml
|
|
|
|
|
|
On board heat sink and cooling fan:
|
|
|
|
cooling fan out put power up to 500mA max
|
|
|
|
all heat sink mount holes are M2 screws thread.
|
|
|
|
|
|
### Extend connector**
|
|
|
|

|
|
|
|
|
|
**NOTE**
|
|
|
|
USB only for debug mode, when DC power only, the cdc ethernet works in sleep mode to save energy.
|
|
|
|
USB power only mode Power limited 5W input.
|
|
|
|
**Upgrade Firmware to Ruby FPV**
|
|
|
|
plug usb cable and setting cdc ethernet ipv4: 192.168.1.11 255.255.255.0
|
|
|
|
use winscp drag unzip files to /tmp
|
|
|
|
use ssh login and copy following command:
|
|
|
|
sysupgrade --kernel=/tmp/uImage.ssc338q --rootfs=/tmp/rootfs.squashfs.ssc338q -z -n
|
|
|
|
after update and reboot
|
|
|
|
use ssh login and set command:
|
|
|
|
fw_setenv sensor imx335 && fw_setenv upgrade https://github.com/OpenIPC/firmware/releases/download/latest/openipc.ssc338q-nor-rubyfpv.tgz && reboot
|
|
|
|
|