How do I build a generic image with a specific DE?

@Strit
Noob question :

How to build a generic image with a specific DE ?

sudo buildarmimg -d ??? -e ??? -v 2023.01.12 -b testing -n

Is the generic image working for every devices ?

sudo buildarmimg -d generic -e <DE you want> -v 2023.01.12 -b testing -n

No. Generic images require the board firmware to be present on the SPI flash.
Which means, the device needs to have an SPI flash and it needs to have a working board firmware (meaning it can boot mainline Linux) on that SPI flash.

Thanks for your answer.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.