dreemurrs-embedded / Jumpdrive

Flash/Rescue SD Card image for PinePhone and PineTab. This is NOT a bootloader
GNU General Public License v2.0
479 stars 59 forks source link

Jumpdrive is not compatible with SailfishOS #8

Closed carlosgonz0 closed 4 years ago

carlosgonz0 commented 4 years ago

I flashed SailfishSO to eMMC-Pinephone using Jumpdrive, but Sailfish no boot. : ( Just reporting ---

Danct12 commented 4 years ago

Looks like SailfishOS needs to be supported to boot from eMMC.

As right now, it looks for root in mmcblk0, which is the SD card: https://github.com/sailfish-on-dontbeevil/u-boot-bootloader/blob/master/pinephone/boot.cmd#L2

@DylanVanAssche, please check this out.

DylanVanAssche commented 4 years ago

We do not support eMMC yet, isn't a priority at the moment. Will have to check how others are handling this.

DylanVanAssche commented 4 years ago

Should be fixed with this PR: https://github.com/sailfish-on-dontbeevil/u-boot-bootloader/pull/1

carlosgonz0 commented 4 years ago

Yes, is working Sailfish with eMMC now. Big thanks to @DylanVanAssche