You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle variable stage2.bin file sizes across firmware versions
- Add STAGE2_SIZES mapping for firmware versions with larger stage2.bin files
- Update validate_file_size function to accept firmware version parameter
- Firmware 904, 950, 951 have 6034-byte stage2.bin files (vs 2705 for others)
- All stage1.bin files remain 500 bytes consistently
This resolves the file size validation failures for firmware versions 904, 950, and 951.
0 commit comments