mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 09:14:39 -04:00
Use from-RAM DFU image, proper HackRF firmware padding.
This commit is contained in:
parent
b32f5e2239
commit
8af8941687
2 changed files with 7 additions and 6 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue