Skip to content

Instantly share code, notes, and snippets.

@mkrentovskiy
Created July 3, 2013 15:39
Show Gist options
  • Select an option

  • Save mkrentovskiy/5919516 to your computer and use it in GitHub Desktop.

Select an option

Save mkrentovskiy/5919516 to your computer and use it in GitHub Desktop.
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
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