• The '-v' option is useful for debugging problems because it caues
    the file and transfer sizes to be emitted. However, on Windows
    libusb generates too much log spam hiding the useful information.
    
    Change USB log params so WARNINGS only appear with -vv.
    
    Windows / Cygwin uses the old API version so just implement the
    minimal change for now.
    Tim Gover authored
     
    Browse Code »





  • Move the port and path filter match logic up to prevent rpiboot from
    loading any files if the device does not meet the given criteria.
    For devices that should be ignored, the current implementation generates
    numerous messages such as "Loading embedded: bootcode.bin."
    Because the check occurs AFTER the filters have been evaluated, file
    handling takes place even for ignored devices.
    
    Signed-off-by: Nicolai Buchwitz <n.buchwitz@kunbus.com>
    Nicolai Buchwitz authored
     
    Browse Code »






  • Reduce the size of the windows installer by removing the
    optional components. It will now just contain the MSD
    firmware drive, the new mass-storage gadget (for writing
    NVMe) and the recovery.
    
    The optional components including secure-boot-example and
    the Raspberry Pi Image can be downloaded from Github
    without rebuilding this installer.
    
    Add a helper batch file and shortcut for launching
    the mass-storage-gadget.
    Tim Gover authored
     
    Browse Code »