Hi,
I am new to embedded linux (been working with Rabbit processors) and am
new to embeded linux. Could anyone suggest any good references on
embeded linux. I know enough about the linux (ubuntu) on my desktop to
be dangerous.
I have successfully compiled simple programs (hello world) for both my
linux desktop (intel) and TS 7250 (ARM) environments. For another
program I am making calls to a shell script that makes use of system
calls (ntpdate and ftp) that work in my desktop environment but not on
the TS 7250. I found I can get the ntpdate to function by using a copy
supplied off of the USB stick supplied by Techologic. I cant get the
ftp to work (see below for how I am using it in shell script). I am
finding I have to install a few more items that just the ftp program.
Instead of guessing on what to do I would rather get an understanding
of the embedded linux environment and how to control it so any help in
references is appreciated.
Thanks
ftp -n <<END_SCRIPT
open $HOST
quote user $USER
quote pass $PASSWD
put $FILE $FILE1
get $FILE1 $FILE
bye
END_SCRIPT
------------------------------------
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/
|