Hi Alice On Thu, Dec 19, 2024 at 11:56 PM Alice Guo <alice....@oss.nxp.com> wrote: > > From: Ye Li <ye...@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.