SWRU558 June 2020 CC3100 , CC3100MOD , CC3200 , CC3200MOD
This command creates a debug log for the conversion process done by the device itself. It is possible to enable the log during final production image. However, in this case it makes sense that the “delete log when no errors” attribute be true otherwise the log would be kept on the file system as regular file.
If the extraction process fails, there is no file system and in order to read the log the user would have to read the entire content of the SFLASH using external tools and search for the first text line of the log: "Start Log" or 617274204C6F67 in hexadecimal.
Attribute | File System Name |
Description | String indicating the Log file name on the target device |
Options | Text box |
Default | Gang.log |
Dependencies | None |
Attribute | Max File Size |
Description | Number indicating the maximum size for the Log file |
Options | Text box, capacity in bytes |
Default | 3000 |
Dependencies | None |
Attribute | Enable Log |
Description | Enable/Disable the logging mechanism during image extraction |
Options | Checkbox indicating true or false |
Default | Unchecked |
Dependencies | None |
Attribute | Delete Log When No errors |
Description | Boolean attribute indicates whether to delete the file in case of successful extraction |
Options | Checkbox indicating true or false |
Default | Unchecked |
Dependencies | None |