Difference between revisions of "Portal:Accessing Linux"

From WebOS Internals
Jump to navigation Jump to search
m
(Reorganised the last two sections.)
Line 26: Line 26:
 
# Install it using the [[http://developer.palm.com/index.php?option=com_content&view=article&id=1597 Palm SDK installation instructions]].
 
# Install it using the [[http://developer.palm.com/index.php?option=com_content&view=article&id=1597 Palm SDK installation instructions]].
 
# You can then run [[http://developer.palm.com/index.php?option=com_content&view=article&id=1552#CommandLineTools-palminstall palm-install]] to install a package onto your Pre (or onto the Pre Emulator), or run 'novaterm' instead of 'palm-install' to directly access the Linux command line.
 
# You can then run [[http://developer.palm.com/index.php?option=com_content&view=article&id=1552#CommandLineTools-palminstall palm-install]] to install a package onto your Pre (or onto the Pre Emulator), or run 'novaterm' instead of 'palm-install' to directly access the Linux command line.
# Follow the 'Next steps after Accessing Linux' below.
+
# Follow desired steps from the 'Next steps' below.
  
 
There are three other old deprecated, unsupported, and much more difficult versions of the secure root access procedure:   
 
There are three other old deprecated, unsupported, and much more difficult versions of the secure root access procedure:   
Line 36: Line 36:
 
{{portal-two-columns
 
{{portal-two-columns
 
|column1=
 
|column1=
== Next steps after Accessing Linux ==
+
== Advanced Topics ==
 +
 
 +
* [[Adding Disks to the Emulator]]
 +
 
 +
== Obsolete Pages ==
 +
 
 +
* [[Change_From_Loopback|Change from loopback]]
 +
 
 +
|column2=
 +
== Next Steps ==
  
 
* [[Next_steps|Set up users, Optware, and access]]
 
* [[Next_steps|Set up users, Optware, and access]]
Line 42: Line 51:
 
* [[Setup_SFTP|Setup SFTP]]
 
* [[Setup_SFTP|Setup SFTP]]
 
* [[Tutorials_Linux_DDNS_for_EVDO|DDNS for EVDO]]
 
* [[Tutorials_Linux_DDNS_for_EVDO|DDNS for EVDO]]
 
|column2=
 
== Advanced Topics ==
 
 
* [[Change_From_Loopback|Change from loopback]]
 
* [[Adding Disks to the Emulator]]
 
  
 
}}
 
}}

Revision as of 12:57, 22 July 2009

Accessing Linux on the Pre or the Pre Emulator

The Palm Pre is a Linux based device. Palm provides a simple method to access Linux running on the Pre or the Pre Emulator.

Once you have access to Linux, everything else is a process of installing a community standard library of Linux programs so that users have the same tools and options available to them. Once this is process is completed, pretty much anything you can do on a Linux box you can also do on the Pre or the Pre Emulator.

The following procedures will walk you through the process of obtaining access to Linux on the Pre or the Pre Emulator, and installing the community standard software packages.

Before you start

Please make a note of this page: How To Recover

If you are unfamiliar with basic Linux command usage, you should visit this page: Basic Linux Use

You might also want to consider backing up any files you have in the usb drive portion of the Pre.

Procedure:

  1. Download the [Palm SDK].
  2. Install it using the [Palm SDK installation instructions].
  3. You can then run [palm-install] to install a package onto your Pre (or onto the Pre Emulator), or run 'novaterm' instead of 'palm-install' to directly access the Linux command line.
  4. Follow desired steps from the 'Next steps' below.

There are three other old deprecated, unsupported, and much more difficult versions of the secure root access procedure:

Advanced Topics

Obsolete Pages

Next Steps