Hello,
> Who knows how to repair/update/replace file system on TS-7250 board?
>
> Some general information is in the Jesse Off letter (Tue, 16 Aug 2005):
> "
>
> You have to erase the filesystem completely (either with rm -rf or
> eraseall /dev/mtdblock/1) and extract your new image onto the
> mounted filesystem. This way, YAFFS will auto-discover the bad
> sectors as you are extracting and work-around them.
> "
> Could somebody (maybe experts from TS?) give step by step explanation with
> examples how to do this?
1.) Boot to an NFS root filesystem. If you are using kernel ts8 use this as
your
nfs root filesystem
ftp://oz.embeddedx86.com/images/debian256/debian256-5-6-2005.tar.gz,
if you are using kernel ts9 use this as your nfs root filesystem
ftp://oz.embeddedx86.com/images/debian256/debian256-10-27-2005.tar. Refer to the
TS-ARM developers manual(http://www.embeddedarm.com/Manuals/TS_ARM_L.PDF) for
information on how to boot to an NFS root filesystem.
2.) Erase the second partition of your onboard flash(use the char device not
the
block device).
eraseall /dev/mtd/1
3.) Mount the second partition of your onboard flash and extract the new
filesystem.
mount /dev/mtdblock/1 /mnt
tar xzvf /path/to/7250_root_fs.tar.gz -C /mnt
4.) Unmount the second partition of your onboard flash and reboot.
umount /mnt
shutdown -r now
> What is the last fs for TS-7250(64+128)?
> ftp://ftp.embeddedarm.com/images/os/ts7250-128-default?
Correct.
//Eddie
------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|