Introduction; Commands; Uboot; Kernel - Advantech RSB-3730 User Manual

Nxp imx8m mini arm cortex-a53 2.5″ sbc with uio40 express
Table of Contents

Advertisement

3.1

Introduction

The purpose of this chapter is to introduce the software development capabilities of
RSB-3730, so that you can develop your own application(s) efficiently.
RSB-3730 is designed to support a Linux host only, so you may not be able to
develop your application on a Windows/Android host PC. For now, the official sup-
ported host Linux version is Ubuntu 18.04 LTS 64-bit; any other version may have
compatibility issues. In this case, we strongly recommend having Ubuntu 18.04 LTS
64-bit installed on your host PC before starting RSB-3730 evaluation/development.
3.2

Commands

3.2.1

Uboot

Commands start with "=>":
=> cat /dev/ttymxc0
3.2.2

Kernel

1.
Commands in a single line start with "# ":
# command
2.
Multi-line commands:
First line starts with "# " and ends with " \".
Next line starts with " " and ends with " \".
Last line starts with " " and ends with " ".
# command1 \
command2 \
command3 \
command4
Copy and run multi-line commands simultaneously.
3.
Annotations in a single line start with "# #---- " and end with " ----# #":
# #---- annotations ----# #
RSB-3730 User Manual
30

Advertisement

Table of Contents
loading

Table of Contents