Difference between revisions of "SOEDGE"

From PINE64
Jump to navigation Jump to search
(→‎Linux BSP SDK: Redundant)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:


== SoC and Memory Specification ==
== SoC and Memory Specification ==
* Based on [https://www.rock-chips.com/a/en/products/RK18_Series/2019/0529/989.html Rockchip RK1808]
[[File:RK1808_icon.png|right]]
[[File:RK1808_icon.png|right]]
Based on the [https://www.rock-chips.com/a/en/products/RK18_Series/2019/0529/989.html Rockchip RK1808].


=== CPU Architecture ===
=== CPU Architecture ===
Line 114: Line 115:


The default baudrate is 1500000, note that not all serial adapters support this high baudrate.
The default baudrate is 1500000, note that not all serial adapters support this high baudrate.
== Linux Image Releases ==
=== Stock BSP ===
==== BSP Linux ver 1.1 Build from SDK ====
* Please unzip first and then using Rockchip tool to flash in
* [https://wiki.pine64.org/index.php/NOOB#Flashing_to_eMMC_using_Rockchip_Tools_.28Rock64_Only.29 Guide to flashing eMMC using Rockchip Tools]
** [http://files.pine64.org/os/SOEdge/stock/SOEdge_linux_v1.1.img.gz download from pine64.org]
** MD5 (TAR-GZip file): a6629f997ae2cae7d9d5324c4e942deda9
** File Size: 119MB
==== BSP Linux ver 1.1 Build as USB Stick application from SDK ====
* Please unzip first and then using Rockchip tool to flash in
* [https://wiki.pine64.org/index.php/NOOB#Flashing_to_eMMC_using_Rockchip_Tools_.28Rock64_Only.29 Guide to flashing eMMC using Rockchip Tools]
** [http://files.pine64.org/os/SOEdge/stock/SOEdge_linux_usb_compute_stick.img.gz download from pine64.org]
** MD5 (GZip file): af6ac45995f7ddd9343a7052efffaf30
** File Size: 47MB
=== Factory Test Build ===
* Factory Test Build by Gamiee
* DD image (for 8GB microSD card or eMMC Module and above)
** [http://files.pine64.org/os/SOEdge/gamiee/update-soedge-factory-test-2021-03-23.img.gz download from pine64.org]
** MD5 (GZip file): b3d09933734eaaebb34c357b73f5c69e
** File Size: 119MB






[[Category:SOEDGE]] [[Category:Rockchip RK1808]]
[[Category:SOEDGE]] [[Category:Rockchip RK1808]]

Latest revision as of 08:41, 12 April 2023

The SOEDGE

The SOEDGE is a 3TOPS compute module that can be paired with the SOEDGE Baseboard, the Clusterboard or USB 3.0 and PCIe adapters for development. It can connect to a SBC, such as the ROCKPro64 or a regular PC.

Software releases

The SOEDGE software releases can be found in the article SOEDGE Software Releases.

SoC and Memory Specification

RK1808 icon.png

Based on the Rockchip RK1808.

CPU Architecture

  • Dual-core ARM Cortex-A35 Processor@1600-2000Mhz
  • A power-efficient ARM 64-Bit Armv8-A architecture
  • AArch32 for full backward compatibility with Armv7
  • Support NEON Advanced SIMD (Single Instruction Multiple Data) instruction for acceleration of media and signal processing function
  • Support Large Physical Address Extensions(LPAE)
  • VFPv4 Floating Point Unit
  • 32KB L1 Instruction cache and 32KB L1 Data cache
  • AArch64 for 64-bit support and new architectural features
  • TrustZone security technology
  • Neon Advanced SIMD
  • DSP and SIMD extensions
  • VFPv4 Floating point
  • Hardware virtualization support
  • 128KB L2 cache

Neural Process Unit NPU Capability

Vivante Acuity SDK.jpg

System Memory

  • RAM Memory Variants: 2GB DDR4.
  • Storage Memory: 128Mb SPI Flash and optional eMMC module from 16GB up to 128GB

Schematics and certifications

SOEDGE module schematics:

SOEDGE Neural AI Stick schematic:

SOEDGE/SOPINE/PINE A64 WiFi/BT module schematics:

SOEDGE module together with the baseboard certification:

  • Disclaimer: Please note that SOEDGE module is not a "final" product and in general certification is not necessary. However, SOEDGE module still submits the mpdel A baseboard for FCC, CE, and ROHS certifications and obtain the certificates to prove that can pass the testing. Please note, a final commercial product needs to perform its own testing and obtain its own certificate.
  • Not yet available

Datasheets for Components and Peripherals

Rockchip RK1808 SoC information:

Rockchip RK809 PMU (Power Management Unit) information:

DDR4 information:

eMMC information:

SPI NOR Flash information:

SOEDGE Related:

Debugging

Serial Console

System Serial is located on PI-5 bus (11x2 GPIO header).

  • TXD: Pin 6 (Yellow cable) (Connect to RXD on Serial adapter)
  • RXD: Pin 8 (Orange cable) (Connect to TXD on Serial adapter)
  • GND: Pin 10 (Black cable) (Connect to GND on Serial adapter)

Soedge serial pins.jpg

The default baudrate is 1500000, note that not all serial adapters support this high baudrate.