Just a quick update from a "test user" point of view running "Armbian-unofficial_24.2.0-trunk_Orangepizero3_bookworm_edge_6.7.0-rc7.i2c3.test.tar.xz". i2c port and io stuff isn't very interesting for me personally..bear with me
I'm using SBC more or less as little servers.
Overall stability: Pretty good. No crashes reboots or so
Docker: Hardware device forwarding to container (zigbee usb stick) works fine. Giving containers separate interface in different VLAN (ipvlan) works well.
lmsensors gives reasonable information:
{
"cpu_thermal-virtual-0":{
"Adapter": "Virtual device",
"temp1":{
"temp1_input": 37.079
}
},
"gpu_thermal-virtual-0":{
"Adapter": "Virtual device",
"temp1":{
"temp1_input": 37.970
}
},
"ddr_thermal-virtual-0":{
"Adapter": "Virtual device",
"temp1":{
"temp1_input": 37.727
}
},
"ve_thermal-virtual-0":{
"Adapter": "Virtual device",
"temp1":{
"temp1_input": 36.674
}
}
}
mpstat is also working fine. Idle is little low because Unifi server is eating up lots or resources when starting 🫣:
{"sysstat": {
"hosts": [
{
"nodename": "orangepizero3",
"sysname": "Linux",
"release": "6.7.0-rc7-edge-sunxi64",
"machine": "aarch64",
"number-of-cpus": 4,
"date": "08.01.2024",
"statistics": [
{
"timestamp": "22:15:23",
"cpu-load": [
{"cpu": "all", "usr": 32.22, "nice": 0.00, "sys": 2.99, "iowait": 6.49, "irq": 0.00, "soft": 0.01, "steal": 0.00, "guest": 0.00, "gnice": 0.00, "idle": 58.29}
]
}
]
}
]
}}