[PATCH 3/3] bootstd: Require HUSH_PARSER for script booting

Simon Glass sjg at chromium.org
Mon May 8 23:23:15 CEST 2023


Hi Jonas,

On Sat, 6 May 2023 at 10:03, Jonas Karlman <jonas at kwiboo.se> 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 <sjg at chromium.org>
> > ---
> >
> >  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 <jonas at kwiboo.se>

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


More information about the U-Boot mailing list