You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://sourcery.mentor.com/GNUToolchain/package4571/public/arm-none-linux-gnueabi/arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
tar xjf arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
kernel
git clone git@github.com:cambridgehackers/device_xilinx_kernel.git
cd device_xilinx_kernel/
git checkout remotes/origin/december -b december
compile
cd s/git/device_xilinx_kernel/
git status
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- xilinx_zynq_portal_defconfig
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
./scripts/dtc/dtc -I dts -O dtb -o foo.dtb arch/arm/boot/dts/zynq-zc702-bridge.dts
load
cp arch/arm/boot/zImage foo.dtb ~
Making new ramdisk8M.image.gz (kernel requires that it be zero-padded to exactly 256kb)