FreeCalypso > hg > fc-magnetite
diff doc/Compiling @ 540:f551ffdfe938
doc/Compiling: update for c155 target support and fc-host-tools-r9
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 06 Nov 2018 05:03:55 +0000 |
parents | 6917ea63bffa |
children | e0bc32828f88 |
line wrap: on
line diff
--- a/doc/Compiling Tue Nov 06 04:31:52 2018 +0000 +++ b/doc/Compiling Tue Nov 06 05:03:55 2018 +0000 @@ -80,6 +80,7 @@ c11x Motorola C11x/12x c139 Motorola C139/140 +c155 Motorola C155/156 dsample TI's D-Sample C05 board (no working radio currently) fcdev3b FreeCalypso FCDEV3B gtamodem The Calypso GSM/GPRS modem in Openmoko GTA01/02 smartphones @@ -114,12 +115,10 @@ source file. When the build is done, the flashable firmware image will be in fwimage.bin. -This image is to be flashed with fc-loadtool at address 0x10000 on Mot C11x and -C139 targets, and at address 0 on the more sensible targets that have the -Calypso boot ROM enabled. The build system also produces a short text file -named flash-script which is a flashing command script for fc-loadtool that -erases the correct range of flash sectors and then programs fwimage.bin at the -right address. +This image is to be flashed with fc-loadtool at a target-dependent base address. +The build system also produces a short text file named flash-script which is a +flashing command script for fc-loadtool that erases the correct range of flash +sectors and then programs fwimage.bin at the right address. When building firmware for the FCDEV3B or for the Pirelli, one can build either a flashable image or a RAM-loadable one - or both. Because this part of the @@ -137,6 +136,6 @@ (flash or run in RAM as appropriate), you will need to use FreeCalypso host tools. As of this writing, the latest packaged release is this one: -ftp://ftp.freecalypso.org/pub/GSM/FreeCalypso/fc-host-tools-r8.tar.bz2 +ftp://ftp.freecalypso.org/pub/GSM/FreeCalypso/fc-host-tools-r9.tar.bz2 Please see target-specific notes for more details.