mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
rpi-eeprom-update: Mention rpiboot in the CM4 not supported error message
This commit is contained in:
@@ -339,7 +339,10 @@ checkDependencies() {
|
|||||||
|
|
||||||
if [ ${BOARD_TYPE} -eq 20 ] && [ "${CM4_ENABLE_RPI_EEPROM_UPDATE}" != '1' ]; then
|
if [ ${BOARD_TYPE} -eq 20 ] && [ "${CM4_ENABLE_RPI_EEPROM_UPDATE}" != '1' ]; then
|
||||||
# For CM4, USB device boot is the recommended method for EEPROM updates.
|
# For CM4, USB device boot is the recommended method for EEPROM updates.
|
||||||
echo "rpi-eeprom-update is not enabled by default on CM4. Run with -h for more information."
|
echo "rpi-eeprom-update is not enabled by default on CM4."
|
||||||
|
echo "The recommended method for flashing the EEPROM is rpiboot."
|
||||||
|
echo "See: https://github.com/raspberrypi/usbboot/blob/master/Readme.md"
|
||||||
|
echo "Run with -h for more information."
|
||||||
exit ${EXIT_SUCCESS}
|
exit ${EXIT_SUCCESS}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user