How to boot TinyDistro in uboot after install rootfs and bootpartiton in LS1028ARDB

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

How to boot TinyDistro in uboot after install rootfs and bootpartiton in LS1028ARDB

2,300 次查看
DKJUNG
Contributor I

 

Hello,

 

I installed rootfs and bootpartiton in eMMC

after that, It boots Ubuntu automatically.

 

in this case, I want to install TinyDistro in uboot

I also installed firmware_uboot.img with rootfs and bootpartition

 

Thank you

0 项奖励
回复
3 回复数

2,282 次查看
DKJUNG
Contributor I

I did it to format eMMC and reinstall tinydistro with remove partiton and

$ dd if=firmware_ls1028ardb_uboot_emmcboot.img of=/dev/mmcblk0 seek=8 bs=512

 

Thank you

0 项奖励
回复

2,295 次查看
Pavel
NXP Employee
NXP Employee

Use .img file for writing TinyDistro to eMMC under u-boot.

 

Load this .img file under u-boot to the SDRAM at address 0xA000_0000.

Switch to e_MMC.

Write this .image file from the SDRAM to eMMC. Offset for writing in eMMMC is 0x08.

0 项奖励
回复

2,289 次查看
DKJUNG
Contributor I

I downloaded .img file to tftp and write it

but, It boots Ubuntu yet

 

my command

>> tftp 0xa0000000 firmware_ls1028ardb_uboot_emmcboot.img

>> mmc dev 1

>> mmc write 0xa0000000 8 0x25000

>> reset

0 项奖励
回复