Skip to content

Releases: raspberrypi/cmprovision

v1.6.3

28 Mar 21:16
Compare
Choose a tag to compare
  • Workaround for newer EEPROM firmware sending GUID magic in big-endian instead of little-endian.
  • Image list in web interface: word-wrap image file name on any character.

v1.6.2

21 Mar 16:20
Compare
Choose a tag to compare
  • 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

10 Nov 22:19
Compare
Choose a tag to compare
  • 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).

v1.6

05 Jul 14:25
Compare
Choose a tag to compare
  • 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.

v1.5

30 Jun 00:38
Compare
Choose a tag to compare
  • Add a project option to support verifying that the image has been written successfully to storage.

v1.4

01 May 00:26
Compare
Choose a tag to compare
  • Add support for provisioning CM3(+) modules

v1.3

30 Mar 16:43
Compare
Choose a tag to compare
  • Bundled scriptexecute files: bump firmware and kernel version

v1.2

17 Nov 19:15
Compare
Choose a tag to compare
  • Fix a "502 Bad gateway" error on large/slow uploads. (raises PHP's max_input_time).

v1.1

15 Oct 20:48
Compare
Choose a tag to compare
  • warn user of 32-bit OS of 2 GB upload file size limit
  • image list: add file upload date
  • add simple API support for uploading new images
  • nginx: turn off request buffering

v1.0

07 May 11:58
Compare
Choose a tag to compare
  • Initial release