|
4 | 4 | Board Specific Documentation |
5 | 5 | ---------------------------- |
6 | 6 |
|
7 | | -- [Banana Pi R3](#banana-pi-r3) |
| 7 | +- [Banana Pi R3](banana-pi-r3/) |
8 | 8 | - [Marvell CN9130-CRB](cn9130-crb/) |
9 | 9 | - [Microchip SparX-5i PCB135 (eMMC)](sparx5-pcb135/) |
10 | 10 | - [NanoPi R2S](r2s/) |
11 | | -- [Raspberry Pi 4 b](#raspberry-pi-4-b) |
12 | | - |
13 | | -# Banana Pi R3 |
14 | | - |
15 | | -## Support level |
16 | | -Full support for all Infix enabled features including switched ethernet ports, WiFi, |
17 | | -and SFP interfaces. The board includes comprehensive hardware support for |
18 | | -MediaTek MT7986 SoC features. |
19 | | - |
20 | | -### Hardware features |
21 | | -The Banana Pi R3 is a high-performance networking board featuring: |
22 | | -- MediaTek MT7986 ARM Cortex-A53 quad-core processor |
23 | | -- 4x Gigabit LAN ports (lan1-lan4) |
24 | | -- 1x Gigabit WAN port |
25 | | -- 2x SFP ports (sfp1, sfp2) for fiber connectivity |
26 | | -- Dual WiFi interfaces (wifi0 for 2.4GHz, wifi1 for 5GHz) |
27 | | -- USB support |
28 | | -- SD card boot support |
29 | | - |
30 | | -### Network configuration |
31 | | -The board comes preconfigured with: |
32 | | -- 4 switched LAN ports for internal networking |
33 | | -- Dedicated WAN port with DHCP client enabled |
34 | | -- SFP ports for high-speed fiber connections |
35 | | -- Dual WiFi interfaces for wireless connectivity |
36 | | - |
37 | | -### Pre-built images |
38 | | -SD card image: [infix-bpi-r3-sdcard.img](https://github.com/kernelkit/infix/releases/download/latest-boot/infix-bpi-r3-sdcard.img) |
39 | | - |
40 | | -# Raspberry Pi 4 b |
41 | | - |
42 | | -## Support level |
43 | | -Full support for base board but not any extension board on the |
44 | | -GPIOs. |
45 | | - |
46 | | -### Touch screen |
47 | | -The [Raspberry Pi touch display v1][RPI-TOUCH] is supported, including |
48 | | -touch functionality. There are multiple touchscreens on the market for |
49 | | -Raspberry Pi, but only the official (first version with 800x480 |
50 | | -resolution) is currently supported. Infix supplies all drivers |
51 | | -required to utilize the hardware, but you need to add the actual |
52 | | -graphical application in a container. |
53 | | - |
54 | | -There are some important considerations you need to know about when |
55 | | -using Infix for graphical applications. The container needs access to |
56 | | -/dev/dri/ to be able to access the graphics card, and it also needs |
57 | | -access to /run/udev to be able to find the input devices. |
58 | | - |
59 | | -Example of running Doom in Infix: |
60 | | - |
61 | | -```cli |
62 | | - admin@example:/> configure |
63 | | - admin@example:/config/> edit container doom |
64 | | - admin@example:/config/container/doom/> set image docker://mattiaswal/alpine-doom:latest |
65 | | - admin@example:/config/container/doom/> set privileged |
66 | | - admin@example:/config/container/doom/> edit mount udev |
67 | | - admin@example:/config/container/doom/mount/udev/> set type bind |
68 | | - admin@example:/config/container/doom/mount/udev/> set target /run/udev/ |
69 | | - admin@example:/config/container/doom/mount/udev/> set source /run/udev/ |
70 | | - admin@example:/config/container/doom/mount/udev/> end |
71 | | - admin@example:/config/container/doom/mount/xorg.conf/> set content U2VjdGlvbiAiT3V0cHV0Q2xhc3MiCiAgSWRlbnRpZmllciAidmM0IgogIE1hdGNoRHJpdmVyICJ2YzQiCiAgRHJpdmVyICJtb2Rlc2V0dGluZyIKICBPcHRpb24gIlByaW1hcnlHUFUiICJ0cnVlIgpFbmRTZWN0aW9uCg== |
72 | | - admin@example:/config/container/doom/mount/xorg.conf/> set target /etc/X11/xorg.conf |
73 | | - admin@example:/config/container/doom/mount/xorg.conf/> end |
74 | | - admin@example:/config/container/doom/> edit volume var |
75 | | - admin@example:/config/container/doom/volume/var/> set target /var |
76 | | - admin@example:/config/container/doom/volume/var/> leave |
77 | | - admin@example:/> |
78 | | -
|
79 | | -``` |
80 | | - |
81 | | -### Pre-built images |
82 | | -SD card image: [infix-rpi4-sdcard.img](https://github.com/kernelkit/infix/releases/download/latest-boot/infix-rpi4-sdcard.img) |
83 | | - |
84 | | - |
85 | | -[RPI-TOUCH]: https://www.raspberrypi.com/products/raspberry-pi-touch-display/ |
| 11 | +- [Raspberry Pi 4 b](raspberry-pi-4/) |
0 commit comments