• 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 »