Merge pull request #147 from ghollingworth/patch-1

Stop rpi-update deleting dt-blob.bin
This commit is contained in:
popcornmix
2014-08-20 12:40:02 +01:00

View File

@@ -101,7 +101,7 @@ function update_sdk {
function update_firmware {
echo " *** Updating firmware"
rm -rf "${FW_PATH}/"*.elf
rm -rf "${FW_PATH}/"*.bin
rm -rf "${FW_PATH}/"bootcode.bin
cp "${FW_REPOLOCAL}/"*.elf "${FW_PATH}/"
cp "${FW_REPOLOCAL}/"*.bin "${FW_PATH}/"
cp "${FW_REPOLOCAL}/"*.dat "${FW_PATH}/"