07-07-2025, 10:33 AM
Finally, booting Zig code 'baremetal' (via JumpDrive trick used by Nuttx)
The Image file is the simple objCopy binary output from the elf file. To get my Zig code to run I had to link it with a bit of assembly code for setting up the arm chips. Actually just the MZ ... ARM 'header' magic number bytes seem to be enough at the moment. Probably the boot loader already did all the hard work

