
Banana Pi BPI-F3 by SinoVoip
Banana Pi BPI-F3 is a industrial grade RISC-V development board, it design with SpacemiT K1 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power. 2/4/8/16G DDR and 8/16/32/128G eMMC onboard.2x GbE Ethernet prot, 4x USB 3.0 and PCIe for M.2 interface, support HDMI and Dual MIPI-CSI Camera.
- 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power
- Single-core general computing power equivalent to 1.3 times Cortex-A55
- Supports 32-bit LPDDR4/4X, with a maximum of 16GB of memory
- 4K decoding and encoding
- 5-lane PCIE2.1 expansion capability
- 1x USB 3.0 + 2x USB 2.0 interfaces
- 12x UART serial ports
- Operating temperature range: -40°C to 85°C
Purchase
Contribute
Have some info to add for this board? Edit the source for this page here.
Adafruit Blinka Installation
We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.
For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.