Palmmicro Name Logo
 
   
PA6488 Developer's Guide - Quick Start
  
Compile
Run pa6488\setenv.bat, use setenvd.bat if compiler installed in D:drive.
Enter pa6488\bin.
Run "mk pa648c" to build PA648C normal upgrade file.
Run "mk pa648c us safemode" to build PA648C safe mode upgrade file.
  
Update Program
In pa6488\bin, use tftp to update compiled binary files.
Run "tftp -i xxx.xxx.xxx.xxx put PA648C_US_001002.bin" to update PA648C normal upgrade file, put.bat also works as "put xxx.xxx.xxx.xxx PA648C_US_001002.bin".
Run "tftp -i xxx.xxx.xxx.xxx put PA648C_US_SAFEMODE_001002.bin" to update PA648C safe mode upgrade file, put.bat also works as "put xxx.xxx.xxx.xxx PA648C_US_SAFEMODE_001002.bin".
Run "tftp -i 192.168.1.200 put PA648C_US_001002.bin" to update PA648C normal upgrade file in safe mode, puts.bat also works as "puts PA648C_US_001002.bin".
  
Update Configuration
In pa6488\bin, use tftp to update configuration.
Run "tftp -i xxx.xxx.xxx.xxx get config.txt" to get configuration in config.txt file.
Run "attrib -r config.txt".
Edit config.txt.
Run "tftp -i xxx.xxx.xxx.xxx put config.txt" to set configuration.
setcfg.bat can do those steps together as "setcfg xxx.xxx.xxx.xxx".
  
Common Problems
Most common problems and solutions.
command line error message "the device is not ready": run setenvd.bat, but compiler installed in C:drive.
Windows Vista user account control prompt "An unidentified program wants access to your computer": run Command Prompt with "Run as administrator" option from right mouse click.