Regenerate the Atmel demo ------------------------- We use a customized version of Buildroot including support for sama5d3-ek and various con- figuration files git clone https://github.com/linux4sam/buildroot-at91 cd buildroot-at91/ git checkout buildroot-2013.02-at91 git am ../patches/*.patch make sama5d3ekdemo_defconfig make Get the Linux sources ---------------------- Here's how we got the Linux 3.6.9-at91 sources: git clone git://github.com/linux4sam/linux-at91.git cd linux-at91 git checkout linux-3.6.9-at91 Get the Barebox sources ----------------------- Here is how we got the Barebox 2013-08 sources: git clone git://git.pengutronix.de/git/barebox.git git checkout v2013.08.0