Parallel NOR-Flash of 16bit BUS and IVT data

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Parallel NOR-Flash of 16bit BUS and IVT data

ソリューションへジャンプ
1,063件の閲覧回数
tamotsu
Contributor IV

Hellow.

On page 1241 of the i.MX7D reference manual, the IVT header format diagram suggests that the value to be set would be 0xD1-0x0020-0x40 to .word 0xD1002040, but in the 20132 "i.MX6 IVT structure" Anson Huang answers that it should be .word 0x402000D1.

I think the manual says this is

0x400 = 0xD100

0x402 = 0x2040

but is that wrong?

Thank you.

0 件の賞賛
返信
1 解決策
1,007件の閲覧回数
Harvey021
NXP TechSupport
NXP TechSupport

The header ivt should be included in image by default, we don't need to modify it.

And we can try to dump it using command od w/t option little or big endian

od -x -N 48 --endian=little u-boot.imx 

or

od -x -N 48 --endian=big u-boot.imx

 

Regards

Harvey

 

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,038件の閲覧回数
Harvey021
NXP TechSupport
NXP TechSupport

Hi, 

tag = D1 is the first byte. The difference as Anson's should be caused by display options, like endian.

 

Regards

Harvey

0 件の賞賛
返信
1,026件の閲覧回数
tamotsu
Contributor IV

Thank you Harvey021.

So Anson explained it in little-endian?

I'm confused because the reference manual says it's big-endian.

0 件の賞賛
返信
1,008件の閲覧回数
Harvey021
NXP TechSupport
NXP TechSupport

The header ivt should be included in image by default, we don't need to modify it.

And we can try to dump it using command od w/t option little or big endian

od -x -N 48 --endian=little u-boot.imx 

or

od -x -N 48 --endian=big u-boot.imx

 

Regards

Harvey

 

0 件の賞賛
返信