Arch Linux
Opened this issue · 1 comments
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.
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'