Skip to content

Instantly share code, notes, and snippets.

@benchonaut
Last active October 1, 2017 03:55
Show Gist options
  • Select an option

  • Save benchonaut/1d1bcb93565f6d33116087344d90b3dd to your computer and use it in GitHub Desktop.

Select an option

Save benchonaut/1d1bcb93565f6d33116087344d90b3dd to your computer and use it in GitHub Desktop.
##GOTO http://forum.odroid.com/viewtopic.php?f=79&t=12604
##LOAD https://mega.co.nz/#F!tpYmibgK!McPkWcmZ0nhz3KHVlAgl1Q
#H->#unxz odroid-u3-debian-jessie.img.xz
#H->#pv odroid-u3-debian-jessie.img | sudo tee /dev/mmcblk0 >/dev/null;time sync
##he forgot ssh keys in image
rm /etc/ssh/ssh*.pub /etc/ssh/*key
##get missing firmware
mkdir -p /lib/firmware/s5p-mfc/;
for file in s5p-mfc-v6.fw s5p-mfc.fw ;do curl -k "https://raw.githubusercontent.com/cernekee/linux-firmware/master/s5p-mfc/$fil""$file" > /lib/firmware/s5p-mfc/$file;done
apt-get update && apt-get upgrade
## (check https://odroid.in/?directory=.%2Fmirror%2Fdn.odroid.com%2F)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment