ls1046adb firmware with yocto

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

ls1046adb firmware with yocto

跳至解决方案
3,011 次查看
ashutoshharry
Contributor III

Hi @yipingwang

can you please share steps to upload uboot and other binaries on nxp 1046ardb dev boards i downloaded

nxp-real-time-edge package and binaries names are below

rcw (folder)
nxp-image-real-time-edge-ls1046ardb.wic.bz2
nxp-image-real-time-edge-ls1046ardb.rootfs.tar.bz2
nxp-image-real-time-edge-ls1046ardb.manifest
Image-ls1046ardb.bin
fsl-ls1046a-rdb-usdpaa.dtb
fsl-ls1046a-rdb-sdk-jailhouse-with-dpaa.dtb
fsl-ls1046a-rdb-sdk-jailhouse.dtb
fsl-ls1046a-rdb-sdk.dtb
fsl-ls1046a-rdb.dtb
fsl_fman_ucode_ls1046_r1.0_108_4_9.bin
fsl_fman_ucode_ls1046_r1.0_106_4_18.bin
atf (folder)

0 项奖励
回复
1 解答
2,930 次查看
ashutoshharry
Contributor III

final solutions

 

tftp 0xa0000000 bl2_qspi.pbl
sf erase 0x0 +$filesize && sf write 0xa0000000 0x0 $filesize

tftp 0xa0000000 fip_uboot.bin
sf erase 0x100000 +$filesize && sf write 0xa0000000 0x100000 $filesize

tftp 0xa0000000 fsl_fman_ucode.bin
sf erase 900000 +$filesize && sf write 0xa0000000 900000 $filesize


tftp 0xa0000000 fitImage_new.bin
sf erase 0x1000000 +$filesize
sf write 0xa0000000 0x1000000 $filesize
cpld reset altbank

在原帖中查看解决方案

0 项奖励
回复
4 回复数
2,975 次查看
ashutoshharry
Contributor III

hi @swati_gupta 

 

can you please help in this case.

0 项奖励
回复
2,992 次查看
ashutoshharry
Contributor III

Hi @yipingwang 

so finaly i landed on last question i have nxp real time edge software with me that i want to flash on ls1046ardb board, below are images please give steps or any supported document 

 rcw (folder)
nxp-image-real-time-edge-ls1046ardb.wic.bz2
nxp-image-real-time-edge-ls1046ardb.rootfs.tar.bz2
nxp-image-real-time-edge-ls1046ardb.manifest
Image-ls1046ardb.bin
fsl-ls1046a-rdb-usdpaa.dtb
fsl-ls1046a-rdb-sdk-jailhouse-with-dpaa.dtb
fsl-ls1046a-rdb-sdk-jailhouse.dtb
fsl-ls1046a-rdb-sdk.dtb
fsl-ls1046a-rdb.dtb
fsl_fman_ucode_ls1046_r1.0_108_4_9.bin
fsl_fman_ucode_ls1046_r1.0_106_4_18.bin
atf (folder)

0 项奖励
回复
3,000 次查看
ashutoshharry
Contributor III

hi @yipingwang 

i am able to get SPL binaries can you please give me steps to flash below component from yocto into ls1046ardb board

1) uboot and SPL

    u-boot-spl.bin

    u-boot.bin

2) Image-ls1046ardb.bin (i think full image with roots and kernel)

 

 

0 项奖励
回复
2,931 次查看
ashutoshharry
Contributor III

final solutions

 

tftp 0xa0000000 bl2_qspi.pbl
sf erase 0x0 +$filesize && sf write 0xa0000000 0x0 $filesize

tftp 0xa0000000 fip_uboot.bin
sf erase 0x100000 +$filesize && sf write 0xa0000000 0x100000 $filesize

tftp 0xa0000000 fsl_fman_ucode.bin
sf erase 900000 +$filesize && sf write 0xa0000000 900000 $filesize


tftp 0xa0000000 fitImage_new.bin
sf erase 0x1000000 +$filesize
sf write 0xa0000000 0x1000000 $filesize
cpld reset altbank

0 项奖励
回复