Difference between revisions of "Rockpi4"
(→Sweet tips about ROCK Pi 4 Board) |
(→40 PIN GPIO) |
||
Line 23: | Line 23: | ||
Refer [[rockpi4/hardware |ROCK Pi 4 Hardware]] page for detailed info about ROCK Pi. | Refer [[rockpi4/hardware |ROCK Pi 4 Hardware]] page for detailed info about ROCK Pi. | ||
− | ===40 PIN GPIO === | + | [http://www.example.com link title]===40 PIN GPIO === |
{| class="wikitable" | {| class="wikitable" | ||
! Function2 || Function1 || GPIO || Pin# || || Pin# || GPIO || Function1 || Function2 | ! Function2 || Function1 || GPIO || Pin# || || Pin# || GPIO || Function1 || Function2 | ||
|- | |- | ||
− | | || +3.3V || || style="background:yellow"| 1 || ||style="background:red"| 2 || || +5.0V || | + | | || +3.3V || || style="background:yellow"| 1 || ||style="background:red; color:white"| 2 || || +5.0V || |
|- | |- | ||
− | | || style="background:orange"| I2C7_SDA || GPIO2_A7 || style="background:green; color:white"| 3 || || style="background:red;"| 4 || || +5.0V || | + | | || style="background:orange"| I2C7_SDA || GPIO2_A7 || style="background:green; color:white"| 3 || || style="background:red; color:white"| 4 || || +5.0V || |
|- | |- | ||
| || style="background:orange"| I2C7_SCL || GPIO2_B0 || style="background:green; color:white"| 5 || || style="background:black; color:white"| 6 || || GND || | | || style="background:orange"| I2C7_SCL || GPIO2_B0 || style="background:green; color:white"| 5 || || style="background:black; color:white"| 6 || || GND || | ||
Line 44: | Line 44: | ||
| || SPDIF_TX || style="background:orange" | GPIO4_C5 || style="background:green; color:white"|15 || || style="background:green; color:white"|16 || GPIO4_D2 || || | | || SPDIF_TX || style="background:orange" | GPIO4_C5 || style="background:green; color:white"|15 || || style="background:green; color:white"|16 || GPIO4_D2 || || | ||
|- | |- | ||
− | | || +3.3V || || style="background:yellow | + | | || +3.3V || || style="background:yellow"|17 || || style="background:green; color:white"|18 || GPIO4_D4 || || |
|- | |- | ||
| || SPI1_TXD || GPIO1_B0 || style="background:green; color:white"|19 || ||style="background:black; color:white"|20 || || GND || | | || SPI1_TXD || GPIO1_B0 || style="background:green; color:white"|19 || ||style="background:black; color:white"|20 || || GND || | ||
Line 56: | Line 56: | ||
| || I2C2_SDA || GPIO2_A0 || style="background:blue; color:white"|27 || || style="background:blue; color:white"|28 || GPIO2_A1 || I2C2_CLK || | | || I2C2_SDA || GPIO2_A0 || style="background:blue; color:white"|27 || || style="background:blue; color:white"|28 || GPIO2_A1 || I2C2_CLK || | ||
|- | |- | ||
− | | || SPI2_TXD || GPIO2_B2 || style="background:green; color:white"|29 || || style="background:black; color:white"|30 || || GND || | + | | I2C6_SCL || SPI2_TXD || GPIO2_B2 || style="background:green; color:white"|29 || || style="background:black; color:white"|30 || || GND || |
|- | |- | ||
− | | || SPI2_RXD || GPIO2_B1 || style="background:green; color:white"|31 || || style="background:green; color:white"|32 || GPIO3_C0 || SPDIF_TX || | + | | I2C6_SDA || SPI2_RXD || GPIO2_B1 || style="background:green; color:white"|31 || || style="background:green; color:white"|32 || GPIO3_C0 || SPDIF_TX || |
|- | |- | ||
− | | || | + | | || SPI2_CSn || GPIO2_B4 || style="background:green; color:white"|33 || || style="background:black; color:white"|34 || || GND || |
|- | |- | ||
− | | || I2S1_LRCK_TX | + | | || I2S1_LRCK_TX || GPIO4_A5 || style="background:green; color:white"|35 || || style="background:green; color:white"|36 || GPIO4_A4 || I2S1_LRCK_RX || |
|- | |- | ||
| || || GPIO4_D6 || style="background:green; color:white"|37 || || style="background:green; color:white"|38 || GPIO4_A6 || I2S1_SDIO/PCM-DI || | | || || GPIO4_D6 || style="background:green; color:white"|37 || || style="background:green; color:white"|38 || GPIO4_A6 || I2S1_SDIO/PCM-DI || | ||
Line 73: | Line 73: | ||
* For pin 3, 5, 27, 28, 29 and 31, each pin is connected to the 3.3V supply through a 4.7K pull-up resistor. | * For pin 3, 5, 27, 28, 29 and 31, each pin is connected to the 3.3V supply through a 4.7K pull-up resistor. | ||
* Pin 19, 21, 23, 24 are laid out directly to the pins of SPI device on board. | * Pin 19, 21, 23, 24 are laid out directly to the pins of SPI device on board. | ||
− | * Pin7 is | + | * Pin7 is laied out directly to the pin of MIPI CSI on board. |
== Software == | == Software == |
Revision as of 03:41, 5 November 2018
Introduction
ROCK Pi 4 is a Rockchip RK3399 based SBC(Single Board Computer) by Radxa. It can run android or some Linux distributions. ROCK Pi 4 features a six core ARM processor, 64bit dual channel 3200Mb/s LPDDR4, up to 4K@60 HDMI, MIPI DSI, MIPI CSI, 3.5mm jack with mic, 802.11 ac WIFI, Bluetooth 5.0, USB Port, GbE LAN, 40-pin color expansion header, RTC. Also, ROCK Pi 4 supports USB PD and QC powering.
ROCK Pi 4 comes in two models, Model A and Model B.
Getting started
Refer the ROCK Pi 4 getting started page for how to start with ROCK Pi.
Refer Installation for how to install images on ROCK Pi.
Hardware
Refer ROCK Pi 4 Hardware page for detailed info about ROCK Pi.
link title===40 PIN GPIO ===
Function2 | Function1 | GPIO | Pin# | Pin# | GPIO | Function1 | Function2 | |
---|---|---|---|---|---|---|---|---|
+3.3V | 1 | 2 | +5.0V | |||||
I2C7_SDA | GPIO2_A7 | 3 | 4 | +5.0V | ||||
I2C7_SCL | GPIO2_B0 | 5 | 6 | GND | ||||
CIF_CLKOUT | SPI2_CLK | GPIO2_B3 | 7 | 8 | GPIO4_C4 | DEBUG_TXD | ||
GND | 9 | 10 | GPIO4_C3 | DEBUG_RXD | ||||
PWM0 | GPIO4_C2 | 11 | 12 | GPIO4_A3 | I2S1_SCLK/PCM-CLK | |||
PWM1 | GPIO4_C6 | 13 | 14 | GND | ||||
SPDIF_TX | GPIO4_C5 | 15 | 16 | GPIO4_D2 | ||||
+3.3V | 17 | 18 | GPIO4_D4 | |||||
SPI1_TXD | GPIO1_B0 | 19 | 20 | GND | ||||
SPI1_RXD | GPIO1_A7 | 21 | 22 | GPIO4_D5 | ||||
SPI1_CLK | GPIO1_B1 | 23 | 24 | GPIO1_B2 | SPI1_CSn | |||
GND | 25 | 26 | ADC_IN0 | |||||
I2C2_SDA | GPIO2_A0 | 27 | 28 | GPIO2_A1 | I2C2_CLK | |||
I2C6_SCL | SPI2_TXD | GPIO2_B2 | 29 | 30 | GND | |||
I2C6_SDA | SPI2_RXD | GPIO2_B1 | 31 | 32 | GPIO3_C0 | SPDIF_TX | ||
SPI2_CSn | GPIO2_B4 | 33 | 34 | GND | ||||
I2S1_LRCK_TX | GPIO4_A5 | 35 | 36 | GPIO4_A4 | I2S1_LRCK_RX | |||
GPIO4_D6 | 37 | 38 | GPIO4_A6 | I2S1_SDIO/PCM-DI | ||||
GND | 39 | 40 | GPIO4_A7 | I2S1_SDO0/PCM-D0 |
Sweet tips about ROCK Pi 4 Board
- Function marked with color orange is the default function of this pin.
- For pin 3, 5, 27, 28, 29 and 31, each pin is connected to the 3.3V supply through a 4.7K pull-up resistor.
- Pin 19, 21, 23, 24 are laid out directly to the pins of SPI device on board.
- Pin7 is laied out directly to the pin of MIPI CSI on board.
Software
Build
Release Images
Community
- Forum: http://forum.radxa.com
- Telegram Group: https://t.me/rockpi4