remusmp / rpi-rt-kernel

56 stars 34 forks source link

Added ability to choose a raspberry Pi platform as a make rule when compiling #8

Closed Abela-Things closed 1 year ago

Abela-Things commented 1 year ago

Now builds both 32 bit and 64 bits versions of RT linux for any specified Raspberry Pi platform. Successfully tested on Pi 4B, Pi ZeroW, Pi Zero2W. See changes to README for more details.

PS: Thank you, even though we had to make a few changes, it was a great help to us.

remusmp commented 1 year ago

Hello,

Thanks for the PR! I merged your proposals plus a few additional changes: single Dockerfile and single build.sh file. I hope I haven't broken the builds for the other platforms but seems to build fine.

Thanks again!

Abela-Things commented 1 year ago

You're welcome, your solution is much cleaner, I'll test it again next week on Pi 0 and Pi 02W and report it back to you. Have a nice day!