I am building my own firmware with GCC. The firmware is valid and works, but the sizes are not what I defined. I defined the deployment to start at 0x08080000, but when I load the Tinybooter and look at the Flash sectors in MFDeploy, I see it starts at 0x080A0000 and the size is 0x60000 instead of the expected 0x80000. I want to embed lots of resource files, so I want as much deployment space as possible…
Also, I defined Tinybooter to be 0x8000 in size, but it shows 0xC000 for the Boostrap size.
Is there another location where I should be setting this stuff? I just don’t see what I am doing wrong…
-Valkyrie-MT