Jump to content

jokakilla

Members
  • Posts

    6
  • Joined

  • Last visited

  1. That are awesome news. Congratulations! Do we have an overview whats still "missing"? For me personally it looks already pretty nice and complete. Basic functionality seems stable and network, WiFi, bluetooth, io Pins, HDMI are working now to my knowledge. I believe USB via expansion board too? What about audio and IR?
  2. Yup mine is running with a heatsink (kit from aliexpress). Idle 37°C. After running "stress --cpu 4" for a few minutes it's going up to 60°C. The sensor values delivered from the SOC seem legit. Have been running some stress tests for io and ram too without instabilities: "stress --cpu 4 --io 4 -m 4 --vm-bytes 512M -t 300". Not sure if the cpu frequency and so on is controlled by the kernel, driver or by the SOC internally. So no idea if this is interesting but the data shown by cpufreq-info seems ok. After stress testing high percentage is at 1.51 GHz. When idling the percentage of time in 480 MHz is rising. So switching between different frequencies looks good. Unfortunately the tool is printing stuff in german.
  3. 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} ] } ] } ] }}
  4. Glad to hear that my feedback was useful. Let me know if there is anything certainly interesting I could test. I'll maybe play around with more network stuff like vlan (docker ipvlan) but not sure If this is something where you would expect to see issues. So thanks again for all your effort and happy new year to all of you.
  5. Tried https://rpmbuild.pixeldrift.net/armbian/orangepi/zero3/pr_testing/PR6106_20231229_b1fb0d159_Armbian-unofficial_24.2.0-trunk_Orangepizero3_bookworm_edge_6.7.0-rc7.tar.xz on my 4GB zero3 and so far for my purposes (headless little server running some docker containers using a zigbee usb stick) all seems pretty nice. Zigbee2Mqtt running in docker container with Zigbee USB stick and Unifi Network server running on it several hours without issue. Rebooting is working fine, network is coming up again. Network seems to be stable for me (some retransmission that are gone when I limit the bandwidth a little) Unfortunately can't test HDMI stuff as I missed to order a micro HDMi to HDMI adapter🫣
  6. Hi, first of all thanks for all the effort to get armbian running on the orange pi zero3 👍 I just received my 4gig version today and tried to build an image to play around and give some feedback. Hope I don't clutter the thread with my noob questions. I tried following on Linux Mint 21 Vanessa (based on Ubuntu Jammy) git clone --depth=1 -b zero3 https://github.com/pixdrift/armbian_build.git cd armbian_build ./compile.sh The message is that the argument list is too long. Any ideas? Is the approach correct at all?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines