Jump to content

Active threads

Showing topics posted in for the last 365 days.

This stream auto-updates

  1. Past hour
  2. OK I think I have learned something. My fstab entry doesn't contain an entry like x-gvfs-show which i believe makes the disk appear in the UI (desktop icon and in Thunar?? I found this by comparing Gnome Disks settings for the SATA drive, which according to disks is mounted at mnt/data. Good. So next task is to install and configure SMB to share the root drive on the network ideally without the necessity of entering a password. So path should be /mnt/data?? and do I require Valid Users entry? Finally do I need smbpasswd.. Note users accessing will be from Windows 11 pcs and mobile phones (iOS) path = /mnt/data available = yes valid users = kealy read only = no browsable = yes public = yes writable = yes
  3. Today
  4. sven-ola

    Orange Pi RV2

    Hello @lewa_j! Thanks for the explanation. As long as https://docs.mesa3d.org/drivers/powervr.html lists BXE-2-32 as unsupported we stick to the blobs. Of course, you are free to check this for youself, see compiling "getting started" above. HTH // Sven-Ola
  5. Diagnosing System Issues and Getting Support with ArmbianmonitorArmbian is a lightweight operating system based on Debian/Ubuntu, highly optimized for single-board computers (SBCs) like the Raspberry Pi, Orange Pi, and many others. When facing system problems on an SBC running Armbian, the built-in utility armbianmonitor is an essential diagnostic tool. It quickly gathers crucial system data, making troubleshooting faster and more accurate for both the user and the community providing support. Key Diagnostic FunctionsThe primary use of armbianmonitor is to generate real-time performance and system configuration reports. By running the command without any arguments, you get a menu of options, but the most vital functions for diagnosis are: System Status (armbianmonitor -m): This provides a live monitoring dashboard. It displays key metrics like CPU frequency, load average, temperature, memory usage, and disk I/O. By watching this output while a problem (like a system freeze or slowdown) occurs, you can often pinpoint the bottleneck—for instance, a sudden spike in CPU temperature indicating a cooling problem, or sustained high memory usage pointing to a resource leak.System Information (armbianmonitor -u or -d): This is the most crucial function for seeking online support. It gathers a comprehensive, anonymized report including details about the kernel version, device model, installed packages, boot logs, and hardware configuration. This data is essential because the performance and stability of SBCs are often highly dependent on the specific kernel and hardware drivers used for that model.Getting Support OnlineWhen seeking help on platforms like the Armbian forum or GitHub, simply describing the symptoms is rarely enough. The person helping you needs to know the exact state of your system. By running armbianmonitor -u, the utility uploads the detailed diagnostic report to a public pastebin service (like https://www.google.com/search?q=paste.armbian.com) and provides a unique, short URL. You can then include this URL directly in your support request. This allows community members to instantly access the exact configuration, eliminating back-and-forth questions about device type, OS version, and log file locations. This standardized method is the fastest way to receive targeted, effective assistance and ensures your issue is diagnosed accurately. View the full article
  6. Nice! I actually did something similar. In my case I ended up using an old PWM fan I had lying around, powering it through the 12V pin input. Then I used ground on pin 6 and the PWM signal from GPIO pin 11. I wrote a bash script and set it up as a service that controls the fan speed based on five temperature levels. Right now I’m running it on FriendlyElec CM3588 NAS with Armbian Linux 6.1.115-vendor-rk35xx (v26.2 rolling). The repo is in Spanish for now, but I’m planning to translate it to English soon: https://github.com/jgomezriesgobancario/cm3588-fan-controller **edited** Fix typos
  7. https://forums.kali.org/ There is an arm64 section.
  8. Feel free to use code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } ./compile.sh BOARD=nanopineoplus2notsurehowitsnameis BRANCH=current kernel-config and then build a kernel packages with the adjustments. Once installed and tested, you can PR to these kernel config here: https://github.com/armbian/build/tree/main/config/kernel
  9. Thank Igor that explains it. I'll look at your suggestion or just go back to an SMB share
  10. The same issue has occurred again. I had to take this measure again today to fix the zfs module. I had to revert the kernel, headers and dtb back to 25.11.2 from 26.2.1 of linux(meson64:arm64)
  11. Hello. I installed Armbian 26.2.1 Minimal Debian 13 (Trixie), but the Wi-Fi still doesn't work. It doesn't connect to the AP during initial setup. After reconfiguring via armbian-config, it works until the first reboot.
  12. Currently just hangs after the Loading kernel message, will provide a log with increased verbosity tomorrow
  13. Yesterday
  14. Also: # apt install -y iptables # iptables -v iptables v1.8.11 (nftables): no command specified https://wiki.debian.org/nftables AFAIK using iptables syntax should still work, but nft is what you probably should learn to use instead. https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables
  15. Add to /etc/rc.local and reboot. echo "1" > /sys/devices/system/cpu/cpufreq/boost && echo "performance" | tee /sys/devices/system/cpu/cpu[0-9]/cpufreq/scaling_governor &&
  16. @Werner I understand, will wait for "Resolve" before marking this as Solution. Thank you for quick reply.
  17. I tried installing armbian on tx6 because I saw a .img file for the tanix tx6 to turn it as a Minecraft server but I quickly run into problems
  18. This week in Armbian development saw significant enhancements across multiple areas, including expanded board support and improved hardware compatibility. Notable additions include new images and configurations for Qidi X-6, X-7, and Ariaboard Photonicat2 mainboards, as well as refined kernel patch maintenance and updates for various platforms. The build system received important fixes, such as resolving compilation errors and device tree issues, alongside improvements in Docker utilities and offline mode detection. Several refactoring efforts streamlined backend processes and enhanced user interface elements. The team also introduced automatic fallback mechanisms for Hetzner server types, optimizing runner scaling. Overall, these updates reinforce Armbian's commitment to stability, broader hardware support, and a smoother user experience. ChangesAdd automatic fallback to smaller Hetzner server types with runner count scaling. by @igorpecovnik in armbian/actions#15Add board and board vendror image for Ariaboard Photonicat2. by @HackingGate in armbian/armbian.github.io#255Add image for Qidi X-7 Mainboard. by @Shadowrom2020 in armbian/armbian.github.io#257Add some board image. by @retro98boy in armbian/armbian.github.io#258Add support for dialog via new wrapper functions. by @igorpecovnik in armbian/configng#762Add support for qidi x-* boards. by @Shadowrom2020 in armbian/build#9564Change unit tests badge link in documentation. by @igorpecovnik in armbian/documentation#885Drop patches that landed upstream and fix two. by @igorpecovnik in armbian/build#9544edge: bump 7.0 to rc5. by @EvilOlaf in armbian/build#9580Enable BCACHE on Raspberry Pi build. by @aulanov in armbian/build#9550feat: offline mode detection with local asset cache. by @SuperKali in armbian/imager#117feat: settings refactoring, DiskArbitration device detection, and filename parser improvements. by @SuperKali in armbian/imager#114fix race condition and NULL ptr deref in PCIe threaded probe. by @AlomeProg in armbian/linux-rockchip#458fix(docker): add trixie support for upstream docker-ce to fix HomeAssistant installation. by @igorpecovnik in armbian/configng#765fix: correct dialog argument order causing box option errors. by @igorpecovnik in armbian/configng#768fix: resolve Phytium stmmac compilation errors for kernel 6.19. by @igorpecovnik in armbian/build#9545fix: settings modal reset, custom image manufacturer, and board detection setting. by @SuperKali in armbian/imager#116Image for Qidi X-6 Mainboard. by @Shadowrom2020 in armbian/armbian.github.io#256kernel patch maintenance. by @EvilOlaf in armbian/build#9562meson64-6.18: rewrite kernel config. by @EvilOlaf in armbian/build#9581mksklipad50: fix devicetree opp voltage settings. by @torte71 in armbian/build#9569OrangePi-RV2/R2S: rename board config from wip to csc. by @sven-ola in armbian/build#9560Qidi X-6: fix defconfig patch. by @Shadowrom2020 in armbian/build#9567refactor: add comprehensive Docker wrapper utilities with progress display. by @igorpecovnik in armbian/configng#769refactor: deduplicate hooks, add CSS design tokens, clean up backend. by @SuperKali in armbian/imager#115rockchip64-7.0: mekotronics-r58x-pro: analog sound: use SuperKali's new clock. by @rpardini in armbian/build#9554rockchip64: rk3588: add I2S MCLK output gate clocks for audio codec support. by @SuperKali in armbian/build#9548rockchip64: rk3588: update I2S MCLK gate patches to match upstream v3 and add u-boot clock IDs. by @SuperKali in armbian/build#9568sm8250: Fix application of Retroid Pocket 5/mini device trees. by @kay-lambdadelta in armbian/build#9572SpacemiT: Update ATFSOURCE, BOOTSOURCE and SD card support.. by @pyavitz in armbian/build#9552sunxi-6.18: remove stray commit from patch. by @EvilOlaf in armbian/build#9556sunxi: bump edge to 6.19.y, current to 6.18.y and legacy to 6.12.y. by @EvilOlaf in armbian/build#9381Update odroidxu4-current to 6.6.129. by @belegdol in armbian/build#9558Update VERSION. by @EvilOlaf in armbian/build#9553View the full article
  19. Last week
  20. Hello, can you please say, where i can find: Armbian_community_25.11.0-trunk.413_Aml-s9xx-box_plucky_edge_6.18.0-rc3.img thank you.
  21. Subject: X88MAX RK3328 - Cannot boot from SD/USB, need help installing Armbian Hello Armbian Community, I'm trying to install Armbian on my X88 RK3328 TV box but facing multiple issues. Need your expert help! Device Information: Model: X88MAX.p2.0.01.d4 SoC: Rockchip RK3328 Android Version: Android 9 (SDK 28) Board: Blue PCB (Hugsun design similar to T9) Storage: 4GB RAM + eMMC Buttons: Power button only (no visible reset button) What I've Tried: 1. SD Card Boot: Downloaded: Armbian_community_26.2.0-trunk.606_Rk3318-box_trixie_current_6.18.18_minimal.img.xz Downloaded: multitool_rk3318-3328.img Flashed to Netac SD card using BalenaEtcher (verified) SD card is detected in Android environment Problem: Box always boots Android, ignores SD card completely 2. USB Boot: Flashed Multitool to USB flash drive Problem: Same result - boots Android, ignores USB 3. Reset Button Method: Tried holding reset button (inside AV port) while powering on Problem: No change, still boots Android 4. Rooting Attempts: Tried KingRoot - stuck on "checking state" forever Device confirmed NOT ROOTED (Root Checker app) Problem: Cannot root to install from Android 5. Maskrom Mode: Have AndroidTool v2.38 ready Problem: PC shows "No Devices Found" when trying to enter Maskrom Current Status: ✅ SD card slot works (Android detects it) ✅ Multitool files accessible on SD card ✅ Have all necessary images downloaded ❌ Cannot boot from SD or USB ❌ Cannot root Android ❌ Cannot enter Maskrom mode My Goal: Install pure Armbian (not Android + Linux apps) for better performance and native Linux experience. Questions: Does anyone have X88 RK3328 working with Armbian? If yes, what method did you use? Is there a specific Armbian build for X88 boards? The generic Rk3318-box image doesn't boot. How to enter Maskrom mode on X88? PC shows "No Devices Found" - am I missing something? Can I convert Armbian .img to Rockchip firmware format for USB Burning Tool? Any X88-specific instructions or device tree files I should use? What I Have Ready: ✅ Armbian image (Rk3318-box minimal) ✅ Multitool image ✅ AndroidTool v2.38 ✅ USB-A to USB-A cable ✅ Willing to backup original Android first Any help or X88-specific guidance would be greatly appreciated! Thanks in advance! 🙏 Device: X88MAX.p2.0.01.d4 SoC: RK3328 (Chip Tag: 33 32 32 48, Flag: RK322H) Storage: Samsung eMMC 64GB FlashID: 45 4D 4D 43 20 Status: Successfully in LOADER mode via RKDevTool v2.86 Android: Backed up and ready Problem: - SD/USB boot ignored by bootloader - Android not rootable (KingRoot fails) - Need Armbian in Rockchip firmware format What I Have: - Device in LOADER mode ✓ - Full Android backup ✓ - RKDevTool v2.86 working ✓ - Armbian_community_26.2.0-trunk.606_Rk3318-box_trixie_current_6.18.18_minimal.img.xz What I Need: - parameter.txt for X88 RK3328 - Armbian partitions in Rockchip format - Or .update file for X88 Tag: @jock Anyone successfully flashed Armbian on X88 RK3328?
  22. Anyone got the dedicated Fan header working correctly? It won't spin at all. Enabled the fanctrl overlay. changed pwm rate,the fan won't budge.. Tried stress the CPU but this only cause shutdown
  23. PanVK’s new framebuffer abstraction for Mali GPUs removes OpenGL-specific constraints, unlocking more flexible tiled rendering features in Vulkan. View the full article
  24. Hi, i have amlogic s805 tv box from mxq, how do i run armbian onecloud? bc none of this helped me.
  25. I installed the patch files with "Pb143" in the name on Friday, but unfortunately there was no improvement. Here are the logs: https://paste.armbian.com/dovedafali Can you tell me if I can test something with this? If so, what exactly do I need to do?
  26. logs are incomplete. dmesg is missing completely which would be the most relevant. moved to staging
  27. Why would you use an image for the Zero 3 for the 5B? You cannot simply shove an image for a random board into yours and assume it works...
  28. This is latest edge version 6.18. Should be easily reproducible on your end, effects all rock 5B+ boards and this board is a platinum supported board.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines