

masihbelajar
-
Posts
0 -
Joined
-
Last visited
Reputation Activity
-
masihbelajar reacted to Igor in apt-get update fails with public key errors
Key is not deprecated, method is. On Noble / Sid and future.
sudo wget https://apt.armbian.com/armbian.key -O key sudo gpg --dearmor < key | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null sudo chmod go+r /usr/share/keyrings/armbian.gpg sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com $(lsb_release -cs) main $(lsb_release -cs)-utils $(lsb_release -cs)-desktop" | sudo tee /etc/apt/sources.list.d/armbian.list apt update
-
masihbelajar reacted to Igor in How to build my own image or kernel?
Preparation
Supported build environment is Ubuntu Focal 20.04 x64 (minimal iso image).
a guest inside a VirtualBox or other virtualization software, a guest managed by Vagrant . This uses Virtualbox (as above) but does so in an easily repeatable way. Please check the Armbian with Vagrant README for a quick start HOWTO, inside a Docker , systemd-nspawn or other container environments (example), running natively on a dedicated PC or a server (not recommended), 20GB disk space or more and 2GB RAM or more available for the VM, container or native OS, superuser rights (configured sudo or root access).
Execution apt-get -y install git git clone https://github.com/armbian/build cd build ./compile.sh This will download all necessary sources, execute compilation and/or build a boot-able image. Most of things will be cached so next run will be extremely faster!
Real time examples:
Documentation -
masihbelajar reacted to SteeMan in How to change the boot order?
@zhuceluntan Please read the following FAQ post: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first
As is indicated there balbes is no longer involved in supporting Amlogic s905x cpu based boxes.
Please do not direct posts directly to a specific user as that is a bad practice. That sends the message the you are expecting a specific volunteer to provide you support and that runs counter to the Armbian community support model. Volunteers help the project in the ways they can, and may use their time to answer the posts they feel they have time to. Obviously if you are engaged in a conversation with a specific person in a thread it is fine to tag them, but to log a new post tagged to a specific person is not good form.