chore(core/prodtest): improve nrf-update and bootloader-update description in readme
What changed, and why it matters
This commit only updates a README documentation file for an internal production-testing tool. It adds a sentence telling users which helper scripts to run when updating bootloader and nRF firmware binaries. No code, build scripts, firmware logic, or security behavior was changed.
No security action needed; this is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies two lines in core/embed/projects/prodtest/README.md. It adds a pointer to core/tools/bld_update.py for bootloader-update and changes the nrf-update description to reference core/tools/bin_update.py. There are no executable, configuration, or cryptographic changes.
Changed components
core/embed/projects/prodtest/README.mdInspect captured patch +2 / −1
diff --git a/core/embed/projects/prodtest/README.md b/core/embed/projects/prodtest/README.md
index 6b70f6dd..26253eef 100644
--- a/core/embed/projects/prodtest/README.md
+++ b/core/embed/projects/prodtest/README.md
@@ -149,6 +149,7 @@ OK 2.1.7
### bootloader-update
Updates the bootloader to the supplied binary file.
+Use `core/tools/bld_update.py` script to update the bootloader binary.
### ble-adv-start
@@ -332,7 +333,7 @@ OK 0.1.2.3
```
### nrf-update
-Updates the nRF firmware.
+Updates the nRF firmware. Use `core/tools/bin_update.py` script to update the nRF application binary.
### nrf-pair
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.