Difference between revisions of "Ox64"

From PINE64
Jump to navigation Jump to search
m (→‎Build: menuconfig navigation fix)
 
(212 intermediate revisions by 22 users not shown)
Line 1: Line 1:
[[File:Ox64_board.jpg|400px|thumb|right|The Ox64]]
[[File:Ox64_board.jpg|thumb|right|The Ox64]]
[[File:Ox64 pinout.png|thumb|Pinout of the production version]]
[[File:RISC-V.png|thumb|right|Powered by RISC-V]]


The '''Ox64''' is a RISC-V based Single Board Computer powered by Bouffalo Lab BL808 C906 64-Bit RISC-V CPU, 32-Bit CPU, embedded 64MB PSRAM memory and build-on 3 radio RF (Wifi, BT, Zigbee). It provides breadboard friendly form factor, MicroSD Card slot, USB 2.0, and many other peripheral interfaces for makers to integrate with sensors and other devices.
The '''Ox64''' is a RISC-V based single-board computer based on the Bouffalo Lab BL808 RISC-V SoC with C906 64-bit and E907/E902 32-bit CPU cores supported by 64 MB of embedded PSRAM memory, and with built-in WiFi, Bluetooh and Zigbee radio interfaces. The Ox64 comes in a breadboard-friendly form-factor, has a microSD card slot, a USB 2.0 Type-C port, and many other peripheral interfaces for makers to integrate with sensors and other devices.
 
[[File:RISC-V.png|600px|]]


== Software Releases ==
== Software Releases ==
Line 9: Line 9:
=== Quick Links to the Source of OS Images Build ===
=== Quick Links to the Source of OS Images Build ===


OS images are still in '''alpha build''' which are only fit for board bring up and testing purposes.  
There is a community effort to bring updated kernels, peripherals and buildroot - Lots of communication happening in the #ox64-nutcracker channel.
 
* [https://github.com/openbouffalo/buildroot_bouffalo buildroot] bringing all the work below together with a bootable kernel and updated filesystem images for SD cards
* [https://github.com/smaeul/u-boot/tree/bl808 U-Boot] and [https://github.com/smaeul/opensbi/tree/bl808 OpenSBI] work by Smauel
* [https://github.com/arm000/linux-bl808/tree/linux-next/mboxic Kernel] IRQChip, SDCard, and (WIP) USB by arm000, Alexander Horner and others
* [https://github.com/openbouffalo/OBLFR OpenBouffalo Firmware] low_load drivers by Fishwaldo and others
 
Original Linux Images provided by Bouffalo - Very basic '''alpha build''' which are only fit for board bring up and testing purposes.  


* [https://github.com/bouffalolab/bl808_linux Linux for BL808]
* [https://github.com/bouffalolab/bl808_linux Linux for BL808]
* [https://wiki.pine64.org/wiki/File:Linux_BL808.pdf Installation Instructions for Linux on BL808 (Chinese)]
* [https://wiki.pine64.org/wiki/File:Linux_BL808.pdf Installation Instructions for Linux on BL808 (Chinese)]
* [https://wiki.pine64.org/wiki/File:Linux_BL808_en.pdf Installation Instructions for Linux on BL808 (English Auto-Translation)]
* [https://wiki.pine64.org/wiki/File:Linux_BL808_en.pdf Installation Instructions for Linux on BL808 (machine translated to English)]
* Toolchain:
 
** elf_newlib_toolchain/bin/riscv64-unknown-elf-gcc (Xuantie-900 elf newlib gcc Toolchain V2.2.5 B-20220323) 10.2.0
Toolchain:
** linux_toolchain/bin/riscv64-unknown-linux-gnu-gcc (Xuantie-900 linux-5.10.4 glibc gcc Toolchain V2.2.4 B-20211227) 10.2.0
 
** cmake version 3.19.3
* elf_newlib_toolchain/bin/riscv64-unknown-elf-gcc (Xuantie-900 elf newlib gcc Toolchain V2.2.5 B-20220323) 10.2.0
* linux_toolchain/bin/riscv64-unknown-linux-gnu-gcc (Xuantie-900 linux-5.10.4 glibc gcc Toolchain V2.2.4 B-20211227) 10.2.0
* cmake version 3.19.3


=== Software Development Kits ===
=== Software Development Kits ===
* [https://github.com/bouffalolab/bl_mcu_sdk BL808 MCU SDK]
* [https://github.com/bouffalolab/bl_mcu_sdk BL808 MCU SDK]
* [https://app.box.com/s/aeqkvd6ddtixf4vb2lyuslpu0vu3498y BLDevCube Flashing Tool for Windows, macOS and Ubuntu x64]
* [https://dev.bouffalolab.com/download BLDevCube Flashing Tool for Windows, macOS and Ubuntu x64]
* [https://wiki.pine64.org/wiki/File:Ox64_BL808UART_connect.pdf Ox64 UART Flashing Guide] [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff (Notes)]
* [https://wiki.pine64.org/wiki/File:Ox64_BL808UART_connect.pdf Ox64 UART Flashing Guide], see the [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff notes]
* [https://github.com/lupyuen/lupyuen.github.io/releases/download/ox64/bl808_demo_event.bin BL808 Demo Firmware: bl808_demo_event.bin] [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff (Notes)]
* [https://github.com/lupyuen/lupyuen.github.io/releases/download/ox64/bl808_demo_event.bin BL808 Demo Firmware: bl808_demo_event.bin], see the [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff notes]
* [https://github.com/lupyuen/lupyuen.github.io/releases/download/ox64/whole_flash_data.bin BL808 UART Log Firmware: whole_flash_data.bin] [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff (Notes)]
* [https://github.com/lupyuen/lupyuen.github.io/releases/download/ox64/whole_flash_data.bin BL808 UART Log Firmware: whole_flash_data.bin], see the [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff notes]
* [https://github.com/lupyuen/lupyuen.github.io/releases/download/ox64/BL808.DVK.Quick.Start.pdf BL808 DVK Quick Start]
* [https://github.com/lupyuen/lupyuen.github.io/releases/download/ox64/BL808.DVK.Quick.Start.pdf BL808 DVK Quick Start]
* [https://github.com/bouffalolab/bl808_linux/tree/main/opensbi-0.6-808 OpenSBI for BL808]
* [https://github.com/bouffalolab/bl808_linux/tree/main/opensbi-0.6-808 OpenSBI for BL808]
* [https://github.com/bouffalolab/bl808-pac Rust Peripheral Access Crate (PAC) for BL808]
* [https://github.com/bouffalolab/bl-pac/tree/main/bl808 Rust Peripheral Access Crate (PAC) for BL808]
* [https://github.com/bouffalolab/bl808-pac/blob/main/bl808.svd System View Description (SVD) for BL808]
* [https://github.com/bouffalolab/bl-pac/blob/main/bl808/bl808.svd System View Description (SVD) for BL808]


== SoC and Memory Specification ==


== SoC and Memory Specification ==
* Based on [https://en.bouffalolab.com/product/ Bouffalo Lab BL808]
[[File:Bouffalo_Lab_icon.png|right]]
[[File:Bouffalo_Lab_icon.png|right]]
[[File:BL808_Block_Diagram.jpg|600px]]


Based on the [https://en.bouffalolab.com/product/ Bouffalo Lab BL808]
[[File:BL808_Block_Diagram.jpg|500px]]


=== CPU Architecture ===
=== CPU Architecture ===
* [https://www.t-head.cn/product/c906?lang=en T_head C906 480MHz 64-bit RISC-V CPU]
 
[[File:T-Head.png|right|200px]]
[[File:T-Head.png|right|200px]]
** Supports RISC-V RV64IMAFCV instruction architecture
** Five-stage single-issue sequentially executed pipeline
** Level-1 instruction and data cache of Harvard architecture, with a size of 32 KB and a cache line of 64B
** Sv39 memory management unit, realizing the conversion of virtual and real addresses and memory management
** jTLB that supports 128 entries
** Supports AXI 4.0 128-bit master interface
** Supports core local interrupt (CLINT) and platform-level interrupt controller (PLIC)
** With 80 external interrupt sources, 3 bits for configuring interrupt priority
** Supports BHT (8K) and BTB
** Compatible with RISC-V PMP, 8 configurable areas
** Supports hardware performance monitor (HPM) units


* [https://www.t-head.cn/product/e907?lang=en T_head E907 320MHz 32-bit RISC-V CPU]
T-Head C906 480 MHz 64-bit RISC-V CPU:
** Supports RISC-V RV32IMAFCP instruction set
 
** Supports RISC-V 32-bit/16-bit mixed instruction set
* Supports RISC-V RV64IMAFCV instruction architecture
** Supports RISC-V machine mode and user mode
* Five-stage single-issue sequentially executed pipeline
** Thirty-two 32-bit integer general purpose registers (GPR) and thirty-two 32-bit/64-bit floating-point GPRs
* Level-1 instruction and data cache of Harvard architecture, with a size of 32 KB and a cache line of 64B
** Integer (5-stage)/floating-point (7-stage), single-issue, sequentially executed pipeline
* Sv39 memory management unit, realizing the conversion of virtual and real addresses and memory management
** Supports AXI 4.0 main device interface and AHB 5.0 peripheral interface
* jTLB that supports 128 entries
** 32K instruction cache, two-way set associative structure
* Supports AXI 4.0 128-bit master interface
** 16K data cache, two-way set associative structure
* Supports core local interrupt (CLINT) and platform-level interrupt controller (PLIC)
* With 80 external interrupt sources, 3 bits for configuring interrupt priority
* Supports BHT (8K) and BTB
* Compatible with RISC-V PMP, 8 configurable areas
* Supports hardware performance monitor (HPM) units
* See [https://www.t-head.cn/product/c906?lang=en here]
 
T-Head E907 320 MHz 32-bit RISC-V CPU:
 
* Supports RISC-V RV32IMAFCP instruction set
* Supports RISC-V 32-bit/16-bit mixed instruction set
* Supports RISC-V machine mode and user mode
* Thirty-two 32-bit integer general purpose registers (GPR) and thirty-two 32-bit/64-bit floating-point GPRs
* Integer (5-stage)/floating-point (7-stage), single-issue, sequentially executed pipeline
* Supports AXI 4.0 main device interface and AHB 5.0 peripheral interface
* 32K instruction cache, two-way set associative structure
* 16K data cache, two-way set associative structure
* See [https://www.t-head.cn/product/e907?lang=en here]
 
T-Head E902 150 MHz 32-bit RISC-V CPU:


* See [https://www.t-head.cn/product/e902?lang=en here]


=== System Memory ===
=== System Memory ===
Line 69: Line 88:


=== Network ===
=== Network ===
* 2.4GHz 1T1R WiFi 802.11 b/g/n
* 2.4 GHz 1T1R WiFi 802.11 b/g/n
* Bluetooth 5.2
* Bluetooth 5.2
* Zigbee
* Zigbee
* 10/100Mbps Ethernet (optional, on expansion board)
* 10/100 Mbit/s Ethernet (optional, on expansion board)


=== Storage ===
=== Storage ===
* on-board 16Mb (2MB) or 128Mb (16MB) XSPI NOR flash memory
* On-board 16 Mbit (2 MB) or 128 Mbit (16 MB) XSPI NOR flash memory
* microSD - supports SDHC and SDXC
* MicroSD, supports SDHC and SDXC (only on the 128 Mbit version)


=== Expansion Ports ===
=== Expansion Ports ===
* USB 2.0 OTG port
* USB 2.0 OTG port
* 26 GPIO Pins, including SPI, I2C and UART functionality. Possible I2S and GMII expansion
* 26 GPIO pins, including SPI, I<sup>2</sup>C and UART functionality, possible I<sup>2</sup>S and GMII expansion
* Dual lane MiPi CSI port, located at USB-C port, for camera module
* Dual-lane MiPi CSI port, located at USB-C port, for camera module


=== Audio ===
=== Audio ===
* mic (optional, on camera module)
* Microphone (optional, on the camera module)
* speaker (optional, on camera module)
* Speaker (optional, on the camera module)
 
== Board Information, Schematics and Certifications ==
[[File:Ox64 ethphy.png|thumb|Pinout for wiring ethernet PHY to EMAC]]
 
* Baseboard dimensions: 51 mm x 21 mm x 19 mm x 3.5 mm (breadboard friendly)
* Input power: 5 V, 0.5 A through the microUSB or USB-C ports


Production version schematic:


== Board Information, Schematics and Certifications ==
* [https://files.pine64.org/doc/ox64/PINE64_Ox64-Schematic-202221018.pdf Ox64 Schematic 20221018 v1.1]
* Baseboard Dimensions: 51mm x 21mm x 19mm x 3.5mm (Breadboard friendly)
* [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Top-20221018.pdf Ox64 PCB Component placement(ToP) 20221018 v1.1]
* Input Power: 5V 0.5A microSD or USB-C port
* [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Bottom-20221018.pdf Ox64 PCB Component placement(Bottom) 20221018 v1.1]
* Schematic:
 
=== Production version schematic: ===
Prototype (dispatched to developers) schematic:
** [https://files.pine64.org/doc/ox64/PINE64_Ox64-Schematic-202221018.pdf Ox64 Schematic 20221018 v1.1]
* [https://files.pine64.org/doc/ox64/PINE64_Ox64-Schematic-202221007.pdf Ox64 Schematic 20221007 v1.0]
** [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Top-20221018.pdf Ox64 PCB Component placement(ToP) 20221018 v1.1]
* [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Top-20221007.pdf Ox64 PCB Component placement(ToP) 20221007 v1.0]
** [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Bottom-20221018.pdf Ox64 PCB Component placement(Bottom) 20221018 v1.1]
* [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Bottom-20221007.pdf Ox64 PCB Component placement(Bottom) 20221007 v1.0]
=== Prototype (dispatched to developers) schematic: ===
** [https://files.pine64.org/doc/ox64/PINE64_Ox64-Schematic-202221007.pdf Ox64 Schematic 20221007 v1.0]
** [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Top-20221007.pdf Ox64 PCB Component placement(ToP) 20221007 v1.0]
** [https://files.pine64.org/doc/ox64/PINE64_Ox64_PCB_Placement-Bottom-20221007.pdf Ox64 PCB Component placement(Bottom) 20221007 v1.0]


* Certifications:
Certifications:
** Disclaimer: Please note that PINE64 SBC is not a "final" product and in general certification is not necessary.
* Disclaimer: Please note that PINE64 SBC is not a "final" product and in general certification is not necessary.
** Not yet available
* Not yet available


== Datasheets for Components and Peripherals ==
== Datasheets for Components and Peripherals ==
* Bouffalo BL808 SoC information:
** [https://files.pine64.org/doc/datasheet/ox64/BL808_DS_en_1.1(open).pdf Bouffalo Lab BL808 SoC Datasheet]
** [https://files.pine64.org/doc/datasheet/ox64/BL808_RM_en_1.0(open).pdf Bouffalo Lab BL808 SoC Reference Manual]
* SPI NOR Flash information:
** [https://files.pine64.org/doc/datasheet/ox64/gd25lq16e_rev1.2_20210108.pdf GigaDevice 16Mb XSPI-Flash Datasheet]
** [https://files.pine64.org/doc/datasheet/star64/gd25lq128e_rev1.0_20210513.pdf GigaDevice 128Mb XSPI-Flash Datasheet]
* Power Regulator information:
** [https://files.pine64.org/doc/datasheet/ox64/IA2014-03.pdf Innovation Analog Tech IA2014 Step_down Converter Datasheet]
* MicroSD socket information:
** [https://files.pine64.org/doc/datasheet/ox64/TF%20PUSH%20type%20socket%20specification.pdf Push type microSD socket specification]


== GitHub/Gitlab ==
Bouffalo BL808 SoC information:
* [https://github.com/sfranzyshen/arduino-bl808 Community made Arduino Core specifically for the Bouffalo Labs BL808 RISC-V MCU]
* [https://raw.githubusercontent.com/bouffalolab/bl_docs/main/BL808_DS/en/BL808_DS_1.2_en.pdf Bouffalo Lab BL808 SoC Datasheet]
* [https://raw.githubusercontent.com/bouffalolab/bl_docs/main/BL808_RM/en/BL808_RM_en_1.3.pdf Bouffalo Lab BL808 SoC Reference Manual]
 
SPI NOR Flash information:
* [https://files.pine64.org/doc/datasheet/ox64/gd25lq16e_rev1.2_20210108.pdf GigaDevice 16Mb XSPI-Flash Datasheet]
* [https://files.pine64.org/doc/datasheet/star64/gd25lq128e_rev1.0_20210513.pdf GigaDevice 128Mb XSPI-Flash Datasheet]
* [https://wiki.pine64.org/images/5/5d/W25Q128JW_RevB_11042019-1761358.pdf Winbond 128Mb QSPI-Flash Datasheet] (W25Q128JWSQ)
 
Power Regulator information:
* [https://files.pine64.org/doc/datasheet/ox64/IA2014-03.pdf Innovation Analog Tech IA2014 Step_down Converter Datasheet]
 
MicroSD socket information:
* [https://files.pine64.org/doc/datasheet/ox64/TF%20PUSH%20type%20socket%20specification.pdf Push type microSD socket specification]
 
== Compatible UARTs when in bootloader mode ==


== Articles and Blogs ==
When the Ox64 is in bootloader mode, some UARTs are unable to communicate with it. When this is the case, utilities such as BLDevCube are unable to actually program the device. If you see "Shake hand fail" and an empty ack, and your device is in bootloader mode, then it is likely an incompatible UART.
* [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff First Batch of Ox64 won't appear as USB Serial Port]
 
* [https://gist.github.com/lupyuen/2087e9b3fb40aab5e0795bb02a265a3b First Batch of Ox64 tested OK with CH340C/G]
The below devices have been tested and verified as working:
* [https://www.robertlipe.com/bl808-not-symmetric/ First thoughts on the (a)symmetry of Bouffalo Labs BL808 as in Pine64’s Ox64]
* Raspberry Pi Pico - running the following [https://github.com/sanjay900/ox64-uart/releases/tag/v1.1 UART firmware] (GP4 and GP5 are used for port 0, GP12 and GP13 for port 1)
* Compiled binary for Pi Pico and connectivity diagram is [https://github.com/Kris-Sekula/Pine64_Ox64_SBC/tree/main/uart here]
* ESP32 with CP210x - bridge the EN pin to ground to disable the ESP32 itself, and then connect the TX on the esp32 to 14 on the Ox64 and RX to pin 15. Note that only baud rate 115200 works, and this doesn't seem to work for everyone)
* Stand-alone CP2102 dongle works at 115200 baud. Brand used was HiLetgo.
* STM32F401 BlackPill - running the [https://github.com/blackmagic-debug/blackmagic/tree/main/src/platforms/blackpillv2 Black Magic Debug] firmware
* STM32F103C8T6 BluePill - running Black Magic Debug.
* Some UART adapters based on the FT232H (note that the FT232RL does not work, and neither does the Pine 64 JTAG)
* Some CH340G based adapters work and some don't.
 
== Resources and Articles ==
* [https://youtube.com/watch?v=czRtF-UNiEY A short video] on how to connect to the Ox64, flash and boot
* [https://youtu.be/vPAk5sq_Ilc Another video] that covers soldering pins, connecting via Pi Pico and flashing Linux and U-Boot
* [https://wiki.pine64.org/images/5/59/How_to_Run_Ox64.pdf Step-by-step tutorial] for how to build, flash and run Ox64
* [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff First batch of Ox64 won't appear as USB serial port]
* [https://gist.github.com/lupyuen/2087e9b3fb40aab5e0795bb02a265a3b First batch of Ox64 tested OK with CH340C/G]
* [https://www.robertlipe.com/bl808-not-symmetric/ First thoughts on the (a)symmetry of Bouffalo Labs BL808 as in Pine64 Ox64]
* [https://thelittleengineerthatcould.blogspot.com/2022/12/the-8-linux-computer-part-2.html The $8 linux computer (with picoprobe-rp2040 programming instructions)]
* [https://github.com/p4ddy1/pine_ox64/blob/main/build_toolchain_macos.md Building the Xuantie GNU Toolchain for Ox64 on macOS and Apple Silicon]
 
Ox64 BL808 RISC-V SBC articles by [https://lupyuen.codeberg.page/ Lup Yuen LEE]:
* [https://lupyuen.codeberg.page/articles/ox64.html Booting Linux and (maybe) Apache NuttX RTOS]
* [https://lupyuen.codeberg.page/articles/ox2.html Starting Apache NuttX real-time operating system]
* [https://lupyuen.codeberg.page/articles/mmu.html Sv39 Memory Management Unit]
* [https://lupyuen.codeberg.page/articles/app.html NuttX Apps and Initial RAM Disk]
* [https://lupyuen.codeberg.page/articles/plic2.html UART Interrupt and Platform-Level Interrupt Controller (PLIC)]
* [https://lupyuen.codeberg.page/articles/plic3.html Fixing the UART Interrupt and Platform-Level Interrupt Controller]
* [https://www.hackster.io/lupyuen/8-risc-v-sbc-on-a-real-time-operating-system-ox64-nuttx-474358 $8 RISC-V SBC on a Real-Time Operating System: Ox64 + NuttX]
* [https://lupyuen.codeberg.page/articles/nim.html Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC]
 
Git repositories:
* [https://github.com/sfranzyshen/arduino-bl808 Community made Arduino Core specifically for the Bouffalo Labs BL808 RISC-V MCU] (initial development has been postponed until further notice)


== Development Efforts ==
== Development Efforts ==
Line 130: Line 186:
* [https://twitter.com/thanos_engine/status/1585153938092761093 Phone Concept for BL808]
* [https://twitter.com/thanos_engine/status/1585153938092761093 Phone Concept for BL808]


== Build==
Open the terminal and create a new directory for the build:
cd ~/Downloads/ox64
mkdir buildroot_bouffalo && cd buildroot_bouffalo
Clone the primary Buildroot repository and the specific Buildroot Bouffalo repository:
git clone https://github.com/buildroot/buildroot
git clone https://github.com/openbouffalo/buildroot_bouffalo
Define an environment variable for the Buildroot Bouffalo overlay path:
export BR_BOUFFALO_OVERLAY_PATH=$(pwd)/buildroot_bouffalo
Change directory into the cloned Buildroot folder:
cd ~/Downloads/ox64/buildroot_bouffalo/buildroot
Apply the default configuration for Pine64 Ox64:
make BR2_EXTERNAL=$BR_BOUFFALO_OVERLAY_PATH pine64_ox64_defconfig
# make clean # deletes all the already compiled object files
Use the <code>menuconfig</code> tool to adjust the build settings:
make menuconfig
[[File:target ABI setting.png|thumb|right|200px|target ABI setting]]
[[File:toolchain setting.png|thumb|right|200px|toolchain setting]]
Within <code>menuconfig</code>, configure the following:
* Navigate to <code>Target Options</code>
* Enable <code>Integer Multiplication and Division (M)</code>
* Enable <code>Atomic Instructions (A)</code>
* Enable <code>Single-precision Floating-point (F)</code>
* Enable <code>Double-precision Floating-point (D)</code>
* Set <code>Target ABI</code> to <code>lp64d</code>
* Under <code>Toolchain</code>, enable <code>Fortran support</code> and <code>OpenMP support</code>
Initiate the build process, but make sure first that your <code>PATH</code> variable contains no spaces:
make
You will get the image files required for flashing in the <code>output/images</code> directory
== Flashing Ox64 SBC and microSD Card ==
This section explains how to flash an Ox64 board and a microSD card to boot the system.
=== Prepare the Environment ===
You need a Linux machine, a Raspberry Pi Pico to act as a UART adapter, the Ox64 board, and a microSD card.
Start a terminal session and set the working directory to download some files.
cd ~/Downloads
mkdir ox64 ox64/pico
cd ~/Downloads/ox64/pico
wget https://github.com/Kris-Sekula/Pine64_Ox64_SBC/blob/main/uart/picoprobe.uf2
cd ~/Downloads/ox64
mkdir ox64/devcube
cd ~/Downloads/ox64/devcube
Get the DevCube 1.8.8 flasher from one of mirror servers listed below.
* https://dev.bouffalolab.com/media/upload/download/BouffaloLabDevCube-v1.8.8.zip
Verify the file hashes listed below.
* SHA1: <code>0f2619e87d946f936f63ae97b0efd674357b1166</code>
* SHA256: <code>e6e6db316359da40d29971a1889d41c9e97d5b1ff1a8636e9e6960b6ff960913</code>
Finally, uncompress the downloaded archive; for example:
wget https://dev.bouffalolab.com/media/upload/download/BouffaloLabDevCube-v1.8.8.zip
sha256sum BouffaloLabDevCube-v1.8.8.zip
unzip BouffaloLabDevCube-v1.8.8.zip
chmod u+x BLDevCube-ubuntu
Download compressed file from https://github.com/openbouffalo/buildroot_bouffalo/releases/ and decompress it.
(You can also get the compressed the file from https://github.com/openbouffalo/buildroot_bouffalo/releases/download/v1.0.1/bl808-linux-pine64_ox64_full_defconfig.tar.gz)
cd ~/Downloads/ox64
mkdir openbouffalo && cd openbouffalo
wget https://github.com/openbouffalo/buildroot_bouffalo/releases/download/v1.0.1/bl808-linux-pine64_ox64_full_defconfig.tar.gz
tar -xvzf bl808-linux-pine64_ox64_full_defconfig.tar.gz
You'll need the following files for the flashing process.
* <code>m0_lowload_bl808_m0.bin</code>
* <code>d0_lowload_bl808_d0.bin</code>
* <code>bl808-firmware.bin</code>
* <code>sdcard.img</code>
=== Establish Serial Communication from PC to Ox64 using Pi Pico ===
Open a terminal and check the connected USB serial devices.
ls /dev/ttyACM*
Set the Raspberry Pi Pico board into programming mode.
* Press the BootSel button
* Apply power by plugging the USB cable to PC
* Release the BootSel button
''Note: you could also ground pin28 to TP6 while powering.''
Copy <code>picoprobe.uf2</code> file into the new device <code>/media/<user>/RPI-RP2</code>.
cp ~/Downloads/ox64/pico/picoprobe.uf2 /media/<user>/RPI-RP2
After flashing, the device will auto-set in serial UART communication mode according to the following wiring diagram.
[[File:Pine Serial v2.png|thumb|right|Wiring Raspberry Pi Pico to Pine64 Ox64 SBC]]
OX64                      PI PICO
uart0_Tx_GPIO14_pin1 <->  uart0_Rx_pin17
uart0_Rx_GPIO15_pin2 <->  uart0_Tx_pin16
Rxd_GPIO17_pin31    <->  uart1_Tx_pin6
Txd_GPIO16_pin32    <->  uart1_Rx_pin7
gnd_pin38            <->  gnd_pin38/3   
vbus5v_pin40        <->  vbus5v_pin40
=== Flash Your Ox64 ===
There are two new ports to choose from, <code>/dev/ttyACM0</code> for serial console and <code>/dev/ttyACM1</code> for DevCube flashing.
minicom -b 2000000 -D /dev/ttyACM0
Set the Ox64 board into programming mode.
* Press the BOOT button
* Apply power or re-plug the USB cable
* Release the BOOT button
Close <code>minicom</code>. Open a new terminal window to run the DevCube flasher.
cd ~/Downloads/ox64/devcube
./BLDevCube-ubuntu
Select chip [BL808], press Finish and switch to [MCU] tab.
M0 Group[group0] Image Addr [0x58000000] [PATH to m0_lowload_bl808_m0.bin]
D0 Group[group0] Image Addr [0x58100000] [PATH to d0_lowload_bl808_d0.bin]
Interface: UART
Port/SN: /dev/ttyACM1 (make sure you don't use /dev/ttyACM0, it's used by the minicom console)
Uart rate 2000000
UART TX is physical pin 1/GPIO 14.
UART RX is physical pin 2/GPIO 15.
Click 'Create & Download' and wait until it's done
Switch to the [IOT] tab.
Enable 'Single Download', set Address with 0x800000, choose [PATH to bl808-firmware.bin]
Port/SN: /dev/ttyACM1 (make sure you don't use ACM0, it's used by minicom console)
Click 'Create & Download' again and wait until it's done
Close DevCube
==== Open-Source Flashing Using CLI ====
For those who do not want to use the DevCube, BouffaloLab provides open-source flashing packages <code>bflb-iot-tool</code> and <code>bflb-mcu-tool</code>.
''Note: While these packages do contain binaries in addition to the Python source code, those binaries do not appear to be used for UART flashing.''
First, install <code>bflb-iot-tool</code> using your preferred method of managing PIP packages. One option is to set up a Python virtual environment as follows.
sudo apt install virtualenv python3-virtualenv python3.11-venv
python3 -m venv ~/ox64_venv
. ~/ox64_venv/bin/activate
pip install bflb-iot-tool ''# we are *not* using bflb-mcu-tool''
Note that each time you open a new terminal window you will need to re-run <code>. ~/ox64_venv/bin/activate</code> to reactivate the virtual environment.
Next, put Ox64 in programming mode (press the BOOT button when first applying power) and flash the BL808.
PORT=/dev/ttyACM1 ''# this will depend on which serial adapter you use''
BAUD=115200      ''# safe value for macOS, if using Linux set to 2000000 for faster flashing''
cd ~/Downloads/ox64/buildroot_bouffalo/buildroot/output/images
bflb-iot-tool --chipname bl808 --interface uart --port $PORT --baudrate $BAUD --addr 0x000000 --firmware m0_lowload_bl808_m0.bin --single
bflb-iot-tool --chipname bl808 --interface uart --port $PORT --baudrate $BAUD --addr 0x100000 --firmware d0_lowload_bl808_d0.bin --single
bflb-iot-tool --chipname bl808 --interface uart --port $PORT --baudrate $BAUD --addr 0x800000 --firmware bl808-firmware.bin --single
If you get permission errors when running the commands above, you may need to add your user to the <code>dialout</code> group. Running the commands as <code>root</code> is not recommended since this will make <code>bflb-iot-tool</code> create <code>root</code>-owned files in your home directory.
==== BL808 Address Details ====
Note that the addresses are different according to the flashing method, DevCube or CLI.
              DevCube      CLI 
M0 address  0x58000000  0x000000
D0 address  0x58100000  0x100000
LP address  0x58200000  0x200000
=== Flash Your microSD Card ===
Insert microSD card into PC, locate its device file (<code>/dev/sdb</code>, for example), erase the start of the card and proceed to flashing.
cd ~/Downloads/ox64/buildroot_bouffalo/buildroot/output/images
sudo dd if=/dev/zero of=/dev/sdb count=1 bs=32768
sudo dd if=sdcard.img of=/dev/sdb bs=1M status=progress conv=fsync
=== Booting for the First Time ===
Insert microSD card into Ox64 and set a UART connection to the Ox64 board, using the following parameters.
* UART TX is physical pin 32/GPIO 16
* UART RX is physical pin 31/GPIO 17
* Baud rate is 2000000
Choose from serial devices <code>/dev/ttyACM0</code> and <code>/dev/ttyACM1</code>, using the lower number.


minicom -b 2000000 -D /dev/ttyACM0


Re-apply power to the Ox64 and enjoy the booting!


[[Category:Ox64]] [[Category:Bouffalo BL808]]
[[Category:Ox64]]
[[Category:Bouffalo BL808]]

Latest revision as of 03:43, 19 January 2024

The Ox64
Pinout of the production version
Powered by RISC-V

The Ox64 is a RISC-V based single-board computer based on the Bouffalo Lab BL808 RISC-V SoC with C906 64-bit and E907/E902 32-bit CPU cores supported by 64 MB of embedded PSRAM memory, and with built-in WiFi, Bluetooh and Zigbee radio interfaces. The Ox64 comes in a breadboard-friendly form-factor, has a microSD card slot, a USB 2.0 Type-C port, and many other peripheral interfaces for makers to integrate with sensors and other devices.

Software Releases

Quick Links to the Source of OS Images Build

There is a community effort to bring updated kernels, peripherals and buildroot - Lots of communication happening in the #ox64-nutcracker channel.

  • buildroot bringing all the work below together with a bootable kernel and updated filesystem images for SD cards
  • U-Boot and OpenSBI work by Smauel
  • Kernel IRQChip, SDCard, and (WIP) USB by arm000, Alexander Horner and others
  • OpenBouffalo Firmware low_load drivers by Fishwaldo and others

Original Linux Images provided by Bouffalo - Very basic alpha build which are only fit for board bring up and testing purposes.

Toolchain:

  • elf_newlib_toolchain/bin/riscv64-unknown-elf-gcc (Xuantie-900 elf newlib gcc Toolchain V2.2.5 B-20220323) 10.2.0
  • linux_toolchain/bin/riscv64-unknown-linux-gnu-gcc (Xuantie-900 linux-5.10.4 glibc gcc Toolchain V2.2.4 B-20211227) 10.2.0
  • cmake version 3.19.3

Software Development Kits

SoC and Memory Specification

Bouffalo Lab icon.png

Based on the Bouffalo Lab BL808

BL808 Block Diagram.jpg

CPU Architecture

T-Head.png

T-Head C906 480 MHz 64-bit RISC-V CPU:

  • Supports RISC-V RV64IMAFCV instruction architecture
  • Five-stage single-issue sequentially executed pipeline
  • Level-1 instruction and data cache of Harvard architecture, with a size of 32 KB and a cache line of 64B
  • Sv39 memory management unit, realizing the conversion of virtual and real addresses and memory management
  • jTLB that supports 128 entries
  • Supports AXI 4.0 128-bit master interface
  • Supports core local interrupt (CLINT) and platform-level interrupt controller (PLIC)
  • With 80 external interrupt sources, 3 bits for configuring interrupt priority
  • Supports BHT (8K) and BTB
  • Compatible with RISC-V PMP, 8 configurable areas
  • Supports hardware performance monitor (HPM) units
  • See here

T-Head E907 320 MHz 32-bit RISC-V CPU:

  • Supports RISC-V RV32IMAFCP instruction set
  • Supports RISC-V 32-bit/16-bit mixed instruction set
  • Supports RISC-V machine mode and user mode
  • Thirty-two 32-bit integer general purpose registers (GPR) and thirty-two 32-bit/64-bit floating-point GPRs
  • Integer (5-stage)/floating-point (7-stage), single-issue, sequentially executed pipeline
  • Supports AXI 4.0 main device interface and AHB 5.0 peripheral interface
  • 32K instruction cache, two-way set associative structure
  • 16K data cache, two-way set associative structure
  • See here

T-Head E902 150 MHz 32-bit RISC-V CPU:

System Memory

  • Embedded 64MB PSRAM

Board Features

Network

  • 2.4 GHz 1T1R WiFi 802.11 b/g/n
  • Bluetooth 5.2
  • Zigbee
  • 10/100 Mbit/s Ethernet (optional, on expansion board)

Storage

  • On-board 16 Mbit (2 MB) or 128 Mbit (16 MB) XSPI NOR flash memory
  • MicroSD, supports SDHC and SDXC (only on the 128 Mbit version)

Expansion Ports

  • USB 2.0 OTG port
  • 26 GPIO pins, including SPI, I2C and UART functionality, possible I2S and GMII expansion
  • Dual-lane MiPi CSI port, located at USB-C port, for camera module

Audio

  • Microphone (optional, on the camera module)
  • Speaker (optional, on the camera module)

Board Information, Schematics and Certifications

Pinout for wiring ethernet PHY to EMAC
  • Baseboard dimensions: 51 mm x 21 mm x 19 mm x 3.5 mm (breadboard friendly)
  • Input power: 5 V, 0.5 A through the microUSB or USB-C ports

Production version schematic:

Prototype (dispatched to developers) schematic:

Certifications:

  • Disclaimer: Please note that PINE64 SBC is not a "final" product and in general certification is not necessary.
  • Not yet available

Datasheets for Components and Peripherals

Bouffalo BL808 SoC information:

SPI NOR Flash information:

Power Regulator information:

MicroSD socket information:

Compatible UARTs when in bootloader mode

When the Ox64 is in bootloader mode, some UARTs are unable to communicate with it. When this is the case, utilities such as BLDevCube are unable to actually program the device. If you see "Shake hand fail" and an empty ack, and your device is in bootloader mode, then it is likely an incompatible UART.

The below devices have been tested and verified as working:

  • Raspberry Pi Pico - running the following UART firmware (GP4 and GP5 are used for port 0, GP12 and GP13 for port 1)
  • Compiled binary for Pi Pico and connectivity diagram is here
  • ESP32 with CP210x - bridge the EN pin to ground to disable the ESP32 itself, and then connect the TX on the esp32 to 14 on the Ox64 and RX to pin 15. Note that only baud rate 115200 works, and this doesn't seem to work for everyone)
  • Stand-alone CP2102 dongle works at 115200 baud. Brand used was HiLetgo.
  • STM32F401 BlackPill - running the Black Magic Debug firmware
  • STM32F103C8T6 BluePill - running Black Magic Debug.
  • Some UART adapters based on the FT232H (note that the FT232RL does not work, and neither does the Pine 64 JTAG)
  • Some CH340G based adapters work and some don't.

Resources and Articles

Ox64 BL808 RISC-V SBC articles by Lup Yuen LEE:

Git repositories:

Development Efforts

Build

Open the terminal and create a new directory for the build:

cd ~/Downloads/ox64
mkdir buildroot_bouffalo && cd buildroot_bouffalo

Clone the primary Buildroot repository and the specific Buildroot Bouffalo repository:

git clone https://github.com/buildroot/buildroot
git clone https://github.com/openbouffalo/buildroot_bouffalo

Define an environment variable for the Buildroot Bouffalo overlay path:

export BR_BOUFFALO_OVERLAY_PATH=$(pwd)/buildroot_bouffalo

Change directory into the cloned Buildroot folder:

cd ~/Downloads/ox64/buildroot_bouffalo/buildroot

Apply the default configuration for Pine64 Ox64:

make BR2_EXTERNAL=$BR_BOUFFALO_OVERLAY_PATH pine64_ox64_defconfig
# make clean # deletes all the already compiled object files

Use the menuconfig tool to adjust the build settings:

make menuconfig
target ABI setting
toolchain setting

Within menuconfig, configure the following:

  • Navigate to Target Options
  • Enable Integer Multiplication and Division (M)
  • Enable Atomic Instructions (A)
  • Enable Single-precision Floating-point (F)
  • Enable Double-precision Floating-point (D)
  • Set Target ABI to lp64d
  • Under Toolchain, enable Fortran support and OpenMP support

Initiate the build process, but make sure first that your PATH variable contains no spaces:

make

You will get the image files required for flashing in the output/images directory

Flashing Ox64 SBC and microSD Card

This section explains how to flash an Ox64 board and a microSD card to boot the system.

Prepare the Environment

You need a Linux machine, a Raspberry Pi Pico to act as a UART adapter, the Ox64 board, and a microSD card.

Start a terminal session and set the working directory to download some files.

cd ~/Downloads
mkdir ox64 ox64/pico
cd ~/Downloads/ox64/pico
wget https://github.com/Kris-Sekula/Pine64_Ox64_SBC/blob/main/uart/picoprobe.uf2
cd ~/Downloads/ox64
mkdir ox64/devcube
cd ~/Downloads/ox64/devcube

Get the DevCube 1.8.8 flasher from one of mirror servers listed below.

Verify the file hashes listed below.

  • SHA1: 0f2619e87d946f936f63ae97b0efd674357b1166
  • SHA256: e6e6db316359da40d29971a1889d41c9e97d5b1ff1a8636e9e6960b6ff960913

Finally, uncompress the downloaded archive; for example:

wget https://dev.bouffalolab.com/media/upload/download/BouffaloLabDevCube-v1.8.8.zip
sha256sum BouffaloLabDevCube-v1.8.8.zip
unzip BouffaloLabDevCube-v1.8.8.zip
chmod u+x BLDevCube-ubuntu

Download compressed file from https://github.com/openbouffalo/buildroot_bouffalo/releases/ and decompress it.

(You can also get the compressed the file from https://github.com/openbouffalo/buildroot_bouffalo/releases/download/v1.0.1/bl808-linux-pine64_ox64_full_defconfig.tar.gz)

cd ~/Downloads/ox64
mkdir openbouffalo && cd openbouffalo
wget https://github.com/openbouffalo/buildroot_bouffalo/releases/download/v1.0.1/bl808-linux-pine64_ox64_full_defconfig.tar.gz
tar -xvzf bl808-linux-pine64_ox64_full_defconfig.tar.gz

You'll need the following files for the flashing process.

  • m0_lowload_bl808_m0.bin
  • d0_lowload_bl808_d0.bin
  • bl808-firmware.bin
  • sdcard.img

Establish Serial Communication from PC to Ox64 using Pi Pico

Open a terminal and check the connected USB serial devices.

ls /dev/ttyACM*

Set the Raspberry Pi Pico board into programming mode.

  • Press the BootSel button
  • Apply power by plugging the USB cable to PC
  • Release the BootSel button

Note: you could also ground pin28 to TP6 while powering.

Copy picoprobe.uf2 file into the new device /media/<user>/RPI-RP2.

cp ~/Downloads/ox64/pico/picoprobe.uf2 /media/<user>/RPI-RP2

After flashing, the device will auto-set in serial UART communication mode according to the following wiring diagram.

Wiring Raspberry Pi Pico to Pine64 Ox64 SBC
OX64                      PI PICO
uart0_Tx_GPIO14_pin1 <->  uart0_Rx_pin17
uart0_Rx_GPIO15_pin2 <->  uart0_Tx_pin16
Rxd_GPIO17_pin31     <->  uart1_Tx_pin6
Txd_GPIO16_pin32     <->  uart1_Rx_pin7 
gnd_pin38            <->  gnd_pin38/3    
vbus5v_pin40         <->  vbus5v_pin40

Flash Your Ox64

There are two new ports to choose from, /dev/ttyACM0 for serial console and /dev/ttyACM1 for DevCube flashing.

minicom -b 2000000 -D /dev/ttyACM0

Set the Ox64 board into programming mode.

  • Press the BOOT button
  • Apply power or re-plug the USB cable
  • Release the BOOT button

Close minicom. Open a new terminal window to run the DevCube flasher.

cd ~/Downloads/ox64/devcube
./BLDevCube-ubuntu

Select chip [BL808], press Finish and switch to [MCU] tab.

M0 Group[group0] Image Addr [0x58000000] [PATH to m0_lowload_bl808_m0.bin]
D0 Group[group0] Image Addr [0x58100000] [PATH to d0_lowload_bl808_d0.bin]
Interface: UART
Port/SN: /dev/ttyACM1 (make sure you don't use /dev/ttyACM0, it's used by the minicom console)
Uart rate 2000000
UART TX is physical pin 1/GPIO 14.
UART RX is physical pin 2/GPIO 15.
Click 'Create & Download' and wait until it's done

Switch to the [IOT] tab.

Enable 'Single Download', set Address with 0x800000, choose [PATH to bl808-firmware.bin]
Port/SN: /dev/ttyACM1 (make sure you don't use ACM0, it's used by minicom console)
Click 'Create & Download' again and wait until it's done
Close DevCube

Open-Source Flashing Using CLI

For those who do not want to use the DevCube, BouffaloLab provides open-source flashing packages bflb-iot-tool and bflb-mcu-tool.

Note: While these packages do contain binaries in addition to the Python source code, those binaries do not appear to be used for UART flashing.

First, install bflb-iot-tool using your preferred method of managing PIP packages. One option is to set up a Python virtual environment as follows.

sudo apt install virtualenv python3-virtualenv python3.11-venv
python3 -m venv ~/ox64_venv
. ~/ox64_venv/bin/activate
pip install bflb-iot-tool # we are *not* using bflb-mcu-tool

Note that each time you open a new terminal window you will need to re-run . ~/ox64_venv/bin/activate to reactivate the virtual environment.

Next, put Ox64 in programming mode (press the BOOT button when first applying power) and flash the BL808.

PORT=/dev/ttyACM1 # this will depend on which serial adapter you use
BAUD=115200       # safe value for macOS, if using Linux set to 2000000 for faster flashing
cd ~/Downloads/ox64/buildroot_bouffalo/buildroot/output/images

bflb-iot-tool --chipname bl808 --interface uart --port $PORT --baudrate $BAUD --addr 0x000000 --firmware m0_lowload_bl808_m0.bin --single
bflb-iot-tool --chipname bl808 --interface uart --port $PORT --baudrate $BAUD --addr 0x100000 --firmware d0_lowload_bl808_d0.bin --single
bflb-iot-tool --chipname bl808 --interface uart --port $PORT --baudrate $BAUD --addr 0x800000 --firmware bl808-firmware.bin --single

If you get permission errors when running the commands above, you may need to add your user to the dialout group. Running the commands as root is not recommended since this will make bflb-iot-tool create root-owned files in your home directory.

BL808 Address Details

Note that the addresses are different according to the flashing method, DevCube or CLI.

             DevCube      CLI   
M0 address   0x58000000   0x000000
D0 address   0x58100000   0x100000
LP address   0x58200000   0x200000

Flash Your microSD Card

Insert microSD card into PC, locate its device file (/dev/sdb, for example), erase the start of the card and proceed to flashing.

cd ~/Downloads/ox64/buildroot_bouffalo/buildroot/output/images
sudo dd if=/dev/zero of=/dev/sdb count=1 bs=32768 
sudo dd if=sdcard.img of=/dev/sdb bs=1M status=progress conv=fsync

Booting for the First Time

Insert microSD card into Ox64 and set a UART connection to the Ox64 board, using the following parameters.

  • UART TX is physical pin 32/GPIO 16
  • UART RX is physical pin 31/GPIO 17
  • Baud rate is 2000000

Choose from serial devices /dev/ttyACM0 and /dev/ttyACM1, using the lower number.

minicom -b 2000000 -D /dev/ttyACM0

Re-apply power to the Ox64 and enjoy the booting!