imx 93 firmware needed

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx 93 firmware needed

ソリューションへジャンプ
550件の閲覧回数
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 解決策
530件の閲覧回数
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 返答(返信)
531件の閲覧回数
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 件の賞賛
返信
516件の閲覧回数
mark_engineer
Contributor I

Perfect thank you

0 件の賞賛
返信