Skip to content

Releases: dreemurrs-embedded/Jumpdrive

JumpDrive 0.8

31 May 12:05
be697e3
Compare
Choose a tag to compare

Jumpdrive currently DOES NOT SUPPORT the PinePhone Pro! See #68.

  • Added the Qualcomm SD845 kernel
  • New device support for the Oneplus 6
  • New device support for the Oneplus 6T
  • New device support for the Xiaomi Pocophone F1

JumpDrive 0.7

11 Feb 21:49
0.7
a3db33c
Compare
Choose a tag to compare
  • Support for the Librem 5 added

JumpDrive 0.6

08 Nov 11:50
262b726
Compare
Choose a tag to compare
  • Supports the early-adopter editions of the PineTab
  • Supports the 3GB model of the PinePhone
  • Updates to the 5.9 kernel

Jumpdrive 0.6 alpha 2

07 Nov 23:50
262b726
Compare
Choose a tag to compare
Jumpdrive 0.6 alpha 2 Pre-release
Pre-release

This should run nicer on the 3GB models and still work on the 2GB models

This build might also fix the display on the early adopter pinetabs

Jumpdrive 0.6 alpha

01 Sep 13:32
829a574
Compare
Choose a tag to compare
Jumpdrive 0.6 alpha Pre-release
Pre-release

Test build for the 3GB pinephone

JumpDrive 0.5

30 Jun 12:11
8e10463
Compare
Choose a tag to compare
  • Fixed Pinetab USB Device Controller
  • Update Busybox
  • Added support for serial console

JumpDrive 0.4

02 May 15:30
e311695
Compare
Choose a tag to compare
  • Build all components from source
  • Use the pinephone_defconfig for u-boot now, speeding up the boot process
  • Expose both the eMMC and SD

JumpDrive 0.3

25 Mar 10:12
7765a4a
Compare
Choose a tag to compare
  • Hidden cursor
  • Changed name of mass storage gadget from Linux Mas-stor Gadget to Jumpdrive

JumpDrive 0.2

16 Mar 18:38
f6e34e5
Compare
Choose a tag to compare

The second release for the flashing/rescue boot image.

Features:

  • Export the eMMC storage as mass storage on the usb connection so it can be flashed
  • Telnet shell into the initramfs for debugging

RescueSD 0.1

13 Mar 08:57
8ae6223
Compare
Choose a tag to compare
RescueSD 0.1 Pre-release
Pre-release

Flash the image using dd:
dd if=pinephone-sdrescue.img of=/dev/mmcblk0

This is the first release, DHCP daemon does not work yet, but mass storage mode works fine.

To access telnet for troubleshooting, or messing around, please run this on your host machine:
ip addr add 172.16.42.2/24 dev enp0s20f0u14

And after that, you can telnet to 172.16.42.1.

Happy hacking!

P.S: There is nothing you need to do for mass storage, it's already working out of the box, you should notice a new USB storage device as soon the phone is plugged in.