Closed xobs closed 6 years ago
The bootloader writes new programs to offset 0x2000, meaning it's not possible to update itself.
An updater should be created that can be used to update the updater.
Programs are now written to offset 0x4000, unless a special value is defined. By setting this special value to 0, toboot can now update itself.
The bootloader writes new programs to offset 0x2000, meaning it's not possible to update itself.
An updater should be created that can be used to update the updater.