
21 Dec
2024
21 Dec
'24
5:22 p.m.
Hi Alice
On Thu, Dec 19, 2024 at 11:56 PM Alice Guo alice.guo@oss.nxp.com wrote:
From: Ye Li ye.li@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.