Fix flashing procedure, small modifications to README #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upon receiving my new NIS, I needed to update the Klipper firmware as the pre-installed version was not compatible with the Klipper version on my host.
I followed the original instructions provided; however, they failed to include the specification of the configuration file "KCONFIG_CONFIG=config.nis" in the flashing command.
As a result, the make flash command defaulted to using the standard configuration file instead of "config.nis", leading to a failed upload due to a mismatch in the firmware configuration settings.
I have corrected the relevant sections in the README and added a line to explain the configuration for the new optional feature "Support for the ldc1612 eddy current sensor".
I would appreciate if this pull request could be merged to assist others in getting their NIS up and running.
Alternatively, you are free to copy/paste my changes if you prefer to limit PRs to FYSETC employees.