andreiw / RaspberryPiPkg

DEPRECATED - DO NOT USE | Go here instead ->
https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3
744 stars 143 forks source link

Sdhost / rpisdhc boot support #33

Closed Googulator closed 5 years ago

SuperJMN commented 5 years ago

Hey guys, could you please, join to our Window ARM64 on Raspberry Pi group? You can join to share our experiences / updates regarding this project : it's here https://t.me/joinchat/ACWtmw7G42XInm3lAronmw

We're already 11 members and growing!

Googulator commented 5 years ago

I wouldn't be too worried about Arasan support, since the Arasan is necessary for WiFi and (on the 3B+ at least) Bluetooth (sdhost doesn't support SDIO). So, setting the Arasan to handle the SD card disables WiFi.

woachk commented 5 years ago

@SuperJMN please don't spam and split the efforts like that, ugh.

@Googulator Bluetooth should be over UART actually. Also note that MS uses Arasan on RPi2 for SD storage. (and that the Pi2 is 64-bit these days).

Anyway, once USB drivers are ready, it'll matter less.

thchi12 commented 5 years ago

Bluetooth...Maybe we need to disable UART and get sth. from ms-iot bsp?

andreiw commented 5 years ago

Bluetooth is connected to PL011, not the miniUART. UEFI only uses the miniUART.

A

12 июня 2018 г., в 18:23, thchi12 notifications@github.com написал(а):

Bluetooth...Maybe we need to disable UART and get sth. from ms-iot bsp?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

thchi12 commented 5 years ago

I found this a little bit unstable? I'm now stuck at UEFI shell.And typing FS0: doesn't change to that drive...But I was able to boot last time.

Googulator commented 5 years ago

Put the card in a PC, and run chkdsk on it. Sometimes the filesystem is left in an inconsistent state on shutdown, due to lack of clean ACPI shutdown support.

andreiw commented 5 years ago

Merged.