sakittelsen Posted Monday at 09:21 AM Posted Monday at 09:21 AM I normally like building server images because they are small and fast to compile. An then I can add the wanted desktop by "sudo apt install gnome" or other desktop later. But, sometimes I wonder if the desktop images have more features, like hardware drivers, than a server image with an added desktop afterwards. Can this be the case? Or does server images contain the same drivers and hardware support as a image built with a destop included? 0 Quote
Werner Posted Monday at 11:56 AM Posted Monday at 11:56 AM Desktop images have some standard adjustments, like other wallpaper or certain extensions enabled. Driver, or kernel-wise, they are, depending on things mentioned earlier, identical to server images. You can check the build framework on Github for all the code. 0 Quote
laibsch Posted Monday at 12:12 PM Posted Monday at 12:12 PM 15 minutes ago, Werner said: You can check the build framework on Github for all the code. That is true but almost impossible to understand for an outsider. 0 Quote
sakittelsen Posted Monday at 05:13 PM Author Posted Monday at 05:13 PM 5 hours ago, Werner said: or certain extensions Does this include graphics, like gpu driver, mesa, opengl, vulkan and so on? 0 Quote
Werner Posted Monday at 05:35 PM Posted Monday at 05:35 PM You can see here what the most important one does: https://github.com/armbian/build/blob/main/extensions/mesa-vpu.sh 0 Quote
sakittelsen Posted Monday at 05:37 PM Author Posted Monday at 05:37 PM How do I enable those extensions during the image build? 0 Quote
Werner Posted Monday at 05:45 PM Posted Monday at 05:45 PM https://docs.armbian.com/Developer-Guide_Build-Switches/ Look for ENABLE_EXTENSIONS 0 Quote
Solution sakittelsen Posted Monday at 06:03 PM Author Solution Posted Monday at 06:03 PM Thanks, found it. run this command to start building with an extension: ./compile.sh ENABLE_EXTENSIONS=mesa-vpu 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.