-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi4 images compiles (32 & 64) and boot (after Pr #212 #213) solved ! (edited) #211
Comments
Hi From today they boot and are operational I have compared the files present in the /boot with a standard rspbian and it seems that the process retrieves old files from the raspberry/linux site.... |
I compared raspbian boot partition contents and ours. I found files labelled with "4" inside that do not exist I copied them then the image boots !: cd /boot/
ls
bcm2708-rpi-b.dtb bcm2711-rpi-4-b.dtb fixup.dat **start4cd.elf**
bcm2708-rpi-b-plus.dtb bootcode.bin fixup_db.dat **start4db.elf**
bcm2708-rpi-cm.dtb cmdline.txt fixup_x.dat **start4.elf**
bcm2708-rpi-zero.dtb config.txt issue.txt **start4x.elf**
bcm2708-rpi-zero-w.dtb COPYING.linux kernel7.img start_cd.elf
bcm2709-rpi-2-b.dtb **fixup4cd.dat** kernel7l.img start_db.elf
bcm2710-rpi-2-b.dtb **fixup4.dat** kernel8.img start.elf
bcm2710-rpi-3-b.dtb **fixup4db.dat** kernel.img start_x.elf
bcm2710-rpi-3-b-plus.dtb **fixup4x.dat** LICENCE.broadcom
bcm2710-rpi-cm3.dtb fixup_cd.dat overlays/
sudo cp fixup4* start4* ../E24B-E7DD/
I do not know howto modify the scripts to add these files on the standard process. Found a solution by modifying fine in bootstrap.d |
OK found an acceptable solution I think... I prepare a pull request! |
I problem solves as far as I can understand it. re-open it if needed. |
No description provided.
The text was updated successfully, but these errors were encountered: