linux4sam / at91bootstrap

Second level bootloader for Microchip SoC (aka AT91)
https://www.linux4sam.org/linux4sam/bin/view/Linux4SAM/AT91Bootstrap4
112 stars 232 forks source link

[RFC] Add option to read image from raw SD/MMC device. #163

Open HiFiPhile opened 1 year ago

HiFiPhile commented 1 year ago

This is step one to achieve Boot U-Boot from eMMC boot[0/1] partitions #54, step two is implement boot partition selection in sdcard driver.

With this patch FAT partition is no longer needed if booting from boot partition.

HiFiPhile commented 1 month ago

Hello, any feedback of this feature?