FreeCalypso > hg > fc-magnetite
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 539:9c5944d1bac5 | 540:f551ffdfe938 |
|---|---|
| 78 | 78 |
| 79 As of this writing, the following hardware targets are supported: | 79 As of this writing, the following hardware targets are supported: |
| 80 | 80 |
| 81 c11x Motorola C11x/12x | 81 c11x Motorola C11x/12x |
| 82 c139 Motorola C139/140 | 82 c139 Motorola C139/140 |
| 83 c155 Motorola C155/156 | |
| 83 dsample TI's D-Sample C05 board (no working radio currently) | 84 dsample TI's D-Sample C05 board (no working radio currently) |
| 84 fcdev3b FreeCalypso FCDEV3B | 85 fcdev3b FreeCalypso FCDEV3B |
| 85 gtamodem The Calypso GSM/GPRS modem in Openmoko GTA01/02 smartphones | 86 gtamodem The Calypso GSM/GPRS modem in Openmoko GTA01/02 smartphones |
| 86 pirelli Pirelli DP-L10 | 87 pirelli Pirelli DP-L10 |
| 87 | 88 |
| 112 the wineserver environment will keep Wine from shutting this environment down | 113 the wineserver environment will keep Wine from shutting this environment down |
| 113 and restarting it for every individual cl470 run, i.e., for each individual C | 114 and restarting it for every individual cl470 run, i.e., for each individual C |
| 114 source file. | 115 source file. |
| 115 | 116 |
| 116 When the build is done, the flashable firmware image will be in fwimage.bin. | 117 When the build is done, the flashable firmware image will be in fwimage.bin. |
| 117 This image is to be flashed with fc-loadtool at address 0x10000 on Mot C11x and | 118 This image is to be flashed with fc-loadtool at a target-dependent base address. |
| 118 C139 targets, and at address 0 on the more sensible targets that have the | 119 The build system also produces a short text file named flash-script which is a |
| 119 Calypso boot ROM enabled. The build system also produces a short text file | 120 flashing command script for fc-loadtool that erases the correct range of flash |
| 120 named flash-script which is a flashing command script for fc-loadtool that | 121 sectors and then programs fwimage.bin at the right address. |
| 121 erases the correct range of flash sectors and then programs fwimage.bin at the | |
| 122 right address. | |
| 123 | 122 |
| 124 When building firmware for the FCDEV3B or for the Pirelli, one can build either | 123 When building firmware for the FCDEV3B or for the Pirelli, one can build either |
| 125 a flashable image or a RAM-loadable one - or both. Because this part of the | 124 a flashable image or a RAM-loadable one - or both. Because this part of the |
| 126 build system is common with other targets for which only flash images can be | 125 build system is common with other targets for which only flash images can be |
| 127 produced, the Makefile always builds the flashable image by default - | 126 produced, the Makefile always builds the flashable image by default - |
| 135 | 134 |
| 136 In order to run the firmware you have built on your Calypso phone or modem | 135 In order to run the firmware you have built on your Calypso phone or modem |
| 137 (flash or run in RAM as appropriate), you will need to use FreeCalypso host | 136 (flash or run in RAM as appropriate), you will need to use FreeCalypso host |
| 138 tools. As of this writing, the latest packaged release is this one: | 137 tools. As of this writing, the latest packaged release is this one: |
| 139 | 138 |
| 140 ftp://ftp.freecalypso.org/pub/GSM/FreeCalypso/fc-host-tools-r8.tar.bz2 | 139 ftp://ftp.freecalypso.org/pub/GSM/FreeCalypso/fc-host-tools-r9.tar.bz2 |
| 141 | 140 |
| 142 Please see target-specific notes for more details. | 141 Please see target-specific notes for more details. |
