mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 18:22:28 +02:00
38ccc50783
Signed-off-by: Andy Green <andy@openmoko.com>
12 lines
251 B
Bash
Executable File
12 lines
251 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make clean && \
|
|
make CPU=s3c6410 && \
|
|
make CPU=s3c2442
|
|
|
|
# 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
|
|
|