Commit 7ef900578a2c410062cfc93c439157aec0ef9f5c

Authored by Serge Schneider
1 parent c29a36a4

20200217~075142

debian/changelog
  1 +rpiboot (20200217~075142) buster; urgency=medium
  2 +
  3 + [ Phil Elwell ]
  4 + * Smallpacket (#26)
  5 +
  6 + [ Petr Tesarik ]
  7 + * Add support for Pi4 (#42)
  8 +
  9 + [ Tim Gover ]
  10 + * Fix serial check for BCM2711 (#46)
  11 +
  12 + [ maxnet ]
  13 + * Allow members of plugdev group to execute rpiboot without root (#27)
  14 +
  15 + [ Douglas Huff ]
  16 + * Fixup for recent firmware inclusion changes (#34)
  17 +
  18 + [ Phil Elwell ]
  19 + * Fix cross-platform building
  20 +
  21 + [ Chris Burton ]
  22 + * Add missing newline to print. (#48)
  23 + * Change timeout in ep_read to 3 seconds (#50)
  24 +
  25 + -- Serge Schneider <serge@raspberrypi.org> Mon, 02 Mar 2020 12:27:11 +0000
  26 +
1 27 rpiboot (20180627~140218) stretch; urgency=medium
2 28  
3 29 * Switch "r" to "rb" for fmemopen
... ...
debian/rpiboot.install
1 1 rpiboot usr/bin
2   -msd usr/share/rpiboot
  2 +msd/*.elf usr/share/rpiboot/msd/
  3 +msd/*.bin usr/share/rpiboot/msd/
3 4 debian/99-rpiboot.rules /lib/udev/rules.d
... ...