comparison loadtools/loadtool.help @ 410:e3d976e1f814

loadtools/loadtool.help: update for FC devices having flash2 like the Pirelli DP-L10
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 25 Oct 2018 18:19:02 +0000
parents ccf5edab9d5f
children 372757bb62e4
comparison
equal deleted inserted replaced
409:e62e1203863f 410:e3d976e1f814
28 dump2bin Dump a target memory region to a file in binary format 28 dump2bin Dump a target memory region to a file in binary format
29 dump2srec Dump a target memory region to a file in S-record format 29 dump2srec Dump a target memory region to a file in S-record format
30 exec Execute a command script 30 exec Execute a command script
31 exit Exit from loadtool and clean up the target device state 31 exit Exit from loadtool and clean up the target device state
32 flash Flash operations 32 flash Flash operations
33 flash2 Operations on the 2nd flash bank (Pirelli phone only) 33 flash2 Operations on the 2nd flash bank (FC and Pirelli devices only)
34 quit Alias for exit 34 quit Alias for exit
35 r8 Read an 8-bit register or memory location 35 r8 Read an 8-bit register or memory location
36 r16 Read a 16-bit register or memory location 36 r16 Read a 16-bit register or memory location
37 r32 Read a 32-bit register or memory location 37 r32 Read a 32-bit register or memory location
38 w8 Write an 8-bit register or memory location 38 w8 Write an 8-bit register or memory location
142 === flash 142 === flash
143 === flash2 143 === flash2
144 The primary end use of fc-loadtool is for reading and writing the NOR flash 144 The primary end use of fc-loadtool is for reading and writing the NOR flash
145 memories of the supported GSM devices. Compal phones and the GTA0x GSM modem 145 memories of the supported GSM devices. Compal phones and the GTA0x GSM modem
146 have only one flash bank (as in chip select), and are manipulated with the 146 have only one flash bank (as in chip select), and are manipulated with the
147 flash command. The Pirelli phone has two flash banks (as in chip selects) of 147 flash command. FreeCalypso devices and the Pirelli DP-L10 phone have two flash
148 8 MiB each; they are manipulated with the flash and flash2 commands. 148 banks (as in chip selects) of 8 MiB each; they are manipulated with the flash
149 and flash2 commands.
149 150
150 The following flash operations are available on all target devices: 151 The following flash operations are available on all target devices:
151 152
152 flash blankchk Blank-check a region of flash 153 flash blankchk Blank-check a region of flash
153 flash dump2bin Dump flash content to a file in binary format 154 flash dump2bin Dump flash content to a file in binary format