--- In "j.chitte" <> wrote:
>
> --- In pierre lafrance <pierrotlafouine@>
> wrote:
> >
> >
> > on my Ubuntu system, in the:
> > Uncompressed downloaded file from link : http://
www.embeddedarm.com/
> software/arm-linux-fastboot-ts7300.php:
> > with this command : bunzip2 sdimage.dd.bz2
> > copy file from HDD to SD on sdb with this command : dd if=/
> EmbeddedArm/SW/DiskImage/sdimage.dd of=/dev/sdb
> >
> > The TS-7300 boot, then I write «exit» at command prompt to
complete
> boot.
> > Then TS-7300 goes bye bye, cursor blink, and that's it, nothing
> happen
> >
> > Thanks
> >
> > Pierre
> >
> Hi,
>
> 7300 does not come with a keyboard so maybe you could start by
saying
> how you are communicating with the board. ssh, telnet, serial ?
>
> What do you expect to happen when you type the exit command? What
do
> you think you are exiting from?
>
> Despite your title "7300 doesn't boot" you now say "The TS-7300
boot".
>
> Can you explain (with actual output, not chat) what is happening?
>
> If you don't post exactly what state the board is in no one here
can
> look over your shoulder to see what you see.
>
> Help us to help you.
>
> regards.
>
http://www.embeddedarm.com/software/arm-linux-fastboot-ts7300.php
>>
When you do the fast boot, you are actually booting to an initrd
with the Debian parts of filesystem mounted read-only. After
modifying the /linuxrc shell script on the initrd, run the "save"
command to save the initrd back to the SD card, otherwise your
changes won't "stick".
>>
If you are doing fastboot and are still in initrd you should try to
verify that you have what you expect on the sdcard. The initrd is a
compressed system image loaded into memory. It is not your SD
filesystem. Since it is mounted use mount to find out where and
inspect its contents. It sounds like you do not have a valid
filesystem to load when you exit initrd.
------------------------------------
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/
|