[Asterisk-Dev] any PA168v IAX developers here slightly OT?
TC
trclark at shaw.ca
Thu Jun 30 14:30:55 MST 2005
Heya
I just got one of the IAX2 PA168V chip based ata's
and have been playing with the partly open source firmware
I have few questions about using this dev enviroment
and was wondering if any one here has been a bit further down
this path & would mind swapping some insights about these devices
-----------------------------------------------------------------------
If any one is interested these are some quick crib notes to get the
firmware installled
Download these files
Min requiremnts compiler, cvs srcs , & Remote Debugger , the rest is
fluff:)
Compiler
http://aussievoip.com.au/pa1688/keil7.rar
Remote Debugger
http://aredfox.com/download/tools/PalmTool.zip
CVS srcs
:pserver:anoncvs at masters.virttel.com:2401/home/anoncvs
pwd: anoncvs, Module: palmH323
Docs
Remote Debugger Docs
http://aredfox.com/download/English/documents/tech/PalmtoolguideEng.pdf
Dev Guide
http://aredfox.com/download/English/documents/tech/PA1688DevGuideEng.pdf
Main Support Group
Key contact
email: woody at aredfox.com, yahooID: woody_palm
forum: http://groups.yahoo.com/group/pa1688/
Alternate atcom they have h/w based on pa168
Web: www.atcom.com.cn
Forum: http://bbs.pa1688.com/
Compiler install is based on http://www.keil.com/
1) Grab compiler from here
http://aussievoip.com.au/pa1688/keil7.rar
explode in temp InstallDir
see [installdir]\keil7\addon\Serial Number.TXT
run [installdir]\keil7\setup\setup
select full install & enter that serial#
****************************************
PA168 is based on http://aredfox.com/eindex.htm
DownLoads are here http://aredfox.com/edownloadstech.htm
2) PA168 firmware srcs are in cvs
Server
:pserver:anoncvs at masters.virttel.com:2401/home/anoncvs
Passwd
anoncvs
Module
palmH323
3) Set up dev enviroment
edit palmh323\setenv.bat
change these 2 env vars for your keil install & palmh323 srcs
SET PATH_KEILC51=C:\KEIL\C51
SET PATH_PALMAPI=e:\projects\palmh323
4) Test compile
>From dos prompt in the palmh323 dir
run these 2 batch files
setenv.bat
mk pa168v iax2 us
if no error notepad display p_check.txt like this
***********************
Check result:
E:\projects\PA168\palmh323\main>BL51 @linkfile.txt
Program Size: data=111.6 xdata=2233 code=71537
E:\projects\PA168\palmh323\page7>BL51 @linkfile.txt
Program Size: data=18.0 xdata=0 code=8494
E:\projects\PA168\palmh323\USERRING>BL51 @linkfile.txt
Program Size: data=22.0 xdata=0 code=16095
E:\projects\PA168\palmh323\settings>BL51 @linkfile.txt
Program Size: data=43.6 xdata=732 code=49336
E:\projects\PA168\palmh323\PAGE14>BL51 @linkfile.txt
Program Size: data=9.0 xdata=0 code=51
E:\projects\PA168\palmh323\AUTOTEST>BL51 @linkfile.txt
Program Size: data=77.2 xdata=1665 code=35002
E:\projects\PA168\palmh323\AUTOPROV>BL51 @linkfile.txt
Program Size: data=17.0 xdata=0 code=407
E:\projects\PA168\palmh323\g723>BL51 @linkfile.txt
Program Size: data=104.1 xdata=3072 code=65267
E:\projects\PA168\palmh323\g729>BL51 @linkfile.txt
Program Size: data=104.1 xdata=3072 code=58676
E:\projects\PA168\palmh323\ILBC>BL51 @linkfile.txt
Program Size: data=104.1 xdata=3072 code=52651
E:\projects\PA168\palmh323\LOADDATA>BL51 @linkfile.txt
Program Size: data=20.5 xdata=839 code=45310
E:\projects\PA168\palmh323\page0>BL51 @linkfile.txt
Program Size: data=91.5 xdata=2289 code=56199
Check end
More information about the asterisk-dev
mailing list