mirror of
https://github.com/dreemurrs-embedded/Jumpdrive.git
synced 2024-11-16 14:10:06 +00:00
Merge pull request #45 from craftyguy/readme_update
readme: update with list of supported devices, add L5 instructions
This commit is contained in:
commit
234b6ca9bc
13
README.md
13
README.md
@ -1,6 +1,10 @@
|
||||
# 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.
|
||||
|
||||
@ -12,6 +16,9 @@ You can use this to flash a image **directly to eMMC**, troubleshooting a broken
|
||||
### Installation
|
||||
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.
|
||||
|
||||
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:**
|
||||
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
|
||||
|
||||
The dependencies are:
|
||||
|
Loading…
Reference in New Issue
Block a user