-
Posts
14429 -
Joined
-
Last visited
Reputation Activity
-
Igor got a reaction from Gustavo M in How do I enable hardware acceleration on Orange pi 5 max?
Do the same for max:
https://github.com/armbian/os/commit/45e7773d8fa023f3c5fb3c9c1402bf3616c59031
and wait for next automated rebuild cycle of community maintained images.
Then download pre-configured Gnome desktop image and forget about any other browser then preinstalled one. Also forget general understanding about desktop Linux on PC ... this is embedded Linux / custom hardware world, where things are "a bit" different. Developing and keeping functional desktop image was already on the level of miracle considering that we are operating with big negative budget and absolute absence of any support from HW dealer that makes big sales ... which are crushing ability of making things better. For you and for us.
Or dive into https://docs.armbian.com/Developer-Guide_Overview/
-
Igor got a reaction from libriunc in How do I become the VisionFive2 maintainer?
Make them build & boot able within the build framework
https://github.com/armbian/build
When you confirms, open a PR https://github.com/armbian/build/pulls and change config file from .eos to .csc and automation will become to produce images.
-
Igor reacted to MMGen in Full root filesystem encryption on an Armbian system (NEW, replaces 2017 tutorial on this topic)
Successfully tested on the Orange Pi 5 with Ubuntu Noble minimal mainline image. Note that this image kernel panics every now and then on bootup (something to do with power management and interrupts). Disabling networking seems to solve the issue
The automated script now supports configuring the network interface on the target using ifupdown. This is primarily useful for statically configured setups
-
Igor reacted to rcr in Boot stays on SD card after installing and moving boot to SSD
Thank you for quick reply. Haven't even thought it's not supported.
PS: I wanted to thank the developers for such build / config tool! It worked like a charm as I decided to upgrade from Ubuntu xenial.
-
Igor reacted to Domas in Rolling updates: nearly daily 9 "base" packages
Wow, unbelievable. But happy to see it is so actively maintained.
I don't mind being on beta for time being and I am fine with updating this often. I actually enjoy receiving updates, since I decided to switch to beta and keep the kernel unfrozen.
Worst case scenario - if some beta breaks my back, I will just restore whole SD card to a few month old backup and update to latest stable.
I do not have anything useful on my board that changes over time.
Lets consider this topic closed.
-
Igor got a reaction from Hqnicolas in Armbian with preinstalled Home Assistant supervised
After applying patch from previous post, it updated to latest version without complaining about unhealthy status:
-
Igor got a reaction from darkside40 in Link on Tinkerboard S Wiki Page leads to Online Casino
Link removed. That's all i can do for the time being.
@darkside40 Thanks!
-
Igor reacted to Meestor_X in armbian-install missing device names?
Copy that, @Igor. Just learning my way around here.
Hopefully my donation will help a little!
I appreciate you and your team. Armbian is a great gift to the SBC community.
-
Igor got a reaction from poddmo 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
-
Igor got a reaction from Claudio Calazans 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
-
Igor reacted to MMGen in Full root filesystem encryption on an Armbian system (NEW, replaces 2017 tutorial on this topic)
Tutorial has been updated to include support for GPT-partitioned images
-
Igor got a reaction from fabiobassa in CSC Armbian for RK322x TV box boards
You already have best possible desktop on this hardware. Simple and fast XFCE. Changing desktop environment won't make any vivid difference.
https://docs.armbian.com/#key-advantages
XUbuntu is more or less identical to Armbian Ubuntu with XFCE subtracted for some Canonical proprietary stuff.
LXDE vs. XFCE ... not worth the troubles maintaining yet another desktop. Difference is too small. We only keep XFCE, Gnome, Cinnamon and KDE Neon in good shape. The rest waits for enthusiast https://github.com/armbian/build/tree/main/config/desktop and you can always start with a minimal CLI image and build on top any desktop you want.
-
Igor got a reaction from jock in CSC Armbian for RK322x TV box boards
You already have best possible desktop on this hardware. Simple and fast XFCE. Changing desktop environment won't make any vivid difference.
https://docs.armbian.com/#key-advantages
XUbuntu is more or less identical to Armbian Ubuntu with XFCE subtracted for some Canonical proprietary stuff.
LXDE vs. XFCE ... not worth the troubles maintaining yet another desktop. Difference is too small. We only keep XFCE, Gnome, Cinnamon and KDE Neon in good shape. The rest waits for enthusiast https://github.com/armbian/build/tree/main/config/desktop and you can always start with a minimal CLI image and build on top any desktop you want.
-
Igor got a reaction from spaxton in Nanopi M4 GPIO pins as pwm
Try to rework the script:
https://github.com/armbian/build/blob/main/packages/bsp/nanopim4/nanopim4-pwm-fan.sh#L316
Perhaps expand it to support selecting CPU / hard drive ?
-
Igor got a reaction from tedy58 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
-
Igor reacted to MaxM in Contribution Question - MKS IPS50 HDMI, ST7796 LCD, MKSPI/SKIPR Boards
It should not be a problem. I already align my patches with armbian/main so this board is ready for 6.6 and 6.12. And testing images for major kernel bumps should not be a problem neither.
OK, I will try to do this.
-
Igor got a reaction from gounthar in Armbian image and build support for RISC-V.
The problem behind their promotion statement is that its a scam. Dietpi is bloated with proprietary scripts and they are removing packages that are dependencies for everything ... so it makes no sense at the end, just first installation of anything takes longer. But they can claim images has few MB less ... which is "better" and most of end users have no ability / interest to understand they have been conned.
https://docs.armbian.com/#comparison
Damages they create to open source, by playing dirty, that is beyond commenting.
This should also work OOB then
https://www.armbian.com/uefi-riscv64/
and you don't need to remove anything (from minimal Bookworm OS image, which is significantly lighter then Dietpi).
If you / anyone can confirm they are working well, we can move this to Supported section.
-
Igor reacted to Malbonulo in Booting with a HC1 overlay
I just created a pull request for this. Apologies if I got the request wrong, it's been a long time since I created a PR on anything.
-
Igor got a reaction from PHLAK in Audio no longer works after updating to Armbian 24.8.2
This was moved under a switch to prevent users for switching into kernels that are not meant for end-users.
https://github.com/armbian/build/blob/main/config/boards/rock-5b.conf#L7
And this
https://github.com/armbian/configng/blob/main/tools/modules/system/switch_kernels.sh
is the logic for anyone that might to change / improve this.
-
Igor reacted to alchemist in Fancontrol service fails to start with kernel version 5.15.72
Hi,
I am trying to update the patch for kernels 6.10 and 6.11 (same code).
My first try was not successful (compile error), I will try again, I think I've understood what the patch will do, but there are a lot off differences between kernel versions 6.6 and 6.10, maybe some new lines need to be patched too.
Once it compiles and runs fine on my helios 4, I will provide the patch 😉
Kind regards,
Xavier.
-
Igor got a reaction from laibsch in A sincere request to include virtualization technology "incus" in armbian-config.
Also documentation (related to this topic) is now in right state of mind: https://docs.armbian.com/User-Guide_Armbian-Software/#adding-example
It is hard to add software title we never tried, installed and / or know nothing about, then expert user of this software adding it to (armbian-config) installer. We focused to make this task as simple as possible, to encourage you doing that and not opening us tasks (we already have 1000 x too many and won't ever complete).
We added popular titles to the system, which have some value for us, while everything else is mocked by more important tasks in other sections.
But mechanism is there - use it, its user / developer friendly. Also its a nice and easy way to contribute to the open source.
-
Igor got a reaction from ArmOnJetson in Anyone have Armbian 24.11 image for Jetson Nano?
We are cleaning those builds as they have very little value. But you were lucky:
https://github.com/armbian/community/releases/tag/24.11.0-trunk.351
-
Igor got a reaction from iGNUiCould in No gpio on BPI M4-zero
When you cloned our repo, you got 10 years of specific work on common work and that was contributed by 500+ people. Most of people are resolving their specific problems, yes, but we all try to do it the way that is reusable, that person behind has less work. We also got a lot of things prepared. Doing things universal should always be considered. Also because you might get help from someone. Which has absolutely same problems, but is having hardware from another vendor.
In our world, SoC defines how things work, not the one that put SoC on PCB and name / sell it. This means that most of the drivers are the same, especially this area is shared - low level communication protocols such as GPIO, I2C, SPI. This is always shared among boards with the same SoC. This goes further. It is shared among same families and we also already have some common generic top level API / libraries that can be used. https://docs.kernel.org/driver-api/gpio/consumer.html (but here my understanding ends, I am not updated with the state of this)
Yes, it has no point poking into. WiringPi library is a dead project for many years and its no point dealing with this. What vendors do here is, trying to be "as Rpi as possible", so they are doing their quick and dirty assemblies of that, always with partial functionality and absolute absence of maintenance. Their goal is to sell, regardless what is the quality of software. Is that your goal? I doubt.
I am not an expert in this field, so those are general tips, but there are people on and around this forum that knows this stuff well, as they developed those libraries.
I am just giving you some ideas / tips. Decision what you will do with your time is yours.
Another one that came into my mind, while replying: https://github.com/eclipse/mraa
-
Igor got a reaction from acdpsn in OPi5 does not see mPCIe SSD module.
This is the only "fix" we can finance from your donations:
"PCI support is broken on vendor kernel (6.1.xx) on versions higher then 24.8.1. Use this version and freeze kernel (armbian-config -> system) prior to updating OS. PCI works on other Rockchip 3588 devices, while fixing this on all represent expensive technical challenge which we can't finance. With Orangepi devices we have extremely high negative support budget while your yearly donations are not on the level to compensate this loss. Alternative operating systems that relies on our work face the same problem. We appreciate for your understanding."
https://www.armbian.com/orangepi-5/
So does previous Armbian image.
Use provided instructions or only buy (probably a bit more expensive) from vendors that supports open source developers.
-
Igor reacted to SteeMan in Banana Pi - Armbian Buildsystem | Development Team
I was thinking of asking the same question.
Personally my feeling is if you are planning on helping Armbian by working to incorporate your efforts back into Armbian then I strongly encourage your efforts. But I would recommend working with the Armbian developers on how you plan to do this, as it can be frustrating for you if you put in a lot of work into something, only to find disagreement from the Armbian community about how you are implementing something that might prevent it from being accepted.
If your intention isn't to incorporate your work back into Armbian, then you are creating just another fork (like the many that already exist), which you are entitled to do since this is open source. But in that case I would request that you not use the limited Armbian resources to do that (i.e. our developers and infrastructure like these forums). These forums are for Armbian developers and users, not for use by forks of Armbian that just attempt to take from Armbian without contributing back.