Skip to content

Commit 6f1099c

Browse files
committed
Move documentation
1 parent 1992eb5 commit 6f1099c

File tree

3 files changed

+75
-76
lines changed

3 files changed

+75
-76
lines changed

board/aarch64/README.md

Lines changed: 2 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -4,82 +4,8 @@ aarch64
44
Board Specific Documentation
55
----------------------------
66

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

0 commit comments

Comments
 (0)