forked from hackndev/cocoboot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
47 lines (34 loc) · 1.79 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---------------
Cocoboot Loader
---------------
Cocoboot allows you to load and run a Linux kernel on a PalmOS 5 based
handheld. It is conceptially based on the Garux loader but attempts to
autodetect all the information that is required so that one binary can
be used for all handhelds, without any need for modification.
Cocoboot is currently developed and maintained by members of the Hack&Dev
project, see AUTHORS for details.
http://www.hackndev.com/
Compiling:
You will need prc-tools, pilrc and the Palm OS SDK installed. Then simply
use "make" to build. You might need to adjust the paths in the Makefile
if your SDK is in a non-standard place.
USB Console:
Cocoboot includes a primitive USB console which you can use for dumping
memory and other debugging pruposes. Enable it from Cocoboot's Tools menu.
Plug your PDA's USB into your PC, make sure you have the visor.ko kernel
module loaded and you should see two serial ports appear as /dev/ttyUSB0
and /dev/ttyUSB1. Connect to /dev/ttyUSB0 using minicom with a baud rate
of 115200 to access the console.
Note: You may need to use ttyUSB1 on some devices such as the LD.
License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA