SaltyCybernaut / PocketCHIP-flash-utils

Bootstrap the process of locally flashing your pocketchip/chip hardware.
90 stars 18 forks source link

Arch Linux #3

Open shakna-israel opened 4 years ago

shakna-israel commented 4 years ago

So I've finally got around to trying to resurrect my PocketCHIP after Next Thing disappeared.

But, I have Arch Linux rather than a Debian derivative.

So...

I believe the dependency install equivalent is:

pacman -Sy sunxi-tools android-tools uboot-tools jre-openjdk-headless unzip

Unfortunately though this gets me 80% of the way to working, the fastboot provided from android-tools has no -i option...

I think I should be able to patch the flashing script to use -s serial_no instead of -i vendor_id but I haven't quite got there yet.

gidoBOSSftw5731 commented 7 months ago

Just for anyone in the future, go through all the flashing scripts and remove all references to -i 0x1f3a and -u and, as long as you have no other android devices, it works. To search, just grep through the dir (I used these commands but they're probably not the most efficient grep fastboot -r CHIP-tools -i | grep -e '-u' grep fastboot -r CHIP-tools -i | grep -e '-i 0x'