> -----邮件原件----- > 发件人: Tim Harvey <thar...@gateworks.com> > 发送时间: 2025年8月7日 8:50 > 收件人: Alice Guo (OSS) <alice....@oss.nxp.com> > 抄送: Marek Vasut <marek.va...@mailbox.org>; Tom Rini > <tr...@konsulko.com>; Simon Glass <s...@chromium.org>; Alper Nebi Yasak > <alpernebiya...@gmail.com>; Stefano Babic <sba...@nabladev.com>; Fabio > Estevam <feste...@gmail.com>; dl-uboot-imx <uboot-...@nxp.com>; Alice > Guo <alice....@nxp.com>; u-boot@lists.denx.de > 主题: [EXT] Re: [PATCH v2 2/2] imx95_evk: Restore support for i.MX95 A0 silicon > > Caution: This is an external email. Please take care when clicking links or > opening attachments. When in doubt, report the message using the 'Report this > email' button > > > On Wed, Aug 6, 2025 at 5:40 AM Alice Guo (OSS) <alice....@oss.nxp.com> > wrote: > > > > From: Alice Guo <alice....@nxp.com> > > > > This patch is used to restore support for i.MX95 A0 silicon. To avoid > > duplicating defconfig, imx95.config is added and can be shared between > > imx95_a0_19x19_evk_defconfig and imx95_19x19_evk_defconfig. > > > > container.cfg and imximage.cfg are used to created .cfgout files that > > are be passed to mkimage with -n to build flash.bin. Now they have > > been deleted and replaced by adding their content to the property > > cfg-content of node which type is nxp-config under binman node. > > > > Fixes: 9936724aa9b ("imx95_evk: Add i.MX95 B0 support") > > > > @@ -21,6 +21,16 @@ Get ahab-container.img > > > > Note: srctree is U-Boot source directory > > > > +i.MX95 A0 silicon version > > + > > +.. code-block:: bash > > + > > + $ wget > https://www.nxp/ > .com%2Flgfiles%2FNMG%2FMAD%2FYOCTO%2Ffirmware-ele-imx-1.3.0-17945f > c.bin&data=05%7C02%7Calice.guo%40nxp.com%7Cce7680bf1401425619d008 > ddd54c5346%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6389012 > 45981081920%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlY > iOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C > 0%7C%7C%7C&sdata=B7aKyA%2F0Mz1BEk4o1HrHSlfD%2BOUkXNSS%2B6uNC > zK5YkU%3D&reserved=0 > > + $ sh firmware-ele-imx-1.3.0-17945fc.bin --auto-accept > > + $ cp firmware-ele-imx-1.3.0-17945fc/mx95a0-ahab-container.img > > + $(srctree) > > + > > Is there a reason you are using a different version of the container here? I > find > the mx95a0-ahab-container.img from firmware-ele-imx-2.0.2-89161a8.bin > appears to work fine. Either way: > > Tested-By: Tim Harvey <thar...@gateworks.com> # imx95-19x19-evk (rA0) >
Both can be used. I missed these lines, which resulted in no update here. Best Regards, Alice Guo