On any reasonably working Linux installation (your laptop or your 7300 board)
you should be able to mount the partition. Here's what it looks like on my 7300:
mkdir /mnt/oldpart3
mount /dev/tssda3 /mnt/oldpart3
On your board it may be /dev/tssdcarda3 or something similar, check your /dev
listing to see what the sd driver is called.
On my laptop I don't have to do anything since it automatically mounts SD cards
but you could do it manually like this:
mount /dev/mmcblk0p3 /mnt/oldpart3
Don't forget to unmount before powering down:
umount /mnt/oldpart3
--- In ALÃ? SOYDAN <> wrote:
>
> Andrew,
> Thank you very much for your answer.
> I am booting fastboot-7300-sdcard.dd into the SD card from embeddedarm
> site. As
> you know, I could not see linuxrc. Your method is wonderful for me which is
> plugging the SD card into the linux laptop.Â
> After I installed fastboot-7300-sdcard.dd linux into the SD card, Can I see
> the
> 3-initrd partion using your method? Is there any thing that I have to do?
> Best wishes,
>
> Soydan
>
>
> ________________________________
> From: andreas queisser <>
> To:
> Sent: Thu, October 14, 2010 3:52:11 PM
> Subject: [ts-7000] Re: Linuxrc
>
> For the TS-7300 linuxrc is normally in the third partition of the SD card
> (1-boot block, 2-kernel, 3-initrd, 4-Linux). I usually edit my linuxrc by
> plugging the SD card into my Linux laptop, which has an SD slot and letting it
> mount the partitions.
>
> If you're booting through into full Linux you won't see the third partition
> mounted because it was loaded by the boot loader before linux was running and
> after the chroot it's not needed anymore. You can try mounting it manually and
> editing linuxrc on your TS7300 but I find the laptop method more convenient.
>
> Andrew
>
> --- In ALÃ? <soydanezerarslan@> wrote:
> >
> > Hi,
> > We are working on TS-7300 SBC.
> > We installed sdimage_s, fastboot-7300-sdcard.dd linux on the TS-7300.
> > However, we could not find linuxrc script in sdimage_s,
> >fastboot-7300-sdcard.dd. We have to change some lines of linuxrc which are
> >peekpoke 32 0x809300c0 0xAA and peekpoke 32 0x80930080 0x88140d00 to work
> >LCD.
> >
> > Could you please tell us how can I find linuxrc? Also, if you have, send to
> me.
> >
>
------------------------------------
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/
|