Closed johan718 closed 1 month ago
Thank you, @johan718. Another reader recently reported this same issue. I think the Raspberry Pi firmware repo may have been converted from Subversion to Git. See current https://github.com/raspberrypi/firmware. I would try cloning that repo and copying the boot
directory one level above the Linux kernel source tree (e.g. ..
from linux-rpi
).
@johan718 here is what I advise readers to do now.
$ cd ~
$ git clone --depth=1 -b 1.20240529 https://github.com/raspberrypi/firmware.git firmware-rpi
$ mv firmware-rpi/boot .
$ rm -rf firmware-rpi
$ rm boot/kernel*
$ rm boot/*.dtb
$ rm boot/overlays/*.dtbo
I confirmed that the 1.20240529
tag of the firmware works with the current 6.6 LTS version of the kernel from https://github.com/raspberrypi/linux. That same tag may not be compatible with the 4.19 LTS version of the kernel used in the book.
Closing issue due to lack of response from opener.
While reading chapter 4 and attempting to export the boot folder with svn:
svn export https://github.com/raspberrypi/firmware/trunk/boot
The command failed and I received the following error messages:
Has a workaround been found for this by any chance?