Skip to content
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

Closed
g-vidal opened this issue Dec 13, 2019 · 4 comments
Closed

Comments

@g-vidal
Copy link
Contributor

g-vidal commented Dec 13, 2019

No description provided.

@g-vidal
Copy link
Contributor Author

g-vidal commented Dec 13, 2019

Hi
I have compiled successfully the 32 & 64 version of the Pi4 but the new image does not boot.

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....
maybe it is more complicated but it is a starting point see #202

@g-vidal g-vidal changed the title Pi4 images compiles (32 & 64) but does not boot Pi4 images compiles (32 & 64) but does not boot (almost solved found workaround need help) Dec 31, 2019
@g-vidal
Copy link
Contributor Author

g-vidal commented Dec 31, 2019

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/

E24B-E7DD being the name of my raspi4 booting partition.

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

@g-vidal
Copy link
Contributor Author

g-vidal commented Jan 6, 2020

OK found an acceptable solution I think... I prepare a pull request!
Pull request has been made ! check and enjoy

@g-vidal g-vidal changed the title Pi4 images compiles (32 & 64) but does not boot (almost solved found workaround need help) Pi4 images compiles (32 & 64) but does not boot (see pull request #212) solved ? Jan 8, 2020
@g-vidal g-vidal changed the title Pi4 images compiles (32 & 64) but does not boot (see pull request #212) solved ? Pi4 images compiles (32 & 64) and boot (see pull request #212) solved ? Feb 4, 2020
@g-vidal g-vidal changed the title Pi4 images compiles (32 & 64) and boot (see pull request #212) solved ? Pi4 images compiles (32 & 64) and boot (after Pr #212 #213) solved ! (edited) Feb 4, 2020
@g-vidal
Copy link
Contributor Author

g-vidal commented Feb 4, 2020

I problem solves as far as I can understand it. re-open it if needed.

@g-vidal g-vidal closed this as completed Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant