Files
infix/board/aarch64/raspberry-pi-4
Mattias Walström 399894e9a1 Add new board banana pi r3
The Banana Pi R3 is a high-performance networking board featuring:
- MediaTek MT7986 ARM Cortex-A53 quad-core processor
- 4x Gigabit LAN ports (lan1-lan4)
- 1x Gigabit WAN port
- 2x SFP ports (sfp1, sfp2) for fiber connectivity
- Dual WiFi interfaces (wifi0 for 2.4GHz, wifi1 for 5GHz)
- USB support
- SD card boot support
2025-09-14 13:37:48 +02:00
..
2025-09-14 13:37:48 +02:00

Raspberry Pi 4 b

Support level

Full support for base board but not any extension board on the GPIOs.

Touch screen

The Raspberry Pi touch display v1 is supported, including touch functionality. There are multiple touchscreens on the market for Raspberry Pi, but only the official (first version with 800x480 resolution) is currently supported. Infix supplies all drivers required to utilize the hardware, but you need to add the actual graphical application in a container.

There are some important considerations you need to know about when using Infix for graphical applications. The container needs access to /dev/dri/ to be able to access the graphics card, and it also needs access to /run/udev to be able to find the input devices.

Example of running Doom in Infix:

	admin@example:/> configure
	admin@example:/config/> edit container doom
	admin@example:/config/container/doom/> set image docker://mattiaswal/alpine-doom:latest
	admin@example:/config/container/doom/> set privileged
	admin@example:/config/container/doom/> edit mount udev
	admin@example:/config/container/doom/mount/udev/> set type bind
	admin@example:/config/container/doom/mount/udev/> set target /run/udev/
	admin@example:/config/container/doom/mount/udev/> set source /run/udev/
	admin@example:/config/container/doom/mount/udev/> end
	admin@example:/config/container/doom/mount/xorg.conf/> set content U2VjdGlvbiAiT3V0cHV0Q2xhc3MiCiAgSWRlbnRpZmllciAidmM0IgogIE1hdGNoRHJpdmVyICJ2YzQiCiAgRHJpdmVyICJtb2Rlc2V0dGluZyIKICBPcHRpb24gIlByaW1hcnlHUFUiICJ0cnVlIgpFbmRTZWN0aW9uCg==
	admin@example:/config/container/doom/mount/xorg.conf/> set target /etc/X11/xorg.conf
	admin@example:/config/container/doom/mount/xorg.conf/> end
	admin@example:/config/container/doom/> edit volume var
	admin@example:/config/container/doom/volume/var/> set target /var
	admin@example:/config/container/doom/volume/var/> leave
	admin@example:/>

Pre-built images

SD card image: infix-rpi4-sdcard.img