File: build

package info (click to toggle)
qi 20111113-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 780 kB
  • ctags: 4,479
  • sloc: ansic: 10,797; asm: 1,029; sh: 218; makefile: 95
file content (12 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

make clean && \
make CPU=s3c6410 && \
make CPU=s3c2442 && \
make CPU=s3c2410

# as root then...
#
# ./6410-partition-sd.sh sde sdhc image/qi-s3c6410-andy_???????????????? x
# mount /dev/sde2 /mnt ; cp ../kernel/linux-2.6/uImage.bin /mnt/boot ; umount /dev/sde2