Add --verify-loaded option. - #69
Conversation
Prints out CRC from configuration file and the CRC from configuration loaded in NVRAM. Will return exit code of 0 if they match or an exit code of 1 if they do not.
|
There are 3 warnings to resolve on compile and 1 change made before code can be merged. 1 warning causes a segmentation fault. Please also update to latest code in master branch before doing new pull request. Following changes are needed: Warning #1: Add: Warning #2: Add: Correct: Initialize the nvcrc under main in mxt-app.c file Change to: |
|
Ignore this one. Fixed in latest branch to be merged. |
Prints out CRC from configuration file and the CRC from loaded configuration
in NVRAM. Will return exit code of 0 if they match or an exit
code of 1 if they do not.