Nanopc T4 help notes

All information is obtained from the following link
● Wiki tutorial: http://wiki.friendlyarm.com/wiki/index.php/NanoPC-T4/zh
Insert picture description here

Mechanical structure drawing (dxf format):

http://wiki.friendlyarm.com/wiki/images/b/bc/NanoPC-T4_1802_Drawing%28dxf%29.zip

Schematic diagram:

http://wiki.friendlyarm.com/wiki/images/f/f4/NanoPC-T4-1802-Schematic.pdf

Source code:

https://github.com/friendlyarm
#Firmware download address:
https://pan.baidu.com/s/1rZmMQEQL1tu15R6IeYrksw#list/path

GPIO pin

Check the official website of Nanopc-T4, check the interface layout of Nanopc-T4, as shown in Figure 1, the GPIO pin definition corresponds to the actual ARM board, as shown in Figure 1, the first row of GPIO pins from left to right are Pin2, 4 , 6 are in the lower row, and the second row is Pin1, 3, and 5 in the lower row.
Insert picture description here
Enter gpio readall on the terminal of the ARM board to
view the corresponding relationship between wPi and Physical (GPIO0 pin is ARM pin 11, GPIO7 pin is ARM pin 7), and then perform hardware GPIO connection

Insert picture description here
http://wiki.friendlyarm.com/wiki/index.php/WiringPi_for_RK3399/zh
Insert picture description here

SOM RK3399 data download

Insert picture description here

http://wiki.friendlyarm.com/wiki/index.php/SOM-RK3399/zh
http://wiki.friendlyarm.com/wiki/images/9/96/SOM-RK3399_1904_Schematic.pdf
http://wiki.friendlyarm.com/wiki/images/6/62/SOM-RK3399_1904_dxf.zip
http://wiki.friendlyarm.com/wiki/images/d/de/SOM-RK3399_Dev_Kit_1904_Schematic.pdf
http://wiki.friendlyarm.com/wiki/images/7/7f/SOM-RK3399_Dev_Kit_1904_dxf.zip
https://gitlab.com/friendlyelec/rk3399-nougat/tree/nanopc-t4-nougat/RKDocs
http://opensource.rock-chips.com/images/6/60/Rockchip_RK3399_Datasheet_V1.6-20170301.pdf
http://opensource.rock-chips.com/images/e/ee/Rockchip_RK3399TRM_V1.4_Part1-20170408.pdf

Screenshot

There is a printscreen button on the keyboard
Insert picture description here

Turn on the USB camera

VideoCapture capture(10);//10

Guess you like

Origin blog.csdn.net/m0_51233386/article/details/114949555
T4