Unified RPi3 and RPi4 Display Format

pull/182/head
jameszow 9 months ago
parent ebb4a7ed56
commit 0933dfdf4c

@ -87,7 +87,7 @@ following.**
arm_64bit=1 arm_64bit=1
init_uart_clock=48000000 init_uart_clock=48000000
``` ```
### Pi 3 ### RPi 3
3. Copy the following files from the [Raspberry Pi firmware repo](https://github.com/raspberrypi/firmware/tree/master/boot) onto the SD card: 3. Copy the following files from the [Raspberry Pi firmware repo](https://github.com/raspberrypi/firmware/tree/master/boot) onto the SD card:
- [bootcode.bin](https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin) - [bootcode.bin](https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin)
@ -95,7 +95,7 @@ init_uart_clock=48000000
- [start.elf](https://github.com/raspberrypi/firmware/raw/master/boot/start.elf) - [start.elf](https://github.com/raspberrypi/firmware/raw/master/boot/start.elf)
4. Run `make`. 4. Run `make`.
### Pi 4 ### RPi 4
3. Copy the following files from the [Raspberry Pi firmware repo](https://github.com/raspberrypi/firmware/tree/master/boot) onto the SD card: 3. Copy the following files from the [Raspberry Pi firmware repo](https://github.com/raspberrypi/firmware/tree/master/boot) onto the SD card:
- [fixup4.dat](https://github.com/raspberrypi/firmware/raw/master/boot/fixup4.dat) - [fixup4.dat](https://github.com/raspberrypi/firmware/raw/master/boot/fixup4.dat)

Loading…
Cancel
Save