view README.hosttools @ 884:353daaa6014d

gsm-fw/gpf/conf/gsmcomp.c: increased max partition in the voice-only config The code we got from TCS211 had the maximum prim pool partition size set to 900 bytes in the voice-only config (no FAX_AND_DATA, no GPRS) and to 1600 bytes in every other config. As it turns out, this "minimized" config breaks when the AT command interface is used with %CPI enabled, as the responsible code in ATI does an ACI_MALLOC of 1012 bytes. TI may have considered this case to be unsupported usage (perhaps they didn't care about the combination of a voice-only PS with AT command control), but we do want this use case to work without crashing. Solution: I made the largest prim pool the same as it is with FAX_AND_DATA: 3 partitions of 1600 bytes.
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 27 Jun 2015 07:31:30 +0000
parents c6e1c813e7f0
children 63ebab69680a
line wrap: on
line source

You are looking at the top level of the FreeCalypso host tools package.  All
tools in this package have been written to run on a Unix-based or Unix-like
host system, such as a GNU/Linux PC or laptop, with the expectation that the
user will compile them from the source using her regular system C compiler.

Most of these tools interface to and operate on Calypso-based GSM devices,
while a few perform some ancillary functions.  The tools collected in the
present package are as follows:

ffstools	Here you will find tools for "in vitro" examination of FFS
		(flash file system) images read out of TI-based GSM devices.
		See doc/TIFFS-Overview for more information.

loadtools	These tools allow you to load your own code into Calypso GSM
		devices.  Using these tools, you can load code into target
		device IRAM or XRAM and run it there, as well as dump and load
		flash.  The operation of these tools is based on gaining
		control of the target device either through the Calypso on-chip
		boot ROM (on freedom-enabled devices), or through the
		flash-resident boot code on the crippled Compal phones.

miscutil	Two miscellaneous utilities are currently built here:
		fc-serterm, which is a simple binary-safe serial terminal for
		talking to debug serial ports that mix ASCII with binary, and
		imei-luhn, whose function should be self-explanatory.

rvinterf	In common with TI's original fw, FreeCalypso GSM fw implements
		the so-called RiViera serial MUX, which is a binary packet
		protocol for multiplexing many kinds of debug and development
		traffic over just one available physical serial port.  This
		rvinterf directory contains our suite of tools for connecting
		to this RV serial interface, supporting both our own gsm-fw as
		well as some existing proprietary firmwares to the extent to
		which they are compatible.

		The tfc139 utility, which logically belongs with loadtools, is
		built in the rvinterf subtree because it is based on the
		rvinterf framework.