Closed episource closed 2 years ago
Currently *.bin is always selected for upload. However, uploading the bin-file requires option offset_address to be specified. This PR is inspired by platform-ststm32 and chooses *.elf in favor of *.bin if no offset_address is configured.
*.bin
offset_address
*.elf
There's also a branch with all my PR's merged together: https://github.com/episource/platform-raspberrypi/tree/my-platform
Thanks for the PR!
Currently
*.bin
is always selected for upload. However, uploading the bin-file requires optionoffset_address
to be specified. This PR is inspired by platform-ststm32 and chooses*.elf
in favor of*.bin
if nooffset_address
is configured.