Flex Installer - SdCard

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

Flex Installer - SdCard

2,314 次查看
ThomasMeyer
Contributor I

Hi NXP Support Team,

I use your flex installer tool to create a finished bootable SD card. This works fine, but I have questions.

 

dd if=u-boot-sdcard-ifc-2020.04+fslgit-r0.bin of=uboot bs=512 seek=8
tail -c +4097 uboot > u-boot-sdcard-ifc.img

 

seek= 8 means, offset 8 because of the Startadress 0x00008 for SDCard , right?

Isn´t it possible to write the image directly to the Startadress ?

Is the blocksize important ?

What does the tail function do ? I don't get any connection to 4097 ? Why we have to do so ?

Thx for your help

0 项奖励
回复
2 回复数

2,309 次查看
ufedor
NXP Employee
NXP Employee

Please provide complete log as text attachment.

0 项奖励
回复

2,301 次查看
ThomasMeyer
Contributor I

In Function generate_qoriq_composite_firmware() in line 392 - tail is called there

 

0 项奖励
回复