ClearFog CN9130 Pro Quick Start Guide
Revision and Notes
Date | Owner | Revision | Notes |
---|---|---|---|
Dec 7, 2021 |
| 1.0 | Initial release |
Table of Contents |
|
Introduction
The following quick start guide provides background information about the ClearFog Pro product which use the CN9130 System on module.
The guide will give a technical overview about the product and by the end of it you should be able to boot an operating system and begin testing your application.
Hardware Setup
Product Specifications
SOM Model | OCTEON CN9130 |
---|---|
Processor | 64-bit Cortex A72 |
Core Frequency | up to 2.2GHz |
Memory & Storage | 64bit DDR4 W/O ECC, Up to 8GB at 2400MT/s |
| M.2 |
| uSD and 8GB eMMC |
Connectivity | 2 x mSATA/mPCIE |
| 1 x USB 3.0 port |
| 1 x Port dedicated Ethernet |
| 5 x Port switched Ethernet |
| 1 x SFP+ 10GbE |
I/O & Misc. | Not supported |
| GPIO Header (mikroBUS) |
| Indication LEDs |
| PoE expansion header |
| RTC Battery |
| FTDI (Console Only)/Debug Header |
| JTAG Header |
OS Support | Linux Kernel 4.x, OpenWRT/LEDE, Yocto |
Power | Wide range 9V- 32V |
| Advanced Power Control |
| Fan Control |
Dimensions | 225mm x 100mm (PCBA) |
| 226mm x 104mm x 33mm (Enclosed) |
Enclosure | Optional metal enclosure |
|
Supported with CN9130 SOM. For more detailed information about our CN9130 SOM series please visit this user manual : CN9130 SOM Hardware User Manual .
Block Diagram
The following figure describes the ClearFog Pro Block Diagram.
Visual features overview
Please see below the features overview of the connector side of the ClearFog Pro (CN9130 SOM assembled).
Print side connector overview of the ClearFog Pro.
Software Setup
Cable setup and prerequisites
Here is what you will need to power up the board:
Linux or Windows PC
ClearFog Pro with SOM
12V Power adapter (ClearFog Pro has wide range input of 9V-32V, it is recommended to use 12V power adapter)
Micro USB to USB for console, the ClearFog Pro has an onboard FTDI chip.
IP router or IP switch
Recommended Cables
The following is a list of industry-standard cables, sorted by type, with the necessary compliance requirements that have been proven to work well with the ClearFog product family (ClearFog Base / Pro).
These examples are the cables which SolidRun uses for testing, and should provide enough information to source products from your preferred cable vendor.
Ethernet cable: Monoprice 24AWG Cat6A 500MHz STP
USB Cable: SuperSpeed USB 3.0 Type A Male to Female Extension Cable in Black
SFP connector: GigaLite GE-GB-P1RT-E SFP module with Monoprice 24AWG Cat6A 500MHz STP cable
Boot Select
Before powering up the board for the first time it is recommended to select the boot media. In order to configure the boot media, please refer to ClearFog CN9130 Boot Select .
Booting from an SPI card
The switches on the boot source selector must be set as follows:
Switch 1 | Switch 2 | Switch 3 | Switch 4 | Switch 5 |
ON | X | OFF | ON | X |
The following shows how to set the switches on the boot source selector:
Once you set the switches, you can apply the following for booting from an SPI card and loading the Ubuntu from an SD card.
Please Note:
The SPI includes U-Boot by default.
1. Downloading the Ubuntu 20.04 image
wget https://solid-run-images.sos-de-fra-1.exo.io/CN913x/cn913x_build/20240603-f591a0b/ubuntu-cn9130-cf-pro-mmc:1:0.img.xz
For more Ubuntu releases, please visit Ubuntu Releases for CN913x.
2. Writing the image to the SD card
Use the following commands for writing the image to an SD card:
xz -dc ubuntu-cn9130-cf-pro-mmc:1:0.img.xz | dd of=/dev/sdX bs=4k conv=fdatasync
For more information, please visit Flashing an SD Card.
Note: Plug a micro SD into your Linux PC, the following assumes that the micro SD is added as /dev/sdX and all it’s partitions are unmounted.
3. SD card insertion
Please Insert the SD card into your device.
4. Power connection
Connect your power adaptor to the DC jack, and then connect the adaptor to the main supply.
5. Serial Connection
Please insert the micro USB into your device, then you can refer to Serial Connection for installing the necessary serial connection software in Linux/Windows.
In u-boot prompt, to continue booting from the SD card, run the following:
setenv get_images "load mmc 1:1 $kernel_addr_r boot/Image /
load mmc 1:1 $fdt_addr_r boot/cn9130-cf-pro.dtb /
setenv root 'root=/dev/mmcblk1p1 rootwait rw' /
setenv ramdisk_addr_r -"
saveenv
boot
Once you installed the necessary serial connection software and ran the above commands, you should be able to see the following:
In order to be able to log in , please insert “root” as a username and password as follows:
6. Final stages
The following stages need to be done in order to finalize the imaging:
Run
fdisk /dev/mmcblk1
if using SD, or run if usingfdisk /dev/mmcblk0
eMMC.Recreate the first partition by deleting it and then creating a new partition that starts at block 131072 and extends to the end of the drive (or less depending on your needs).
Write the new partition, when prompt about ‘Do you want to remove the signature?’ then answer with yes.
Run
resize2fs /dev/mmcblk1p1
if using SD Card, or Runresize2fs /dev/mmcblk0p1
if using eMMC.In this stage the root partition should be big enough to start populating it; but first update the RTC clock.
Connect the RJ45 to your network with internet access (and DHCP server); and then run
dhclient
.Update the RTC clock by running
ntpdate pool.ntp.org
and thenhwclock -w
.Run
apt-update
and then populate the root filesystem as you wish.
Please see below an example of resizing the filesystem :
Install to eMMC
The switches on the boot source selector must be set as follows:
Switch 1 | Switch 2 | Switch 3 | Switch 4 | Switch 5 |
OFF | X | OFF | ON | X |
1. Downloading the Ubunto image
2. Writing the image to eMMC
3. Power connection
Connect your power adaptor to the DC jack, and then connect the adaptor to the main supply.
4. Serial Connection
Please insert the micro USB into your device, then you can refer to Serial Connection for installing the necessary serial connection software in Linux/Windows.
5. Set the boot command to load the image from the eMMC device:
In U-boot prompt, run the following commands only in the first boot:
Use ‘root’ as a username and password to be able to log in.
6. Final stages
The following stages need to be done in order to finalize the imaging:
Run
fdisk /dev/mmcblk1
if using SD, or run if usingfdisk /dev/mmcblk0
eMMC.Recreate the first partition by deleting it and then creating a new partition that starts at block 131072 and extends to the end of the drive (or less depending on your needs).
Write the new partition, when prompt about ‘Do you want to remove the signature?’ then answer with yes.
Run
resize2fs /dev/mmcblk1p1
if using SD Card, or Runresize2fs /dev/mmcblk0p1
if using eMMC.In this stage the root partition should be big enough to start populating it; but first update the RTC clock.
Connect the RJ45 to your network with internet access (and DHCP server); and then run
dhclient
.Update the RTC clock by running
ntpdate pool.ntp.org
and thenhwclock -w
.Run
apt-update
and then populate the root filesystem as you wish.
Please see below an example of resizing the filesystem :
SFP Modules
For some SFP modules that work on SolidRun networking hardware platforms, please refer to SFP Modules .
SIM Card Slot
It is possible to utilize a Cellular connection by inserting a SIM card into the SIM card slot. Please observe that a GSM Cellular modem needs to be installed utilizing the mini PCIe connection in order to exploit the cellular connection.
TLV EEPROM Support
Starting from April 01. 2022, the EEPROMs on Carriers, SoMs and COM-Express Modules are being programmed with identifying information such as the product name and SKUs to allow for programmatic identification of hardware. Check our CN913x EEPROM documentation for additional information.
List Of Supported OS
Build from source
CN913x Build - CN913x Build - Script
U-Boot, Atf and Mv-ddr-marvel Build - CN913x u-boot, atf and mv-ddr-marvell - Self Build
Debian Image Builder - GitHub - SolidRun/debian-builder
Documentation
Related Articles
SolidRun Ltd.