@@ -3,49 +3,46 @@ icon: fas fa-microchip
3
3
order : 3
4
4
---
5
5
6
- Infix can run on many different types of [ architectures and boards] [ 1 ] ,
7
- much thanks to Linux and Buildroot. Currently the focus is on 64-bit
8
- ARM devices with switching fabric supported by Linux switchdev.
6
+ Infix runs on many different types of [ architectures and boards] [ 1 ] , thanks
7
+ largely to Linux and Buildroot. The project started out with a heavy network
8
+ focus, and that remains its strength, though it is now expanding to include
9
+ end devices like the Raspberry Pi.
9
10
10
- > See < https://kernelkit.org/posts/router-boards/ > for the up-to-date list.
11
-
12
- The following boards have been know to run Infix. They are divided into
13
- three tiers to denote level of support.
11
+ The following boards are known to run Infix. The list is divided into three
12
+ tiers to denote level of support.
14
13
15
14
### Tier 1
16
15
17
16
Fully supported in default builds, with images included in releases:
18
17
19
- - [ Marvell CN9130] [ 5 ] CRB (ARM )
20
- - [ GNS3] [ 3 ] /Qemu[ ^ 1 ] (ARM , x86_64)
18
+ - [ Marvell CN9130] [ 5 ] CRB (ARM64 )
19
+ - [ GNS3] [ 3 ] /Qemu[ ^ 1 ] (ARM64 , x86_64)
21
20
22
21
### Tier 2
23
22
24
- Separate ` defconfig ` , may use custom kernel and bootloader. May
25
- graduate to * Tier 1* support depending on community interest and
26
- participation.
23
+ Separate ` defconfig ` , may use custom kernel and bootloader. May graduate
24
+ to * Tier 1* support depending on community interest and participation.
27
25
28
- - [ StarFive VisionFive2] [ 6 ] (RISC-V)
29
- - [ NanoPi R2S] [ 7 ] (ARM)
30
- - [ Raspberry Pi 4B] [ 10 ] (ARM)
26
+ - [ Raspberry Pi 4B] [ 10 ] (ARM64)
27
+ - [ Banana Pi-R3] [ 12 ] (ARM64)
31
28
32
29
### Tier 3
33
30
34
31
Worked at one point but needs more attention to bring on par with the
35
- Infix boot sequence, and testing:
36
-
37
- - [ Microchip SparX-5i] [ 8 ] PCB135 (ARM)
38
- - [ Marvell EspressoBIN] [ 9 ] (ARM)
32
+ Infix boot sequence and testing:
39
33
34
+ - [ Microchip SparX-5i] [ 8 ] PCB135 (ARM64)
35
+ - [ Marvell EspressoBIN] [ 9 ] (ARM64)
36
+ - [ StarFive VisionFive2] [ 6 ] (RISC-V)
37
+ - [ NanoPi R2S] [ 7 ] (ARM64)
40
38
41
-
42
- ------
39
+ ---
43
40
44
41
### Footnotes
45
42
46
43
[ ^ 1 ] : The [ Qemu] [ 2 ] x86_64 support is primarily intended for development
47
44
and testing, but can also be used for evaluation and demo purposes
48
- using the [ Infix appliance] [ 11 ] in [ GNS3] [ 3 ] . For more information,
45
+ using the [ Infix appliance] [ 11 ] in [ GNS3] [ 3 ] . For more information,
49
46
see: [ Infix in Virtual Environments] [ 4 ] .
50
47
51
48
[ 1 ] : https://github.com/kernelkit/infix/tree/main/board
@@ -59,3 +56,4 @@ Infix boot sequence, and testing:
59
56
[ 9 ] : https://espressobin.net/
60
57
[ 10 ] : https://www.raspberrypi.com/products/raspberry-pi-4-model-b/
61
58
[ 11 ] : https://www.gns3.com/marketplace/appliances/infix
59
+ [ 12 ] : https://wiki.banana-pi.org/Banana_Pi_BPI-R3
0 commit comments