From: <bob...@us...> - 2007-07-13 13:37:53
|
Revision: 1141 http://svn.sourceforge.net/hackndev/?rev=1141&view=rev Author: bobofdoom Date: 2007-07-13 06:37:50 -0700 (Fri, 13 Jul 2007) Log Message: ----------- Cocoboot: Version 0.3 Modified Paths: -------------- cocoboot/trunk/Changelog cocoboot/trunk/README cocoboot/trunk/include/cocoboot.rcp Modified: cocoboot/trunk/Changelog =================================================================== --- cocoboot/trunk/Changelog 2007-07-13 13:29:16 UTC (rev 1140) +++ cocoboot/trunk/Changelog 2007-07-13 13:37:50 UTC (rev 1141) @@ -1,3 +1,4 @@ +version 0.3: - Added overflow-buffer as last resort to allocation problem (slapin's idea) - Cleaned up treo code (removed all #ifdefs) - Removed kernel relocation for speed and reliability (suggested by phire) Modified: cocoboot/trunk/README =================================================================== --- cocoboot/trunk/README 2007-07-13 13:29:16 UTC (rev 1140) +++ cocoboot/trunk/README 2007-07-13 13:37:50 UTC (rev 1141) @@ -19,7 +19,19 @@ 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 Modified: cocoboot/trunk/include/cocoboot.rcp =================================================================== --- cocoboot/trunk/include/cocoboot.rcp 2007-07-13 13:29:16 UTC (rev 1140) +++ cocoboot/trunk/include/cocoboot.rcp 2007-07-13 13:37:50 UTC (rev 1141) @@ -79,7 +79,7 @@ -STRING GnuGpl "Cocoboot, PalmOS Linux loader.\n"\ +STRING GnuGpl "Cocoboot 0.3, PalmOS Linux loader.\n"\ "Copyright (C) 2006\n"\ "\n"\ "www.hackndev.com\n"\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |