Jump to content

Werner

Administrators
  • Posts

    5577
  • Joined

  • Last visited

Everything posted by Werner

  1. moved to unmaintained Since the Armbian build framework does more or less the same for you I guess you will find the answer in the source code of it: https://github.com/armbian/build
  2. Regarding the IPv4 issue. Not sure if it is worth to invest to in how to work around it since even though IPv4 cost money it also billed per hour and not per month. So one hour of IPv4 is about 0.001 ct. If you have 10 machines running 10 hours each it is 1ct of cost. Anyway the cloud provides the ability to create private networks and add machines to it. So why not configure one server as a router with ipv4 and all the others as clients of this router using a private network? adding the servers on creating to it can be done via hcloud and pushing necessary routes also via user-data.
  3. Regarding Hetzner cloud deployment without IPv4: hcloud server create --without-ipv4 ....
  4. Never heard of https://docs.armbian.com/Developer-Guide_Adding-Board-Family/
  5. Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  6. There should be some logs in /var/log/nand-sata-install.log. If so please share.
  7. https://docs.armbian.com/Process_Contribute/
  8. Is there a nand-sata-install log in /var/log? If so please share.
  9. I don't know. I just answered your question.
  10. Might already be adopted if @amazingfate pulled it into our sources repository.
  11. There is no maintainer for it. Want to volunteer?
  12. Without funding chances are low that we work on an image for a new/unsupported board. https://docs.armbian.com/User-Guide_FAQ/#why-is-armbian-constantly-asking-for-money-free-software-should-be-free
  13. You are aware that this command has noting to do with boot stuff? Maybe code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } update-initramfs -u is what you are looking for after adjusting such things...
  14. Could not find any specific information about an "ROCK Pi 4 Plus" so it might be just an abstraction of one of the other Rockpi4 boards. Just give it a shot and test those images, maybe they work, maybe not.
  15. moved to unmaintained
  16. It is worth considering to upload smaller files simply via our forums here. Users might be distracted when being asked to download something from a more or less fishy 3rd party hosting provider.
  17. With free samples nobody can pay for their living. https://www.armbian.com/partner-contact-form/ https://forum.armbian.com/subscriptions/
  18. Userspace upgrades (Focal -> Jammy, Bullseye -> Bookworm) are neither tested nor supported. There is no difference in Debian or Ubuntu flavor in that matter. Manuals about how to do that may work though if you freeze firmware packages. Otherwise distro-specific kernel will be installed and this will almost certain break boot process.
  19. Confirmed working with a freshly built image. However at least one partition must exist on the NVMe. A completely blank NVMe won't work. However I think armbian-install received some fixes that might not be included in official 23.02 images. So building own is mandatory (or copy the latest armbian-install script into at least).
  20. Hm did you run apt update beforehand? Download works for me apt-get download linux-headers-current-sunxi Get:1 http://fi.mirror.armbian.de/apt buster/main armhf linux-headers-current-sunxi armhf 23.02.2 [12.0 MB] Fetched 12.0 MB in 4s (3,045 kB/s)
  21. code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } apt install linux-headers-current-sunxi
  22. This should not be the case. armbianEnv.txt is the correct notation...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines