Difference between revisions of "Novacom on Windows"
Jump to navigation
Jump to search
Rboatright (talk | contribs) (longer intro) |
(Removed the optware boostrap stuff, cause that is explained elsewhere.) |
||
Line 2: | Line 2: | ||
Never the less, Palm has provided all the tools you need to access the linux on your Pre from windows without any additional software. THe only problem with it is, you only get a command line, you can't get a fully interactive terminal. So, the very first thing you're going to want to do is to install the "next steps" package so that you can log into your Pre with a terminal program. | Never the less, Palm has provided all the tools you need to access the linux on your Pre from windows without any additional software. THe only problem with it is, you only get a command line, you can't get a fully interactive terminal. So, the very first thing you're going to want to do is to install the "next steps" package so that you can log into your Pre with a terminal program. | ||
− | |||
− | |||
* Install the Palm Pre SDK accepting all defaults | * Install the Palm Pre SDK accepting all defaults | ||
Line 17: | Line 15: | ||
'''cd /tmp''' | '''cd /tmp''' | ||
: your prompt will change to '''root@castle:/tmp#''' | : your prompt will change to '''root@castle:/tmp#''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 14:00, 25 July 2009
Windows lacks an "xterm" program. So no full blown terminal program is available for windows to communicate with the Pre via novacom.
Never the less, Palm has provided all the tools you need to access the linux on your Pre from windows without any additional software. THe only problem with it is, you only get a command line, you can't get a fully interactive terminal. So, the very first thing you're going to want to do is to install the "next steps" package so that you can log into your Pre with a terminal program.
- Install the Palm Pre SDK accepting all defaults
- Open a command session. You will be at some C:\> directory -- which one doesn't matter
- type
cd \program files\palm\sdk\bin
- Your prompt will change to
C:\program files\palm\sdk\bin\>
- Type
novacom -t open tty://
- Your prompt will change to root@castle:/# ←[J
- Type
cd /tmp
- your prompt will change to root@castle:/tmp#