Jump to content

Active threads

Showing topics posted in for the last 365 days.

This stream auto-updates

  1. Past hour
  2. wifi operational with: ln -sf /lib/firmware/brcm/brcmfmac4330.bin /lib/firmware/brcm/brcmfmac4330-sdio.rockchip,rk3528-demo1-lp4-v10.bin ln -sf /lib/firmware/brcm/brcmfmac-ap6330-sdio.txt /lib/firmware/brcm/brcmfmac4330-sdio.rockchip,rk3528-demo1-lp4-v10.txt and a reboot, then nmtui to set up a connection
  3. Thank for the idea of the usb wifi i didn't buy it, i try a other dc power with 400ma i already have around originally I was using 300ma, now the wifi works like a charms, how high you think I can go 1a ? I want to add a fan
  4. Today
  5. Mesa 24.1 is out, and the graphics team at Collabora has been working hard to bring a slew of new features and bug fixes to Panfrost, Zink, NVK, and Mesa in general. Here's a look at their contributions for this release cycle. View the full article
  6. @Nick A, Despite of your long instructions, several tries, spending hours with studying related topics, practically I could not reach any success. The most annoying thing is that when trying to boot the device from sdcard (using the uboot button), nothing happens, not even a single character appears on the console output. How the boot process supposed to work? My understanding, that the beginning part of the sdcard image contains an uboot, which is able to work with a partly initialized (powered up) hardware (starting to use SoC internal RAM), and would make minimal further hardware initialization, and load modules from the boot partition, like kernel, root-fs, device tree. Is it a valid assumption, that uboot should echoe the start of boot process already? (At least when the stock firmware starts, I see uboot messages.) Is it possible, that the uboot on the sdcard is not compatible with my hardware? Or simply the external boot is restricted by the software of the T95H android box? I also downloaded firmware for the box (found e.g. T95H-H616-X22.img), and checked, what file structure it shows: it is "PhoenixSuite image file", different format than an armbian (or other os) image...
  7. Whow..worked "out of the Box" with Overlays. Good Job Guys! Does anyone know if that Toch-LCD that is coming with that DVK521 Kit for the Cubieboards is working with armbian? I don't know anything about the hardware or even the original Software that came with the Cubieboard2 .. and the examples. The 3 boards I have are all used and none was complete with the original software to try out something. Regards, Holm
  8. Thank you! It looks like what I had was pretty close, anyway. The last one was: Armbian_23.8.1_Nanopineo_bookworm_current_6.1.47 from August 2023.
  9. this worked on a fresh installed armbian: apt update && apt upgrade -y wget -O armbian-config.deb 'https://forum.armbian.com/applications/core/interface/file/attachment.php?id=12473&key=a65459c80c08c1043133549c7b2b7b01' apt --fix-broken install dpkg -i armbian-config.deb Thanks @Igor! Note: I am on Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal. And not on Armbian_community_24.5.0-trunk.667_Nanopim4v2_bookworm_current_6.6.31_minimal. I am using it for OpenMediaVault!
  10. Hi, I've been running the OMV7 latest with the armbian headless latest. I've set the power button for powering the system off in the OMV's gui. When the system is "on" I can power the system down by short press on the power button, the system powers off after aprox 10 seconds (so hopefully a clean shut down), the power led and network led get off, but the USB HDD (external 2.5in 320GB WD) still shows activity after power down - the activity led on it blinks (like 5 blinks per second) and I can hear a light clicking in aprox 1sec intervals. The disk does not spin, however (I cannot hear the spinning). I've been using a battery backup (3.7V lion) wired to the BPi M1 board permanently (there is an onboard controller for the battery backup management). What needs to be set in order the external USB HDD stops showing activity after the power down?
  11. - Update: Kernel 6.1 ✔️ HDMI Audio ✔️ WIFI 2.4 + 5ghz ✔️ Ethernet ❌ Bluetooth ❌ NPU ❌ VPU ❌ GPU Wifi-K610: https://drive.google.com/file/d/1B1LmAylalETcnBEWiPiJHL0MjK5xlIV4/view cd /lib/firmware/brcm/ sudo wget https://github.com/CoreELEC/brcmfmac_sdio-firmware-aml/raw/master/firmware/brcm/fw_bcm4335b0_ag.bin sudo ln -s fw_bcm4335b0_ag.bin brcmfmac4335-sdio.h96-TVbox,rk3566.bin sudo reboot now nmcli dev wifi sudo rmmod brcmfmac_wcc brcmfmac brcmutil modprobe brcmfmac - Image: Updated K610 test image: https://drive.google.com/file/d/1G3ne0N0DX-sKNr36uqGhnaVXHt6sqBMz/view?usp=sharing - BaseFiles: RK3566-H96-MAX-VENDOR-61-V3: https://drive.google.com/file/d/1Y5sGIE8uAo-eASNvkBkZ6SX3vdpiBFRU/view?usp=sharing edit Rockchip U-boot Legacy 4.19 DTS: https://github.com/hqnicolas/u-boot/blob/next-dev-v2024.03/arch/arm/dts/rk3566-h96.dts edit Rockchip U-boot Legacy 4.19 DEFCONFIG: https://github.com/hqnicolas/u-boot/blob/next-dev-v2024.03/configs/h96-rk3566_defconfig dmesg before install wifi & BT dmesg short: Full dmesg:
  12. Did you do code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } apt update beforehand? Images usually are shipped with empty lists to avoid having outdated ones packed which also increase image size.
  13. The video processor unit can decode your file but the rendering unit (GPU) can't display it. You can view your file at lower resolution and so you have half of 4k capabilities. Even at 1080p you get low FPS because the CPU can't resize fast enough. You need rk3588 or mabe rk3576 to view full 4k. An rk3566 with stand alone kodi can do the job but librelec or corelec are not supported for this CPU. Odroid M1 have this on its forum.
  14. Yesterday
  15. @specs A current 6.9.0 edge kernel (collabora version) is availale on beta.armbian.com (linux-dtb and linux-headers are available too). They can be downloaded to the filesystem using 'wget <URL>' and installed via 'dpkg -i linux*' (without armbian-config). After updating Armbian 24.2.1 (minimal) from linux 5.10.160 to 6.9.0: (system on emmc, data on a 4TB sata ssd (m.2)) ____ _ ____ ____ | _ \ ___ ___| | __ | ___|| __ ) | |_) / _ \ / __| |/ / |___ \| _ \ | _ < (_) | (__| < ___) | |_) | |_| \_\___/ \___|_|\_\ |____/|____/ Welcome to Armbian 24.2.1 Bookworm with Linux 6.9.0-collabora-rockchip-rk3588 No end-user support: community creations System load: 1% Up time: 27 min Memory usage: 3% of 7.35G IP: 192.168.xx.31 CPU temp: 45°C Usage of /: 33% of 14G I tried a network performance benchmark and it rocks: 2x 2.34 Gbits/s (bidirectional) ! (armbian-hardware-optimize disabled) # ./iperf3 -c 192.168.xx.31 -p 5201 (client -> rock 5b) Connecting to host 192.168.xx.31, port 5201 [ 5] local 192.168.xx.54 port 63943 connected to 192.168.xx.31 port 5201 [ ID] Interval Transfer Bitrate [ 5] 0.00-1.01 sec 284 MBytes 2.37 Gbits/sec [ 5] 1.01-2.00 sec 280 MBytes 2.35 Gbits/sec [ 5] 2.00-3.00 sec 280 MBytes 2.35 Gbits/sec [ 5] 3.00-4.00 sec 281 MBytes 2.35 Gbits/sec [ 5] 4.00-5.00 sec 281 MBytes 2.35 Gbits/sec [ 5] 5.00-6.01 sec 282 MBytes 2.35 Gbits/sec [ 5] 6.01-7.00 sec 280 MBytes 2.35 Gbits/sec [ 5] 7.00-8.00 sec 281 MBytes 2.35 Gbits/sec [ 5] 8.00-9.00 sec 281 MBytes 2.35 Gbits/sec [ 5] 9.00-10.00 sec 280 MBytes 2.35 Gbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate [ 5] 0.00-10.00 sec 2.74 GBytes 2.36 Gbits/sec sender [ 5] 0.00-10.01 sec 2.74 GBytes 2.35 Gbits/sec receiver # ./iperf3 -c 192.168.xx.31 -p 5201 -R (rock 5b -> client) Connecting to host 192.168.xx.31, port 5201 Reverse mode, remote host 192.168.xx.31 is sending [ 5] local 192.168.xx.54 port 63945 connected to 192.168.xx.31 port 5201 [ ID] Interval Transfer Bitrate [ 5] 0.00-1.01 sec 279 MBytes 2.33 Gbits/sec [ 5] 1.01-2.01 sec 281 MBytes 2.35 Gbits/sec [ 5] 2.01-3.01 sec 280 MBytes 2.35 Gbits/sec [ 5] 3.01-4.01 sec 281 MBytes 2.35 Gbits/sec [ 5] 4.01-5.00 sec 280 MBytes 2.35 Gbits/sec [ 5] 5.00-6.01 sec 281 MBytes 2.35 Gbits/sec [ 5] 6.01-7.01 sec 280 MBytes 2.35 Gbits/sec [ 5] 7.01-8.01 sec 281 MBytes 2.35 Gbits/sec [ 5] 8.01-9.01 sec 280 MBytes 2.35 Gbits/sec [ 5] 9.01-10.01 sec 281 MBytes 2.35 Gbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-10.01 sec 2.74 GBytes 2.35 Gbits/sec 2 sender [ 5] 0.00-10.01 sec 2.74 GBytes 2.35 Gbits/sec receiver #./iperf3 -c 192.168.xx.31 -p 5201 --bidir (bidirectional) Connecting to host 192.168.xx.31, port 5201 [ 5] local 192.168.xx.54 port 63948 connected to 192.168.xx.31 port 5201 [ 7] local 192.168.xx.54 port 63949 connected to 192.168.xx.31 port 5201 [ ID][Role] Interval Transfer Bitrate [ 5][TX-C] 0.00-1.00 sec 278 MBytes 2.33 Gbits/sec [ 7][RX-C] 0.00-1.00 sec 273 MBytes 2.29 Gbits/sec [ 5][TX-C] 1.00-2.01 sec 280 MBytes 2.34 Gbits/sec [ 7][RX-C] 1.00-2.01 sec 281 MBytes 2.35 Gbits/sec [ 5][TX-C] 2.01-3.00 sec 278 MBytes 2.34 Gbits/sec [ 7][RX-C] 2.01-3.00 sec 279 MBytes 2.35 Gbits/sec [ 5][TX-C] 3.00-4.01 sec 280 MBytes 2.34 Gbits/sec [ 7][RX-C] 3.00-4.01 sec 281 MBytes 2.35 Gbits/sec [ 5][TX-C] 4.01-5.01 sec 279 MBytes 2.34 Gbits/sec [ 7][RX-C] 4.01-5.01 sec 280 MBytes 2.35 Gbits/sec [ 5][TX-C] 5.01-6.01 sec 279 MBytes 2.34 Gbits/sec [ 7][RX-C] 5.01-6.01 sec 280 MBytes 2.35 Gbits/sec [ 5][TX-C] 6.01-7.01 sec 279 MBytes 2.34 Gbits/sec [ 7][RX-C] 6.01-7.01 sec 280 MBytes 2.35 Gbits/sec [ 5][TX-C] 7.01-8.00 sec 278 MBytes 2.34 Gbits/sec [ 7][RX-C] 7.01-8.00 sec 279 MBytes 2.35 Gbits/sec [ 5][TX-C] 8.00-9.01 sec 280 MBytes 2.34 Gbits/sec [ 7][RX-C] 8.00-9.01 sec 281 MBytes 2.35 Gbits/sec [ 5][TX-C] 9.01-10.01 sec 279 MBytes 2.34 Gbits/sec [ 7][RX-C] 9.01-10.01 sec 280 MBytes 2.35 Gbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID][Role] Interval Transfer Bitrate Retr [ 5][TX-C] 0.00-10.01 sec 2.72 GBytes 2.34 Gbits/sec sender [ 5][TX-C] 0.00-10.01 sec 2.72 GBytes 2.34 Gbits/sec receiver [ 7][RX-C] 0.00-10.01 sec 2.73 GBytes 2.35 Gbits/sec 1 sender [ 7][RX-C] 0.00-10.01 sec 2.73 GBytes 2.34 Gbits/sec receiver
  16. I realized that, and connected the pi5 to the lan port on my wifi router but wasn't able to see it in the clients list on my router dashboard (192.168.1.1). Waited for 10-15 mins.
  17. Dear Armbian Community, We are excited to announce that our new release is approaching quickly, with an estimated release date of May 25th. Our team is working actively on the final touches, focusing on stability and fine-tuning advanced features such as 3D and video acceleration. We’re utilizing the best available methods, as there are multiple options to consider. We are adjusting our build targets to include stable, rolling and application-specific builds. Stable Releases: For those who prefer a more reliable and tested environment. Rolling Releases: For the latest updates and experimental features. Applications: Optimized builds for specific applications. We will continue to support Jammy (old stable Ubuntu) while gradually introducing Noble as the latter has numerous bugs from upstream user space applications. Official Partnership with Radxa: We are thrilled to announce a new official partnership with Radxa. This collaboration will enhance support for their newly released RK3588 boards, bringing more robust and reliable options to our users. Community Engagement and Giveaways: One of our current giveaways is nearing its end, but don’t worry – a new one is here! Stay tuned for more exciting opportunities. Focus Areas: As we approach the release date, we ask for your help, especially in the areas of desktop acceleration and desktop environments. While we have covered base OS system features well, your contributions and feedback are invaluable. Community Poll Results: We recently conducted a poll to understand our community’s involvement in open-source projects. Here are the results: I’m an active contributor: 28.6% Contributed occasionally: 31.7% Not yet, but I’d like to: 28.6% No, why?: 11.1% These results are based on 63 votes and show a vibrant and engaged community, with a significant number of active and occasional contributors. For those who haven’t contributed yet but would like to, we encourage you to get involved. Your participation can make a significant difference! Thank you for your continued support and contributions. Together, we can make Armbian even better! Best regards, The Armbian Team The post New Release Approaching Fast! first appeared on Armbian. View the full article
  18. Hi there. I have a Pine A64(+) board (https://pine64.org/documentation/Pine_A64/) I have been experiencing this issue since last year. I updated the SO (armbian version + kernel) several times and it didn't resolve the issue. It happens randomly. The CPU and storage are not overheated (30º C each) and I tested all physical components (board, ethernet wire, switch, ...) ambianmonitor -u -> https://paste.armbian.com/arozepuxen Things I tested for now: - Daily reboot. Sometimes eth0 is not wake up after boot and I have to physically power-toggle the board. - Stay on latest raspbian release (24.2.1) + latest kernel (6.6.16) + latest uboot. Same issue. - Stay on latest raspbian release (24.2.1) + legacy kernel (6.1.77) + latest uboot. Same issue. - Armbian 23.11.1 Jammy with Linux 6.1.63-current-sunxi64 was also some time the SO in the board. Same issue. - Also I set the segmentation and MTU as here but same issue: Notes: - CPU is "on demand". That's also why the temperature is OK. - Somehow is only 100Mbits available (the board has gigabit port). By the way, is not my concerning now. - https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs I saw this driver. Is this an option? Should I try? Any idea? Should I totally rebuild the microsd SO from zero with an ARMBIAN from 2021 or so? Any other suggestion? The board is totally unstable as it currently is and I guess is software related (driver maybe) Thank you.
  19. I ask this question purely out of curiosity - why is the userpatches folder not in the build folder when it is first cloned
  20. Hi, I am new here but been playing with the opi zero 2w for a bit with the zero 3 image. So happy to now see 2w images have appeared. I have the expansion board and was hoping to get the ethernet port working at some point. I mainly want to use this device to run headless and be able to shut it down when I push one of the buttons on the expansion board. Is this possible with any of the current images?
  21. I had the same issue. Not able to see an hdmi output unless i used a usb-c to hdmi dongle. I was able to restore hdmi output using the instructions in this post: Could be an issue with cheap displays only? The display I'm using is a RCA tv so I'm not really sure.
  22. Hi, sorry my english Did you got a working system? I can boot MiniArch-20231112-6.7.4-board-h313.x96_q_lpddr3-SD-Image but ethernet won't work and MiniArch-20231112-6.7.4-board-h616.tanix_tx6s_axp313-SD-Image won't boot.. I'm in hope to get Klipper work on this tvbox
  23. I have this same issue. It is displaying 1920x1080 on my 1920x1200 old Dell LCD, when using the HDMI input. If I use an adapter to connect the RockPro64 to to a DVI-D input, I only get 1024x768, bleh.
  24. Yes! I get a degraded x1 link, too, with a Samsung 980 Pro. I assumed it had never worked at x4, so it's interesting to hear that it is a regression.
  25. Last week
  26. I was having the same issue and used Colton's solution. Worked like a charm, thank you.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines