-
Posts
5632 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Werner
-
It is good enough 🌱] Getting ORAS manifest [ ORAS manifest from ghcr.io/armbian/cache-root/arm64-bullseye-gnome:23.05.0-trunk--gnome-aa7a4a172569B9536b3 ] Error: GET "https://ghcr.io/v2/armbian/cache-root/arm64-bullseye-gnome/manifests/23.05.0-trunk--gnome-aa7a4a172569B9536b3": GET "https://ghcr.io/token?scope=repository%3Aarmbian%2Fcache-root%2Farm64-bullseye-gnome%3Apull&service=ghcr.io": response status code 403: denied: requested access to the resource is denied Probably temporary error. Just retry or disable artifact usage
-
How to burn a custom kernel for orange pi zero 2?
Werner replied to Felipe's topic in Orange Pi Zero 2
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 -
Armbian developers meeting 5/3/2023
Werner replied to Igor's topic in Armbian Project Administration
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. -
Armbian developers meeting 5/3/2023
Werner replied to Igor's topic in Armbian Project Administration
Regarding Hetzner cloud deployment without IPv4: hcloud server create --without-ipv4 .... -
Never heard of https://docs.armbian.com/Developer-Guide_Adding-Board-Family/
-
Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
-
There should be some logs in /var/log/nand-sata-install.log. If so please share.
-
Is there a nand-sata-install log in /var/log? If so please share.
-
I don't know. I just answered your question.
-
Might already be adopted if @amazingfate pulled it into our sources repository.
-
There is no maintainer for it. Want to volunteer?
-
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
- 5 replies
-
- ROCK Pi 4A
- ROCK Pi 4B
-
(and 1 more)
Tagged with:
-
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...
-
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.
- 5 replies
-
- ROCK Pi 4A
- ROCK Pi 4B
-
(and 1 more)
Tagged with:
-
moved to unmaintained
-
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.
-
A newly designed multi-port hardware based on S905x3 chip
Werner replied to roceos's topic in Amlogic CPU Boxes
With free samples nobody can pay for their living. https://www.armbian.com/partner-contact-form/ https://forum.armbian.com/subscriptions/ -
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.
-
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).
-
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)
-
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
