Skip to main content

RSB-3730 Yocto4.2 User Guide

Contents

  • 1 產品介绍(Product Presentation)
    • 1.1 產品特性 (Product Features)
    • 1.2 產品官網鏈結(Product official website link)
  • 2 硬件接口說明(Hardware interface description)
    • 2.1 接口布局圖 Board Layout
    • 2.2 接口尺寸 Board Dimension
    • 2.3 Jumper List
    • 2.4 Connector List
  • 3 快速入門(Quick Start)
    • 3.1 系統下載(OS Download)
    • 3.2 系统更新方法(System update method)
  • 4 Linux基本使用方法(Linux Basic usage method)
    • 4.1 Display Setting
    • 4.2 UART(RS-232/RS-485)
    • 4.3 USB
    • 4.4 4G
    • 4.5 Audio
    • 4.6 GPIO
    • 4.7 I2C Test
    • 4.8 RTC
    • 4.9 Watchdog
    • 4.10 Ethernet
    • 4.11 WIFI
    • 4.12 BT
    • 4.13 UIO Test
  • 5 BSP/Linux编译
    • 5.1 Yocto Linux BSP Ver.A User Guide for RSB-3730 series-Yocto 4.2
  • 6 Build known issue

產品介绍(Product Presentation)

產品特性(Product Features)

  • NXP i.MX 8M Mini Cortex-A53 Quad core up to 1.8GHz
  • Onboard LPDDR4 2/4 GB
  • 1 HDMI or 1 Dual Channel 24 bit LVDS or 1 MIPI-DSI by BOM option
  • 4 USB2.0, 1 USB OTG, 2 RS232, 1 RS232/485, 8 GPIO, 1 I2C
  • 1 GbE, 1 Mini-PCIe, 1 M.2
  • Supports Yocto
  • Support I/O Expansions by UIO40-Express I/O boards

RSB-3730


硬件接口說明(Hardware interface description)

接口布局圖 Board Layout

RSB-3730 Board Layout

RSB-3730 Board Layout 1

接口尺寸 Board Dimension

RSB-3730 Board Dimension

Jumper List

Jumper listdescribe
VDDVDD 3.3V & 5V LVDS VDD & Backlight power level select
BLP1LVDS Backlight power 12V select
SW1AT & ATX Mode select and boot mode select
BTNPower Button

Connector List

ConnectorDescription
COM1/DEBUG2Debug CONN
BATRTC CONN
M.2M.2 CONN
LINE OUTLINE OUT CONN
MIC INMIC IN CONN
UIO1UIO1
UIO2UIO2
LVDSLVDS CONN
SDSD slot
SIMSIM slot
OTGOTG
DCINDC-IN JACK
USB1USB CONN
HDMIHDMI CONN
COMCOM CONN
RSTRST CONN
LEDLED
Mini PCIEMini PCIE CONN
LAN1RJ45 LAN

快速入門(Quick Start Guide)

系统更新方法(System update method)

Device Routes:

DeviceNode
eMMC/dev/mmcblk2
SD/dev/mmcblk1
QSPI/dev/mtd0

RSB-3730 SW1 boot select

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 to your desktop (use Ubuntu OS).
  2. Insert SD card to PC.
  3. Make a bootable SD card (e.g. node is /dev/sdv):
umount /dev/sdv*
dd if=./imx-image-full-imx8mmrsb3730a2-xxxx.rootfs.sdcard of=/dev/sdv bs=1M
sync
  1. Copy imx-image-full-imx8mmrsb3730a2-xxxxxx.rootfs.sdcard to USB disk.
  2. Insert USB disk and SD card, boot from SD card by changing SW1 to 1-2 ON.
  3. Enter USB disk folder, flash to 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

Ethernet

WIFI

BT

UIO Test


BSP/Linux编译

Yocto Linux BSP Ver.A User Guide for RSB-3730 series - Yocto 4.2


Build known issue

nnshark error

https://community.nxp.com/t5/i-MX-Processors/Yocto-3-3-5-10-72-BSP-Build-Fail/m-p/1487902