Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-03-2005, 12:57 PM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2005

Posts: 13

jmark83

Default need help in blue cat linux ( embedded)

hello
i am a beginer in embedded linux so i would like to apologize if this question im asking is a bit basic .....

Im a bit confused in how to download an application from the host system into the target board.....

Do i need to have a network connection ??
or is it enough to have a hard disk or a floppy drive ??

please advise ..
really need help


thank you .....
jmark83 is offline  
Old 09-03-2005, 01:10 PM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

doesnt matter, whatever way you can get the app into the target is fine
horndude is offline  
Old 09-03-2005, 01:29 PM   #3 (permalink)
 
Newb Techie

Join Date: Jul 2005

Posts: 13

jmark83

Default

helo horndude
thanks for ur reply

wondering whether its a must for me to connect to the target board using a ethernet connection ????
because the guide states that i can boot blue cat linux using either a hard disk , floppy , network or ...... in the guide they use 1 of their demo systems, the osloader..... so when i develop my own application can i transfer it to the target board using the ways as stated above.( hard disk n .... )


thank you so much .......

ps : sorry again if the question is very basic
jmark83 is offline  
Old 09-03-2005, 02:32 PM   #4 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

no it isnt necessary, and in some applications you wouldnt need an ethernet connection or even have one anyway, like for a device that works in a standalone setup

It does help though if you have some way of connecting the target to a PC so you can get it set up and run apps though, a serial connection or ethernet does make it easier, but it isnt necessary.You can easily get the target to run by itself and boot up and run an app right after the boot process.A net connection of somekind allows you to monitor it while it runs and make changes though, but that can be temporary.

To do what it sounds like your doing, Id run the app in question on a linux PC and get it to work the way you want, then transfer it to the target and have the target run it at the end of the boot process automatically, you can do that by adding a call to the app to the local part of the init scripts. Not sure if bluecat uses BSD or sysV init scripts, but if it uses BSD style you can add commands to the /etc/rc.d/rc.local file and they will be run at the very end of the boot process.SysV init scripts are similar,just located in a different directory, not sure off the top of my head where.

check out http://www.tldp.org and look up "boot process" or search the howto's on booting, that will give you an idea of what a linux system does at boot up.
horndude is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On