boot from RAM via u-boot bootm

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

boot from RAM via u-boot bootm

1,012 Views
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 Kudos
Reply
1 Reply

998 Views
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 Kudos
Reply