Difference between revisions of "RSB-3730 Yocto4.2 user guide"

From ESS-WIKI
Jump to: navigation, search
(系統下載(OS Dowload))
Line 115: Line 115:
 
| RJ45 LAN
 
| RJ45 LAN
 
|}
 
|}
 +
  
 
== '''快速入門(Quick Start)''' ==
 
== '''快速入門(Quick Start)''' ==
 
 
 
 
  
 
=== '''系統下載(OS Dowload)''' ===
 
=== '''系統下載(OS Dowload)''' ===
Line 176: Line 173:
 
*GA: Beta version by QE verification;  
 
*GA: Beta version by QE verification;  
  
*RTM: Beta version by SI/Power/QE verification and pre-loaded;
+
*RTM: Beta version by SI/Power/QE verification and pre-loaded;  
 +
 
 +
=== '''系统更新方法(System update method)''' ===
 +
 
 +
'''Device Routes:'''
 +
 
 +
eMMC:/dev/mmcblk2
 +
 
 +
SD: /dev/mmcblk1
 +
 
 +
QSPI: /dev/mtd0
 +
 
 +
'''For example:SD test'''
 +
<pre># dd if=/dev/urandom of=data bs=1 count=1024
 +
# dd if=/dev/mmcblk1 of=backup bs=1 count=1024 skip=4096
 +
# dd if=data of=/dev/mmcblk1 bs=1 seek=4096
 +
# dd if=/dev/mmcblk1 of=data1 bs=1 count=1024 skip=4096
 +
# diff data data1
 +
# dd if=backup of=/dev/mmcblk1 bs=1 seek=4096</pre>
 +
 
 +
'''Install the System from SD Card'''
 +
 
 +
1. Copy imx-image-full-imx8mmrsb3730a2-xxxxxx.rootfs.sdcard package to your desk- top. use ubuntu OS.<br/> 2. Insert SD card to PC.<br/> 3. Make a bootable SD card. For example, the node of an SD card is /dev/sdv.
 +
<pre># umount /dev/sdv*
 +
# dd if=./imx-image-full-imx8mmrsb3730a2-xxxx.rootfs.sdcard \
 +
of=/dev/sdv bs=1M
 +
# sync</pre>
 +
 
 +
4. Insert SD card and copy imx-image-full-imx8mmrsb3730a1-xxxxxx.rootfs.sdcard to USB disk.<br/> 5. Insert USB disk and SD card then boot the whole system from SD card by changing SW1 to 1-2 ON.<br/> 6. Enter usb disk folder, make a bootable emmc.
 +
<pre># cd /run/media/sda1/
 +
# umount /dev/mmcblk2*
 +
# dd if=./imx-image-full-imx8mmrsb3730a2-xxxx.rootfs.sdcard \
 +
of=/dev/mmcblk2 bs=1M
 +
# sync
 +
</pre>
 +
 
 +
== '''Linux基本使用方法(Linux Basic usage method)''' ==
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_Display_Setting Display Setting]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_UART(RS-232/RS-485) UART(RS-232/RS-485)]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_USB USB]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_4/5G 4G]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_Audio Audio]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_GPIO GPIO]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_I2C_Test I2C Test]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_RTC RTC]'''
 +
 
 +
'''[https://ess-wiki.advantech.com.tw/view/RSB-3730_Watchdog Watchdog]'''

Revision as of 07:21, 1 July 2024

產品介绍(Product Presentation)

產品特性(Product Features)

  • NXP i.MX 8M PLUS 4xA53@1.8GHz
  • Integrate 2.3 TOPS NPU and extend 8-26 TOPS AI card
  • 4kP30,1080p60 HEVC, H.264, VP9, VP8 decoding
  • 1080p60 H.265, H.264 encoding
  • 1xHDMI2.0
  • 5xGbE LAN, 1xGbE Fiber
  • USB3.0,USB2.0,RS232,RS485,CAN FD,SATA,SD
  • 8 Channels Mic Array
  • Support AI card/5G/4G/GPS/ Wi-Fi 5/Wi-Fi6/BT
  • Support TPM,TCM
  • Linux and, Andriod
  • Embeded DeviceOn, DeviceOn.CommBridge

產品官網鏈結(Product official website link)

RSB-3730 

硬件接口說明(Hardware interface description)

接口布局圖 Board Layout

RSB-3730 Board Layout.png

RSB-3730 Board Layout 1.png

接口尺寸 Board Dimension

RTENOTITLE


Jumper List

Jumper list describe
VDD VDD 3.3V &5V LVDS VDD & Backlight power level select
BLP1 LVDS Backlight power 12V select
SW1 AT &ATX Mode select and boot mode select
BTN Power Button

Connector List

COM1/DEBUG2 Debug CONN
BAT RTC CONN
M.2 M.2 CONN
LINE OUT LINE OUT CONN
MIC IN MIC IN CONN
UIO1 UIO1
UIO2 UIO2
LVDS LVDS CONN
SD SD slot
SIM SIM slot
OTG OTG
DCIN DC-IN JACK
USB1 USB CONN
HDMI HDMI CONN
COM COM CONN
RST RST CONN
LED LED
Mini PCIE Mini PCIE CONN
LAN1 RJ45 LAN


快速入門(Quick Start)

系統下載(OS Dowload)

Note: LIV= Yocto Linux, UIV=Ubuntu, DIV = Debian, AIV=Android

LBV=BSP, LIV= Image

LIV9=Yocto-2.5, LIVA=Yocto-3.0, LIVB=Yocto-3.3, LIVC=Yocto-4.0 , LIVD=Yocto-4.2……

Downloads : downloads_imx8_6.1.22_2.0.0.tar.gz (imx6 and imx8 support)

[downloads_imx8_6.1.22_2.0.0.tar.gz]
[downloads_imx93_6.1.36.tar.gz]
[ Dropbox link for imx8 Yocto 4.2_6.1.22 Image ]
[ Dropbox link for imx93 Yocto 4.2_6.1.36 Image
Product CPU Image Version Release Date Release Release notes Image Download BSP Download Tag Comment SDK Module Test Report
RSB-3730 IMX8MM imx8LBVD0060 2024-05-24 Beta Release_Note

Baidu passwd: a887

Dropbox

imx8LBVD0060.xml Function Test Pass  (2/4G Ram) SDK Module Test Report
  • Alpha: Basic I/O function bring up by RD;
  • Beta: Basic I/O function、performance and middleware verified by RD. Peripherals integrated;
  • GA: Beta version by QE verification;
  • RTM: Beta version by SI/Power/QE verification and pre-loaded;

系统更新方法(System update method)

Device Routes:

eMMC:/dev/mmcblk2

SD: /dev/mmcblk1

QSPI: /dev/mtd0

For example:SD test

# dd if=/dev/urandom of=data bs=1 count=1024
# dd if=/dev/mmcblk1 of=backup bs=1 count=1024 skip=4096
# dd if=data of=/dev/mmcblk1 bs=1 seek=4096
# dd if=/dev/mmcblk1 of=data1 bs=1 count=1024 skip=4096
# diff data data1
# dd if=backup of=/dev/mmcblk1 bs=1 seek=4096

Install the System from SD Card

1. Copy imx-image-full-imx8mmrsb3730a2-xxxxxx.rootfs.sdcard package to your desk- top. use ubuntu OS.
2. Insert SD card to PC.
3. Make a bootable SD card. For example, the node of an SD card is /dev/sdv.

# umount /dev/sdv*
# dd if=./imx-image-full-imx8mmrsb3730a2-xxxx.rootfs.sdcard \
of=/dev/sdv bs=1M
# sync

4. Insert SD card and copy imx-image-full-imx8mmrsb3730a1-xxxxxx.rootfs.sdcard to USB disk.
5. Insert USB disk and SD card then boot the whole system from SD card by changing SW1 to 1-2 ON.
6. Enter usb disk folder, make a bootable emmc.

# cd /run/media/sda1/
# umount /dev/mmcblk2*
# dd if=./imx-image-full-imx8mmrsb3730a2-xxxx.rootfs.sdcard \
of=/dev/mmcblk2 bs=1M
# sync

Linux基本使用方法(Linux Basic usage method)

Display Setting

UART(RS-232/RS-485)

USB

4G

Audio

GPIO

I2C Test

RTC

Watchdog