From dae5ac4f77d6b74917ee2045c8c74531f4dd2d50 Mon Sep 17 00:00:00 2001 From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:39:10 -0600 Subject: [PATCH] fix doc issues --- tools/whnvmtool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/whnvmtool/README.md b/tools/whnvmtool/README.md index 1553669..a131e81 100644 --- a/tools/whnvmtool/README.md +++ b/tools/whnvmtool/README.md @@ -96,7 +96,7 @@ objcopy -I binary -O ihex --change-address where: -- `` 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 parameter should correspond to the base address of the NVM partition used by wolfHSM in the device's address space. +- `` 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 `` parameter should correspond to the base address of the NVM partition used by wolfHSM in the device's address space. - `` is the NVM image file generated by `whnvmtool` - `` is the name of the output hex file