Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Thank Igor that explains it. I'll look at your suggestion or just go back to an SMB share
  3. Today
  4. Hi! Yesterday I upgraded my NanoPi Neo Plus2, during that the kernel version went from 6.12.74 (package version 26.2.0-trunk.478) to 6.18.19 (package version 26.2.0-trunk.626). This morning I noticed, that this kernel is missing the dm-snapshot.ko module. I searched the forum if anyone else is having this problem, but it appears I am the only one using this feature. I use snapshots to create consistent backups of the system. Is there a reason why it was removed and more importantly is there a way to get it back without having to compile the kernel myself? Greetings PS: I should note, that I want the module back in newer kernel versions in the future. For now I downgraded to some older version that I was able to find a package for and got it working through that.
  5. 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)
  6. Currently just hangs after the Loading kernel message, will provide a log with increased verbosity tomorrow
  7. @boggy do you have a boot log from armbian?
  8. @Nick A Hi, thank you for the quick response! So far the attempts to boot the transpeed image would hang during boot most of the time, but I did manage to get a working shell once, albeit still without any networking. The WiFi chip is BCM4334, the physical print on the chip wasn't too helpful, but in either case it's the exact same model as shown on the pictures on this article https://linux-sunxi.org/T95 (4/32 version). I can't currently test HDMI but it is attempting to load Plymouth despite the config specifying otherwise. I attached a boot log of the stock Android image, if it helps at all. Thank you so much for helping out, I really appreciate it! androidbtlog.txt
  9. Yesterday
  10. They don't provide images for armhf anymore. Last build was 3 years ago: https://hub.docker.com/r/owncloud/server/tags?page=1&ordering=last_updated&name=v7 We made a notice that its compatible for amd64 and arm64: https://docs.armbian.com/User-Guide_Armbian-Software/Media/#owncloud but our installer doesn't filter that out yet. Official Docker way, it won't work. Try something else, perhaps
  11. @boggy Try my Transpeed 8K618T image. It includes the most critical DTS settings for this hardware. All your Dram settings in the dts have dram_type = <0x03> or DDR3. dram_para1 { device_type = "dram_para1"; dram_clk = <0x258>; dram_type = <0x03>; cd-gpios = <&pio 8 16 GPIO_ACTIVE_LOW>; /* PI16 */ sdmmc@04020000 { compatible = "allwinner,sunxi-mmc-v4p1x"; device_type = "sdc0"; . . . cd-gpios = <0x53 0x08 0x10 0x06 0x01 0x03 0xffffffff>; can you find the wifi chip on your board?
  12. I am resurrecting a Banana Pi M1 that i've had in the cupboard since new. I've downloaded and installed Armbian 26.2.1 build date 03.02.26 rev 5abb97453. I want to use the SOC as a photo repository for a family member so they can use PhotoSync app to transfer their photos as a home NAS. I have attached a 1Tb 2.5" hard drive and was goin to set up and SMB share but notice in Armbian Config a software package for OwnCloud which looks perfect as it can be accessed via a web browser. I have tried installing OwnCloud from Armbian Config and it installs docker but then fails downloading the Owncloud package. The error is: Unable to find image 'owncloud/server:latest' locally docker: Error response from daemon: manifest for owncloud/server:latestnot found: manifest unknown:manifest unknown I've tried running Docker pull and it appears to have downloaded something but the file is only around 4kb. Ive also tried downloading an image from OwnCloudeu server but it cant find a ARMv7 image. I'm wondering if having a hard drive attached means the daemon is looking for the image on the local drive??? could someone please point me in the right direction to installing Owncloud Also I assume the standard install, docker runs a container in the Armbian file system. Obviously I want the storage to be on the 1Tb hard drive. can you choose a storage location in the Owncloud setup? many thanks
  13. @Nick A I have one of those T95 H616 AXP313a tv boxes. I have successfully compiled a mainline U-Boot image and it boots fine, all with UART input/output, but none of the images from your github repo work. I only managed to boot MiniArch images up to 6.19 kernel but I couldn't get HDMI, Ethernet, WiFi or Bluetooth to work at all. Got any idea what could be missing? I can help in debugging if you'd like. I attached the extracted and decompiled DTS from the stock Android 10 firmware of the device. Thank you extracted.dts
  14. As title says. Here's the bash script I use to download the dependencies and compile the latest mesa: https://pastebin.com/1n7Sv0dZ How /boot/*Env* looks like right now: https://pastebin.com/mUqHs14Y And the error message I get when I try to run sway goes as follows: MESA: error: ZINK: failed to choose pdev libEGL warning: egl: failed to create dri2 screen [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to create screen" MESA: error: ZINK: failed to choose pdev libEGL warning: egl: failed to create dri2 screen [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to create screen" [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver" [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize" [wlr] [render/egl.c:268] Failed to initialize EGL [wlr] [render/egl.c:571] Failed to initialize EGL context [wlr] [render/gles2/renderer.c:499] Could not initialize EGL [wlr] [render/wlr_renderer.c:272] Could not initialize renderer [sway/server.c:236] Failed to create renderer Oddly enough, "eglinfo -B" shows that everything is fine: https://pastebin.com/6k05DcAS How my .bashrc looks like right now: https://pastebin.com/3W7Qib6U I've tried copying the firmware in (with "cd /lib/firmware sudo wget https://github.com/JeffyCN/mirrors/raw/libmali/firmware/g610/mali_csffw.bin sudo chmod 644 mali_csffw.bin"), forcing "card0" to be used with the env. value WLR_DRM_DEVICES=/dev/dri/card0, and panfrost with "MESA_LOADER_DRIVER_OVERRIDE=panfrost" and "GALLIUM_DRIVER=panfrost" but none of those options helped. I also added my user to "render" and "video" (with sudo usermod -aG video $USER and sudo usermod -aG render $USER), which also didn't do me any good. I also manually removed any trace of panfrost that was left into the system and reinstalled with "libgl1-mesa-dri" and manually compiling everything in again...and it also didn't worked. I don't know what else I should do, and I'm in the verge of reinstalling everything back in. Please help me. And thanks for reading.
  15. sven-ola

    Orange Pi RV2

    @Łukasz Żywczyk Currently no prebuild nightly images. You are on your own. Grab a Debian Trixie on 64 bit PC (8G RAM, 16G Disk), then sudo apt-get install docker.io qemu-user git # add yourself to group docker, logout && login git clone https://github.com/armbian/build.git cd build && ./compile.sh BOARD=orangepirv2 BRANCH=current RELEASE=trixie \ BUILD_MINIMAL=yes KERNEL_CONFIGURE=no KERNEL_BTF=no KERNEL_GIT=shallow should build your image in output/images/*.img ready to be used...
  16. 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
  17. 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 &&
  18. @Werner I understand, will wait for "Resolve" before marking this as Solution. Thank you for quick reply.
  19. The max clock is most likely limited via opp table in the dts. H6 should clock up to 1.8ghz, yes, but there might be a reason why this board does not.
  20. Hi, this might be prohibited until you made a few manually approved posting to be moved from Validating to Members group. This measure is necessary to keep the forum clean from spamers who try to spread their bs here on daily basis. So I suggest to stick around for a while, this should resolve itself.
  21. 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
  22. 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
  23. Last week
  24. Hi guys? are there any cli/minimal Armbian (triexie) images with current kernel for Opi RV2?
  25. 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.
  26. 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?
  27. In the Welcome message it suggested I change the avatar to personalize my Profile. I cannot find a way to do that in this Forum. I have one in mind:
  28. Why you do this (on a normal modern Trixie kernel, actually even 1 year newer)? This is what I have (runs rockchip64 7.0-rc3 kernel): root@ranc:~# ls -al /sbin/iptables /etc/alternatives/iptables lrwxrwxrwx 1 root root 22 Nov 1 2023 /etc/alternatives/iptables -> /usr/sbin/iptables-nft lrwxrwxrwx 1 root root 26 Jan 16 2023 /sbin/iptables -> /etc/alternatives/iptables On other Aarch64 computer, it dates back to 2019 already, that is a standard Debian installation, always in-place upgraded since Buster or so. The Linux kernel does things natively as NetFilter, the iptables commands are mapped. Legacy is even older and I guess the old kernel API has been removed. But do research yourself if you want to know, at least 'man iptables-legacy'
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines