From 59b09e6e1cb3fb868c53a34b330513b8db55278f Mon Sep 17 00:00:00 2001 From: ghollingworth Date: Wed, 20 Aug 2014 10:04:57 +0100 Subject: [PATCH] Stop rpi-update deleting dt-blob.bin dt-blob.bin is used to configure a platform's pin settings and clock settings and must not be changed when we do an rpi-update. This is a function of the platform rather than a function of the operating system and therefore shouldn't be removed --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index 7041621..67f99b3 100755 --- a/rpi-update +++ b/rpi-update @@ -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}/"