From 062fbdfcc21ba62652abba5765330c964765b1c7 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Mon, 22 Oct 2012 20:08:28 +0100 Subject: [PATCH] Copy start.elf when installing an older firmware --- rpi-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpi-update b/rpi-update index bb56219..c087c72 100755 --- a/rpi-update +++ b/rpi-update @@ -90,6 +90,9 @@ function update_firmware { } function finalise { + if [[ -f "${FW_PATH}/arm192_start.elf" ]]; then + cp "${FW_PATH}/arm192_start.elf" "${FW_PATH}/start.elf" + fi ldconfig -r "${ROOT_PATH}" eval ${GITCMD} rev-parse master > "${FW_PATH}/.firmware_revision" sync