boot from RAM via u-boot bootm

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

boot from RAM via u-boot bootm

1,011件の閲覧回数
rjm
Contributor IV

I'm missing documentation regarding booting from u-boot simply from RAM. The official i.MX Linux User's guide only tells one how to flash SD/eMMC etc.

Use case: quick test runs, besides the NFS-boot use case.

0 件の賞賛
返信
1 返信

997件の閲覧回数
b36401
NXP Employee
NXP Employee

Our Linux build does not support such boot.

As for u-boot itself it is able to boot something from the RAM.
I mean it has commands like fatload or ext4load to load the binary to the RAM and bootm one to run it.

0 件の賞賛
返信