You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might have to do something like arm-???-objcopy /path/to/redshirt-standalone-kernel -O binary kernel.bin in order to remove all the ELF headers, in which case it is probably also necessary to remove the interrupt table at 0x0 in the linker script.
The text was updated successfully, but these errors were encountered:
Some reference: https://projects.raspberrypi.org/en/projects/raspberry-pi-setting-up/3
Then we can copy the operating system on it.
I'm unsure how the kernel should be named and where it should be located 🤷♂️
We might have to do something like
arm-???-objcopy /path/to/redshirt-standalone-kernel -O binary kernel.bin
in order to remove all the ELF headers, in which case it is probably also necessary to remove the interrupt table at 0x0 in the linker script.The text was updated successfully, but these errors were encountered: