T2080rdb sd card boot

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

T2080rdb sd card boot

跳至解决方案
3,755 次查看
gyosunshim
Contributor III

Hi! All,

Sd card boot made good use of the existing p2020.

But there is no config .dat file that is used to attempt to do boot-format the sd card boot set t2080.

Where can I get?

Thanks,

标签 (1)
1 解答
3,213 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello gyosun shim,

The application boot-format is used for the non PBL processors, for the PBL processors(including T2080), previously it is needed to use QCVS tool to generate the PBL image. Since SDK 1.8 release, the built SD u-boot image can be used directly, please copy the image build_t2080rdb_release/tmp/deploy/images/t2080rdb/u-boot-sd-T2080RDB_SDCARD.bin to SD card directly. If you didn't use Yocto build environment, you could use the image T2080RDB_SDCARD/u-boot-with-spl-pbl.bin in u-boot source folder.

        => tftp 1000000 u-boot-sd-T2080RDB_SDCARD.bin

        => mmc write 1000000 8 0x800

        => tftp 1000000 fsl_fman_ucode_T2080_xx.bin

        => mmc write 1000000 0x820 80


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
3,213 次查看
王浩宇
Contributor I

hi gyosun shim:

      could you give me some help about how to make a SD card U-boot.if you can send the u-boot-spl.bin image to me.

      emil:[email protected].

      thanks!

      @gyosun shim

0 项奖励
回复
3,214 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello gyosun shim,

The application boot-format is used for the non PBL processors, for the PBL processors(including T2080), previously it is needed to use QCVS tool to generate the PBL image. Since SDK 1.8 release, the built SD u-boot image can be used directly, please copy the image build_t2080rdb_release/tmp/deploy/images/t2080rdb/u-boot-sd-T2080RDB_SDCARD.bin to SD card directly. If you didn't use Yocto build environment, you could use the image T2080RDB_SDCARD/u-boot-with-spl-pbl.bin in u-boot source folder.

        => tftp 1000000 u-boot-sd-T2080RDB_SDCARD.bin

        => mmc write 1000000 8 0x800

        => tftp 1000000 fsl_fman_ucode_T2080_xx.bin

        => mmc write 1000000 0x820 80


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

3,213 次查看
gyosunshim
Contributor III

Hello yiping,

I wanted an answer.

The problem has been solved well.

Thank you.

Have a great day,

gyosun

0 项奖励
回复