mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 14:53:32 +08:00
Merge pull request #96 from timg236/tim/vl805_dep_check
rpi-eeprom-update: Remove dependency on vl805
This commit is contained in:
@@ -262,10 +262,6 @@ checkDependencies() {
|
|||||||
FIRMWARE_IMAGE_DIR="${FIRMWARE_IMAGE_DIR}-${BOARD_REVISION}"
|
FIRMWARE_IMAGE_DIR="${FIRMWARE_IMAGE_DIR}-${BOARD_REVISION}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v vl805 > /dev/null; then
|
|
||||||
die "vl805 command not found. On Debian, try reinstalling the rpi-eeprom package."
|
|
||||||
fi
|
|
||||||
|
|
||||||
if vcgencmd bootloader_config | grep -qi "Command not registered"; then
|
if vcgencmd bootloader_config | grep -qi "Command not registered"; then
|
||||||
die "vcgencmd: 'bootloader_config' command not supported. Please update VC firmware and reboot."
|
die "vcgencmd: 'bootloader_config' command not supported. Please update VC firmware and reboot."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user