Skip to content

Instantly share code, notes, and snippets.

@foundObjects
Created November 11, 2019 01:40
Show Gist options
  • Save foundObjects/03fa5bd07260bf92862cccdfe1407b73 to your computer and use it in GitHub Desktop.
Save foundObjects/03fa5bd07260bf92862cccdfe1407b73 to your computer and use it in GitHub Desktop.
Pinebook Pro - fetch patched u-boot v1.1 from github/mrfixit2001
#!/bin/bash
mkdir -p /tmp/mrfixituboot1-1
cd /tmp/mrfixituboot1-1
for i in mrfixit_update.sh idbloader.img trust.img uboot.img
do
wget "https://raw.githubusercontent.com/mrfixit2001/updates_repo/v1.1/pinebook/filesystem/$i"
done
chmod +x mrfixit_update.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment