From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Fri, 15 May 2020 11:57:21 +0200 Subject: [PATCH V2] ARM: imx: pico-imx8mq: Add support for Technexion Pico-iMX8MQ In-Reply-To: <20200429180908.73718-1-marek.vasut@gmail.com> References: <20200429180908.73718-1-marek.vasut@gmail.com> Message-ID: <20200515095721.GA5504@archlinux.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29/04/20, Marek Vasut wrote: > +Get the DDR and HDMI firmware > +============================= > +$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.9.bin > +$ chmod +x firmware-imx-7.9.bin > +$ ./firmware-imx-7.9.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=firmware-imx-7.9.bin of=firmware-imx-7.9.tar.bz2 bs=38868 skip=1 thx for this, how do you get the bs value here? I try to do the same with firmware-imx-8.0.bin Best Regards, Oliver