imx 93 firmware needed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx 93 firmware needed

跳至解决方案
559 次查看
mark_engineer
Contributor I

I am working with the N93_SMARC_SOM_2r16e_IF573_3M_i which uses the i.MX 93. I need to build the uboot bootloader per the instructions from this link(commands copied below)

 

https://www.ezurio.com/resources/software-announcements/u-boot-v2022-04-for-i-mx-platforms

 

~$ sudo apt-get install crossbuild-essential-arm64

~$ export ARCH=arm64

~$ export CROSS_COMPILE=aarch64-linux-gnu-

~$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.17.bin

~$ chmod +x firmware-imx-8.17.bin

~$ ./firmware-imx-8.17.bin

~$ cp firmware-imx-8.17/firmware/hdmi/cadence/signed_hdmi_imx8m.bin u-boot/

~$ cp firmware-imx-8.17/firmware/ddr/synopsys/lpddr4*.bin u-boot/

...

 

But I need access to the firmware for imx 93 to be able to use these instructions of the most recent version. Can anyone point me in the direction of where to find this firmware?

 

Thanks

0 项奖励
回复
1 解答
539 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Download firmware-imx, you can find the release notes document for your release,

Refer to Linux page.

For U-boot 2025 please run:

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.28-994fa14.bin

Regards

在原帖中查看解决方案

0 项奖励
回复
2 回复数
540 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Download firmware-imx, you can find the release notes document for your release,

Refer to Linux page.

For U-boot 2025 please run:

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.28-994fa14.bin

Regards

0 项奖励
回复
525 次查看
mark_engineer
Contributor I

Perfect thank you

0 项奖励
回复