Skip to content

Releases: fwup-home/fwup

v0.5.2

02 Feb 22:12
Compare
Choose a tag to compare
  • Bug fixes
    • Clean up progress printout that came before SDCard confirmation
    • Improve error message when the read-only tab of an SDCard is on

v0.5.1

02 Feb 14:13
Compare
Choose a tag to compare
  • New features
    • sudo is no longer needed on OSX to write to SDCards
    • --unmount and --no-unmount commandline options to unmount (or not) all partitions on a device first
    • --eject and --no-eject commandline options to eject devices when complete (OSX)
    • --detect commandline option to list detected SDCards and removable media
  • Bug fixes
    • Various installation fixes and clarifications in the README.md
    • Fix rpath issue with libsodium not being in a system library directory
    • If unmounting is needed and fails, fwup fails. This is different from before. Use --no-unmount to skip this step.

v0.5.0

12 Jan 20:20
Compare
Choose a tag to compare
  • New features
    • Add --version commandline option
    • Document and add more long options
    • Update fatfs library to R0.11a
  • Bug fixes
    • Improve disk full error message (thanks Tony Arkles)

v0.4.2

24 Nov 20:08
Compare
Choose a tag to compare
  • New features
    • Write caching for FAT and large binaries (helps on OSX)

v0.4.1

24 Nov 20:08
Compare
Choose a tag to compare
  • Bug fixes
    • Fix streaming upgrades

v0.4.0

29 Oct 01:19
Compare
Choose a tag to compare
  • New features
    • Builds and programs SDCards on OSX

v0.3.1

24 Nov 20:01
Compare
Choose a tag to compare
  • Fixes
    • Fix segfault on some unknown arguments

v0.3.0

24 Nov 20:01
Compare
Choose a tag to compare

This release uses libsodium for cryptographic routines. This makes it backwards
incompatible with v0.2.0 and earlier.

  • New features
    • Firmware signing using Ed25519
    • Switch hash from SHA to BLAKE2b-256
    • Add support for OSIP headers (required for Intel Edison boards)

v0.2.0

24 Nov 20:01
Compare
Choose a tag to compare
  • New features
    • fat_mkdir and fat_setlabel support