Linux on Palm Tungsten T3 How-To
Home | Status | Hardware | Downloads | How-To | Bootloader
Tools needed
-
palmos-sdk - PalmOS header files
-
prc-tools - cross-compiler for m68k and ARM platforms
-
pilot-link - application to upload files to PDA from Linux
-
buildroot - for building custom initrd
Building the kernel
To BE UPDATED
Building initrd
TO BE UPDATED
Building GPE
TO BE UPDATED
Building Garux
You need the initrd.gz and zImage files. You can take pre-made ones from Downloads.Copy initrd.gz and zImage files into the directory where Garux is placed, then type commands:
-
make clean
make palmtt3
File garux.prc will appear in directory. If it doesn't, check the error message(s).
Uploading to PDA
-
via USB: PILOTPORT=/dev/ttyUSB0 pilot-xfer -i garux.prc
-
via serial port: PILOTPORT=/dev/ttyS0 pilot-xfer -i garux.prc
Running Linux
To start Linux just run Garux as any other application on your PDA. WARNING !!! Please backup before starting.
Return to PalmOS
Hard-reset your PDA (with stylus) and PalmOS will appear.