boot from RAM via u-boot bootm

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

boot from RAM via u-boot bootm

1,018 次查看
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 回复

1,004 次查看
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 项奖励
回复