mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 12:33:07 +02:00
aa813c24d5
The hack to find the number of sectors turns out to be sensitive to the host kernel. This is a workaround until we find something in /proc or /sys that has the same info in a more accessible way. Signed-off-by: Christopher Hall <hsw@openmoko.com>
13 lines
273 B
Bash
Executable File
13 lines
273 B
Bash
Executable File
#!/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
|
|
|