You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance manufacturing database and UI with OS image metadata
- Updated the devices table schema to include new fields for OS image filename and SHA256 hash, ensuring comprehensive tracking of provisioning data.
- Modified the metadata gathering process to capture OS image details, including fallback mechanisms for SHA256 calculation.
- Enhanced the manufacturing view to display OS image filename and SHA256, improving visibility of provisioning information.
- Updated relevant documentation to reflect changes in the manufacturing database structure and data handling.
Copy file name to clipboardExpand all lines: docs/config_vars.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Set to any value to enable EEPROM write protection.
110
110
=== RPI_SB_PROVISIONER_MANUFACTURING_DB
111
111
*Optional*
112
112
113
-
Store manufacturing data in a sqlite3 database. This will include the board serial, board revision, the boot ROM version, the MAC address of the ethernet port, any set hash of the customer signing key, the JTAG lock state, the board attributes and the advanced boot flags.
113
+
Store manufacturing data in a sqlite3 database. This will include the board serial, board revision, the boot ROM version, the MAC address of the ethernet port, any set hash of the customer signing key, the JTAG lock state, the board attributes and the advanced boot flags. It will also include the OS image filename and its SHA256 used during provisioning.
114
114
115
115
You must not specify the path of a database stored on a network drive or similar storage, as this mechanism is only safe to use on a single provisioning system. For merging the output with multiple provisioning systems, consider <<../README.adoc#_processing_the_manufacturing_database,Processing the manufacturing database>> in the main documentation.
0 commit comments