Modify RPi3 and RPi4 unified formats

pull/187/head
James Zow 9 months ago committed by GitHub
parent 90cc89f3d3
commit e33d7eff97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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