Created
July 3, 2013 15:39
-
-
Save mkrentovskiy/5919516 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install git-core bison flex g++ gettext texinfo libncurses5-dev pv libssl-dev lzop gawk | |
| git clone git://github.com/virt2real/dm36x-buildroot.git | |
| cd dm36x-buildroot | |
| make virt2real_v1_mass_defconfig | |
| make menuconfig | |
| make |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo -i | |
| apt-get install pv | |
| umount /dev/sdc1 | |
| unzip -p leopardboard_25042013.fw install.sh | sh -s - -a leopardboard_25042013.fw -d /dev/sdc -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment