[PATCH] imx: imx8qm_rom7720_a1: update README

Oliver Graute oliver.graute at gmail.com
Wed May 20 13:31:48 CEST 2020


On 15/05/20, Oliver Graute wrote:
> Update README to extract firmware from scripts
> 
> Signed-off-by: Oliver Graute <oliver.graute at kococonnector.com>
> ---
>  board/advantech/imx8qm_rom7720_a1/README | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/board/advantech/imx8qm_rom7720_a1/README b/board/advantech/imx8qm_rom7720_a1/README
> index bff5712589..d3e3cec063 100644
> --- a/board/advantech/imx8qm_rom7720_a1/README
> +++ b/board/advantech/imx8qm_rom7720_a1/README
> @@ -29,6 +29,17 @@ $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin
>  $ chmod +x firmware-imx-8.0.bin
>  $ ./firmware-imx-8.0.bin
>  
> +Or use this to avoid running random scripts from the internet,
> +but note that you must agree to the license the script displays:
> +
> +$ dd if=imx-sc-firmware-1.1.bin of=imx-sc-firmware-1.1.tar.bz2 bs=37185 skip=1
> +$ tar -xf imx-sc-firmware-1.1.tar.bz2
> +$ cp imx-sc-firmware-1.1/mx8qx-val-scfw-tcm.bin $(builddir)

typo it should be mx8qm-val-scfw-tcm.bin

Best Regards,

Oliver


More information about the U-Boot mailing list