-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathhelp.txt
58 lines (55 loc) · 3.04 KB
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
usage: foenixmgr.zip [-h] [--port PORT] [--list-ports]
[--label-file LABEL_FILE] [--count COUNT]
[--dump ADDRESS] [--deref LABEL] [--lookup LABEL]
[--revision] [--flash BINARY FILE]
[--flash-sector NUMBER] [--flash-bulk CSV FILE] [--erase]
[--binary BINARY FILE] [--copy COPY FILE]
[--address ADDRESS] [--upload HEX FILE]
[--upload-wdc BINARY FILE] [--run-pgz PGZ FILE]
[--run-pgx PGX FILE] [--upload-srec SREC FILE]
[--boot STRING] [--target STRING]
[--tcp-bridge HOST:PORT] [--stop] [--start] [--quiet]
Manage the C256 Foenix through its debug port.
optional arguments:
-h, --help show this help message and exit
--port PORT Specify the serial port to use to access the C256
debug port.
--list-ports List available serial ports.
--label-file LABEL_FILE
Specify the label file to use for dereference and
lookup
--count COUNT the number of bytes to read
--dump ADDRESS Read memory from the C256's memory and display it.
--deref LABEL Lookup the address stored at LABEL and display the
memory there.
--lookup LABEL Display the memory starting at the address indicated
by the label.
--revision Display the revision code of the debug interface.
--flash BINARY FILE Attempt to reprogram the flash using the binary file
provided.
--flash-sector NUMBER
Sector number of the 8KB sector of flash to program.
--flash-bulk CSV FILE
Program multiple flash sectors based on a CSV file
--erase Erase all of flash memory. Can be used by itself or
with flash-bulk
--binary BINARY FILE Upload a binary file to the C256's RAM.
--copy COPY FILE Copy a file to F256jr SDCARD.
--address ADDRESS Provide the starting address of the memory block to
use in flashing memory.
--upload HEX FILE Upload an Intel HEX file.
--upload-wdc BINARY FILE
Upload a WDCTools binary hex file. (WDCLN.EXE -HZ)
--run-pgz PGZ FILE Upload and run a PGZ binary file.
--run-pgx PGX FILE Upload and run a PGX binary file.
--upload-srec SREC FILE
Upload a Motorola SREC hex file.
--boot STRING For F256k: set boot source: RAM or FLASH
--target STRING Set the target machine
--tcp-bridge HOST:PORT
Setup a TCP-serial bridge, listening on HOST:PORT and
relaying messages to the Foenix via the configured
serial port
--stop Stop the CPU from processing instructions (F256 only).
--start Restart the CPU after a STOP (F256 only).
--quiet Suppress some printed messages.