Use from-RAM DFU image, proper HackRF firmware padding.

This commit is contained in:
Jared Boone 2015-07-30 10:01:12 -07:00
parent b32f5e2239
commit 8af8941687
2 changed files with 7 additions and 6 deletions

View file

@ -45,7 +45,7 @@ constexpr region_t bootstrap {
};
constexpr region_t hackrf {
.offset = 0x10000,
.offset = 0x10010, // Image starts at 0x10 into .dfu file.
.size = 0x8000,
};