• Baremetal for Raspberry Pi
    Hello, Does anybody know if I can use the Keil MDK to write baremetal code for the Raspberry Pi? Thanks.
  • Baremetal for Raspberry Pi
    Hello, Does anybody know if I can use the Keil MDK to write baremetal code for the Raspberry Pi? Thanks.
  • How to start cpu in ARMv7 baremetal environment?
    I am using an Allwinner H3 SoC (on a zeropi board) and I want to start up a secondary core without using an OS. I am trying to use the SMC call CPU_ON, using the following code: smc_call(0x84000003...
  • How to start cpu in ARMv7 baremetal environment?
    I am using an Allwinner H3 SoC (on a zeropi board) and I want to start up a secondary core without using an OS. I am trying to use the SMC call CPU_ON, using the following code: smc_call(0x84000003...
  • How to handle a AArch64.SystemAccessTrap(EL2, 0x18) in baremetal?
    I am trying to do follow this tutorial on baremetal code ( https://github.com/s-matyukevich/raspberry-pi-os/blob/master/docs/lesson03/rpi-os.md ) using QEMU. Specifically, starting at EL1, I'm trying...