readme: update with list of supported devices, add L5 instructions

This commit is contained in:
Clayton Craft 2021-02-23 22:21:49 -08:00
parent a3db33c838
commit 6e933552ca
No known key found for this signature in database
GPG Key ID: 7A3461CA187CEA54

View File

@ -1,6 +1,10 @@
# Jumpdrive # Jumpdrive
The swiss army knife of Pine64 devices (currently only Pinetab and PinePhone) A swiss army knife for mobile devices, currently supporting:
- Pine64 PineTab
- Pine64 PinePhone
- Purism Librem 5
You can use this to flash a image **directly to eMMC**, troubleshooting a broken system, and a lot more. You can use this to flash a image **directly to eMMC**, troubleshooting a broken system, and a lot more.
@ -12,6 +16,9 @@ You can use this to flash a image **directly to eMMC**, troubleshooting a broken
### Installation ### Installation
Download the latest image for your device [here](https://github.com/dreemurrs-embedded/Jumpdrive/releases) Download the latest image for your device [here](https://github.com/dreemurrs-embedded/Jumpdrive/releases)
#### PinePhone / PineTab
Then use dd to flash the image to an SD card. Jumpdrive is pretty small, so there is no need for a large storage SD card. Then use dd to flash the image to an SD card. Jumpdrive is pretty small, so there is no need for a large storage SD card.
Insert the SD card to the device, then boot it up, you should get a nice splash screen and you should see a new storage device after you plug the device to USB. Insert the SD card to the device, then boot it up, you should get a nice splash screen and you should see a new storage device after you plug the device to USB.
@ -21,6 +28,10 @@ With the device plugged in, you can now flash a distro, or fix a unbootable inst
**WARNING:** **WARNING:**
In case eMMC isn't showing up try to charge your battery and try again. There are reports of people not being able to flash to eMMC with discharged battery. In case eMMC isn't showing up try to charge your battery and try again. There are reports of people not being able to flash to eMMC with discharged battery.
#### Librem 5
Extract the downloaded JumpDrive release archive for the Librem 5, put the device into flash mode, then run the `boot-purism-librem5.sh` script from the release.
### Building ### Building
The dependencies are: The dependencies are: