Does anybody have an example parameters (script) to boot the fs from the SD card in barebox?
Barebox boot fs from SD card
Hi Juergen, Can I do this with May release? I do not have resources to compile the Agust release and would prefer to make it work with what I have. Thanks MC
The required changes are mostly in the Barebox's environment. So, you need to extract the latest release and just run the "ptxdist targetinstall barebox" (this will build only this package. Should speed up things) to get the new environment file in "platform-mini2440/images/barebox-default-environment". This can be stored into the persistent flash area. Refer the new manual how to do so.