mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Check that strings exists, suggest installing binutils
This commit is contained in:
committed by
Phil Elwell
parent
745eabf90e
commit
ef0cfffced
@@ -450,6 +450,10 @@ checkDependencies() {
|
|||||||
die "lspci not found. Try installing the pciutils package."
|
die "lspci not found. Try installing the pciutils package."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! command -v strings > /dev/null; then
|
||||||
|
die "strings not found. Try installing the binutils package."
|
||||||
|
fi
|
||||||
|
|
||||||
# vcgencmd bootloader_version is deprecated. Use device-tree if available to
|
# vcgencmd bootloader_version is deprecated. Use device-tree if available to
|
||||||
# reduce the number of dependencies on VCHI.
|
# reduce the number of dependencies on VCHI.
|
||||||
if ! [ -f "${DT_BOOTLOADER_TS}" ]; then
|
if ! [ -f "${DT_BOOTLOADER_TS}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user