Jump to content

Werner

Administrators
  • Posts

    5115
  • Joined

  • Last visited

Other groups

Management Contributor/Maintainer

Profile Information

  • Gender
    Male
  • Location
    Federal republic of Germany

Contact Methods

  • Website URL
    https://github.com/EvilOlaf
  • Github
    EvilOlaf
  • Discord
    werner

Recent Profile Visitors

33810 profile views
  1. excerpts are useless. Provide full logs with the curl command suggested.
  2. Try oldarchive https://fi.mirror.armbian.de/oldarchive/helios4/archive/
  3. https://github.com/armbian/build/pull/7902 Support is there AS IS. May work, may not. If latter, feel free to fix it and send PRs.
  4. Try it calling by its correct name: armbian-config
  5. Check archive.armbian.com
  6. AFAIK armbianinstall expects an empty eMMC without partitions. This should be easily achievable by overwriting the first few sectors of it. Like dd if=/dev/zero of=/dev/mmcblkX bs=512 count=1 A reboot might be required to make the OS aware of the altered partition table. Then retry installing.
  7. You already did by opening this topic.
  8. Could you check if CONFIG_NLS_ISO8859_2 is enabled in your kernel config? The package is locales I think. That it is not installed tells me you are most likely using a Minimal/IoT image which comes with the absolute bare minimum to have a working system. Designed for advanced users knowing how to install such tools afterwards if needed.
  9. None I am aware of. If you find something feel free to share. Regressions happen all the time.
  10. Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  11. since you do not state what exactly you tried the recommendations will probably match those attempts but well, your time. Use armbian-config to enable/disable overlays.
  12. This is how to properly provide logs. Cannot reproduce the issue. Build works just fine: https://paste.armbian.de/otajagegij https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.05.0-trunk_Rock-5b_noble_vendor_6.1.99_gnome_desktop.img.xz My best guess is there is some issue reaching the repository due to firewall/vpn.
  13. Not via armbian-config. This is just a very simply way to do an initial setup. Here is the code that basically happens behind the scenes: https://github.com/armbian/configng/blob/main/tools/modules/software/module_nextcloud.sh So nothing fancy. just a docker run command. I personally prefer using docker-compose.yml instead of endless docker commands. Stuff is well-arranged and after adjusting like mounts down, up and ready to go. As mentioned above for customized installation please refer to the origin of the nextcloud container linuxserver.io. I am pretty sure they have examples for docker compose as well.
  14. Yes. I disabled the patch you mentioned (patch/kernel/archive/sunxi-6.12/series.conf#L472) and built a bookworm minimal edge image with this and successfully booted an Orange Pi Zero 2 H616. I cannot answer this. I am using my Orange Pi One Plus (H6) headless only. Maybe anyone else can.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines