We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EFI Shell is displayed instead of bootaa64.efi from the SD card. GPT partitions show up in the EFI Shell.
Replacing the shell with FreeBSD boot1.efi shows "Failed Reading block" errors:
The card is this:
mmcsd0: 16GB <SDHC SL16G 8.0 SN 92C00EE4 MFG 06/2015 by 3 SD> at mmc0 48.0MHz/4bit/65535-block
The text was updated successfully, but these errors were encountered:
@myfreeweb In
NintendoSwitchPkg/Drivers/SdMmcDxe/EfiBlkDeviceOp.c
Line 86 in da0dd9a
128
1 will absolutely work, but probably too slow. This value shall be adaptive and I think SDMMC1 auto calibration is necessary to be added later.
1
Sorry, something went wrong.
thanks! 32 works
SDMMC: Lower batch block read size to 64 to mitigate #9.
12c859f
Need more intensive testing. Also added auto recovery (though it may not work).
does this fully work on switch?
imbushuo
No branches or pull requests
EFI Shell is displayed instead of bootaa64.efi from the SD card. GPT partitions show up in the EFI Shell.
Replacing the shell with FreeBSD boot1.efi shows "Failed Reading block" errors:
The card is this:
The text was updated successfully, but these errors were encountered: