how to extend the flash size from 16MB to 64MB

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

how to extend the flash size from 16MB to 64MB

1,065件の閲覧回数
yehudamarko
Contributor I

hello,

we are using the fsl B4860  QDS . with vxworks RTOS.

As youknow the BSP of QDS defines only 16MB of 128 MB flash . There are another 16MB flash banks whose mapping is controlled by appropriate DIP-switch. This gives the possibility to switch between Uboot and other images to run.

The question is:

Is it possible to use another couple of 16MB flash banks as a TFFS device, and thus seriously enlarge the flash size?

re,

yuda

0 件の賞賛
返信
1 返信

993件の閲覧回数
bpe
NXP Employee
NXP Employee

What I see in QorIQ SDK 1.8 for your board, is that  128MB NOR Flash space is mapped. That means, all VBANKs are visible to u-Boot.

Of them, you can use only a half due to a board-level hardware issue. Compare your u-Boot configuration header to the SDK default if your

one sets a different mapping. The key definition there is CONFIG_SYS_NOR_AMASK.

For OS-level settings, consult at your OS vendor/supporter.


Have a great day,
Platon

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

0 件の賞賛
返信