Skip to content

Commit

Permalink
fix doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett committed Oct 17, 2024
1 parent 2c4e413 commit dae5ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/whnvmtool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ objcopy -I binary -O ihex --change-address <offset> <input-file> <output-file>

where:

- `<offset>` is the offset to the base address that will be applied to the generated hex file. Without this option, the offset is 0x0, so automated programming tools will attempt to load the hex file starting at address 0x0, which is likely not the desired behavior. The <offset> parameter should correspond to the base address of the NVM partition used by wolfHSM in the device's address space.
- `<offset>` is the offset to the base address that will be applied to the generated hex file. Without this option, the offset is 0x0, so automated programming tools will attempt to load the hex file starting at address 0x0, which is likely not the desired behavior. The `<offset>` parameter should correspond to the base address of the NVM partition used by wolfHSM in the device's address space.
- `<input-file>` is the NVM image file generated by `whnvmtool`
- `<output-file>` is the name of the output hex file

Expand Down

0 comments on commit dae5ac4

Please sign in to comment.