FASTBoot on BBBw

Hi Robert,
I found a link : git clone git://gitorious.org/rowboat/u-boot.git
That has a version of u-boot, to fast boot an image from eMMC.
Unfortunately, the site seems down.

I am not sure you have any resources that related to fast boot an image from eMMC ( it can be a special boot partition)?

Thank you,

david

In mainline u-boot, this is called Falcon mode.

Essential instead of:

U-Boot SPL -> U-Boot -> Kernel

You just do:
U-Boot SPL -> Kernel

Saves a few seconds, but we don’t use due to u-boot overlays…

Regards,

Hi Robert,

Thank you for your input.

Best Regads,

David