Hi Jonas, On Sat, 6 May 2023 at 10:03, Jonas Karlman <[email protected]> wrote: > > Hi Simon, > > On 2023-05-06 04:03, Simon Glass wrote: > > Armbian uses a script which needs the HUSH parser. It is likely that > > other distros will do the same. Enable it by default, just in case. > > > > Signed-off-by: Simon Glass <[email protected]> > > --- > > > > boot/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > With this and following two config options it is now possible to boot > Armbian_23.02.1_Rockpro64_bullseye_current_5.15.96_minimal using bootstd. > > CONFIG_BOOTMETH_SCRIPT=y > CONFIG_LEGACY_IMAGE_FORMAT=y > > Tested-by: Jonas Karlman <[email protected]>
The second one looks like it is already set for that board. Tom suggested a new BOOTSTD_DISTRO which I am going to try, to cover every conceivable thing that might be used by distros. Regards, Simon

