rpi-eeprom-config: Pi 4B -> Pi 4

This commit is contained in:
andrum99
2020-05-12 14:37:52 +01:00
committed by GitHub
parent cbb061e0c3
commit 7e587b8092

View File

@@ -2,7 +2,7 @@
# rpi-eeprom-config # rpi-eeprom-config
# Utility for reading and writing the configuration file in the # Utility for reading and writing the configuration file in the
# Raspberry Pi4 bootloader EEPROM image. # Raspberry Pi 4 bootloader EEPROM image.
import argparse import argparse
import struct import struct
@@ -98,7 +98,7 @@ class BootloaderImage(object):
def main(): def main():
parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, \ parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, \
description='Bootloader EEPROM configuration tool for the Raspberry Pi 4B. \ description='Bootloader EEPROM configuration tool for the Raspberry Pi 4. \
\n\nThere are 3 operating modes: \ \n\nThere are 3 operating modes: \
\n\n1. Output the bootloader configuration stored in an EEPROM image file to \ \n\n1. Output the bootloader configuration stored in an EEPROM image file to \
the screen (STDOUT): specify only the name of an EEPROM image file using the \ the screen (STDOUT): specify only the name of an EEPROM image file using the \