Releases: raspberrypi/cmprovision
Releases · raspberrypi/cmprovision
v1.6.3
v1.6.2
- REMOVES OUI (MAC ADDRESS) FILTER. Will now provision any device
with CM4/PI4 GUID in the provisioning network. Prevents the need for
configuration changes every time a new MAC range is introduced. - Improve error reporting when users try to provision Pi4/CM4 Lite
modules but forget to insert SD card. Or if the image is bigger
than cards' capacity. - Update dependencies (fixes various potential issues reported by dependabot)
v1.6.1
- Register current EEPROM bootloader firmware version correctly in database.
- if writing new EEPROM firmware, the file name that is written
is registered in the database. - if CM4 was USB booted obtain current EEPROM firmware image
with flashrom and analyze that. - otherwise run "vcgencmd bootloader_version"
(we cannot use vcgencmd when USB booted, because it then uses
bootloader provided by rpiboot during boot, and it will show
version of that instead of bootloader version in EEPROM).
- if writing new EEPROM firmware, the file name that is written
v1.6
- Upon selecting a different EEPROM firmware file in the project
settings read actual EEPROM settings from that firmware file
instead of showing some hard-coded default settings.
If user configured custom EEPROM settings those will not be overwritten
by default, but do offer a button to "reset" those to the default settings of the newly selected firmware file. - Verification: ensure reads are done from storage and not from memory by dropping Linux page cache.
- Verification: mention verification took place in log.