On a Linux development PC, insert the SD card into the SD card reader and then
into the USB port on your PC. Then, use the dmesg | tail command or the fdisk
-l command to find out what device node Linux assigned to your SD card.
Usually it's /dev/sdb. Then, the following commands should get you there
(assuming it's a typical 4 partition SD card from TS)...
# create a mount directory
mkdir /mnt/sdcard
# mount the last partition to the directory created above
mount /dev/sdb4 /mnt/sdcard
# remove all files in the partition
rm -rf /mnt/sdcard/*
# download the filesystem from the FTP site
wget
ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/distributions/debian-sarge-256MB-05-01-2006.tar.bz2
# extract the filesystem to the last partition
tar xvf debian-sarge-256MB-05-01-2006.tar.bz2 -C /mnt/sdcard/
# umount the drive
umount /dev/sdb4
You should be done at this point. Plug it into the TS-7260 and try to boot to
full Debian.
-Derek
--- In "tsao.terence" <> wrote:
>
> Hi Derek,
>
> Can you give me the instruction of reinstalling the filesystem on the last
> partition. Or Should I call you later for it?
>
> thanks!
>
> --- In "Derek" <derek@> wrote:
> >
> > --- In "tsao.terence" <tsao.terence@> wrote:
> > >
> > > Dear GCC masters,
> > >
> > > I created hello.c in TS7260 (booting Debian from SD), and when I
> > > compiled with the following: "gcc-3.3 hello.c"
> > >
> > > I got the following error:
> > >
> > > gcc-3.3: installation problem, cannot exec `cc1': No such file or
> > > directory
> > >
> > > Has anyone encountered this problem before?
> > >
> >
> > I spoke with a customer over the phone yesterday about this issue on this
> > board (I wouldn't be surprised if it was you!). I tested this on a factory
> > SD card image and it works fine. I recommend either re-installing the
> > filesystem on the last partition or simply re-imaging the SD card with
> > image available on FTP site.
> >
> > Best Regards,
> >
> > Derek Hildreth
> > ------------------------------------
> > Embedded Systems Engineer
> > Technologic Systems
> > 480.837.5200
> > ------------------------------------
> >
>
------------------------------------
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/
|