Root/qiboot/build

1#!/bin/sh
2
3make clean && \
4make CPU=s3c6410 && \
5make CPU=s3c2442 && \
6make CPU=s3c2410
7
8# as root then...
9#
10# ./6410-partition-sd.sh sde sdhc image/qi-s3c6410-andy_???????????????? x
11# mount /dev/sde2 /mnt ; cp ../kernel/linux-2.6/uImage.bin /mnt/boot ; umount /dev/sde2
12
13

Archive Download this file



interactive