[PATCH v2 16/17] imx95_evk: add i.MX95 19x19 EVK board basic support

Fabio Estevam festevam at gmail.com
Sat Dec 21 17:22:29 CET 2024


Hi Alice

On Thu, Dec 19, 2024 at 11:56 PM Alice Guo <alice.guo at oss.nxp.com> wrote:
>
> From: Ye Li <ye.li at nxp.com>
>
> This patch adds i.MX95 19x19 EVK board basic support.

Do you know if this board boots without patch 17/17?

If it doesn't boot, this patch should be the last one.

> +Copy imx-boot-imx95.bin to the MicroSD card:
> +
> +.. code-block:: bash
> +
> +   $ sudo dd if=imx-boot-imx95.bin of=/dev/sdb bs=1k seek=32 conv=fsync

It would be better to call the final binary flash.bin to keep it
consistent with imx8m/imx93.

Also, don't hardcode the device name as /dev/sdb as it can cause
problem if someone has /dev/sdb mapped to something else.


More information about the U-Boot mailing list