ls1046adb firmware with yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ls1046adb firmware with yocto

Jump to solution
1,381 Views
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 Kudos
1 Solution
1,300 Views
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

View solution in original post

0 Kudos
4 Replies
1,345 Views
ashutoshharry
Contributor III

hi @swati_gupta 

 

can you please help in this case.

0 Kudos
1,362 Views
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 Kudos
1,370 Views
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 Kudos
1,301 Views
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 Kudos