The precise procedure is like that:
step 1: sudo apt-get install libncurses5-dev libncursesw5-dev Result: no error
step 2: wget
ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/binaries/ts-images/sdimage-new.dd.bz2
Result : no error
step 3: bzcat sdimage-new.dd.bz2 | dd of=/dev/mmcblk0p1 bs=4096k Result: no
error
step 4: cd ~
mkdir ts7200_kernel_howto /
wget ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/\
wget ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/\
tar xjvf crosstool-linux-gcc-3.3.4-glibc-2.3.2-0.28rc39.tar.bz2
tar xzvf tskernel-2.4.26-ts11-src.tar.gz
rm -f *.tar.bz2 Result no error
step 5: cd linux24/
vi Makefile
CROSS_COMPILE = $(shell cd
$(TOPDIR)/../usr/local/opt/crosstool/arm-linux/gcc-3.3.4-glibc-2.3.2/bin/ &&
pwd)/arm-linux- Result: no error
make menuconfig
- Load the TS-7260 config file by typing "L" three times, "ENTER",
and
specify: arch/arm/def-configs/ts7260
When finished, save and exit back to the menuconfig root (home
page)
- Change the default kernel command line by typing "G", "Enter",
"D",
"ENTER", and specify: root=/dev/ram0 init=/linuxrc
console=ttyAM0,115200 printk=4 loops=499712
When finished, save and exit back to the menuconfig root (home
page)
- Exit menuconfig and be sure to say "Yes" to save your changes
Compile the kernel
* make dep
* make Image
Result: no error
Step 6: updating sd card
dd if=arch/arm/boot/Image of=/dev/mmcblk0p1 no error
Step 7: umount sd card
umount /dev/mmcblk0p1
Step 8 : insert sd card, then minicom, then power on ts 7260
the minicom keeps repeating these three lines:
>> TS-SDBOOT - built Aug 10 2009
>> Copyright (c) 2007, Technologic Systems
.
I am using a empty 1 GB sd card with one partition.
Could anyone gives some suggestions? Thanks very much.
Alex
--- In "tanganyang1985" <> wrote:
>
> hello every:
>
> I lost the original sd card boot image, so I have to create a new one.for the
> TS-7260 SBC.
>
> The TS7260 has already permanently modified the TS-7260 to boot to the SD
> card.
>
> I have tried two sd card, one is sd impact 1 GB with 2 partition (ext2 1.6 mb
> and 994 mb), the other one I used is 16 GB SDHC with one partition (ext2)
>
> I followed these two links step by step, no error occurs:
> http://www.embeddedarm.com/software/arm-linux-fastboot-ts7300.php
> http://www.embeddedarm.com/about/resource.php?item=485
>
> however, it is failed when I insert the new sd card into the TS7260 socket,
> the minicom keeps showing:
>
> >> TS-SDBOOT - built Aug 10
> 2009
> >> Copyright (c) 2007, Technologic Systems
>
> Could anyone gives some suggestions? Thanks very much,
>
> Alex
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|