Skip to content

Commit

Permalink
New firmware added
Browse files Browse the repository at this point in the history
  • Loading branch information
floppes committed May 27, 2022
1 parent 8c51ec5 commit 0fbfc1f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RTD266xFlash/RTD266xFlash/Firmware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,17 @@ public HashInfo HashInfo
new HashSkip(0x1554B, 1),
new HashSkip(0x260AE, 1075)
})
),
new Firmware("7\" MPI7002, FW variant 1", 0x261A2, 2271, 0x1235A, 0xD150, 0x14455, 0x13A59, 0x150F2,
new HashInfo(0, 0x80000, "C5EC6796D1BE968B6D8C4514567179360D0723E60D83FED92ED5C89BC6E6CDAB", new []
{
new HashSkip(0xD150 + 0x1D, 48),
new HashSkip(0x1235A, 16),
new HashSkip(0x13A59, 48),
new HashSkip(0x14455, 1),
new HashSkip(0x150F2, 1),
new HashSkip(0x261A2, 2271)
})
)
};

Expand Down

0 comments on commit 0fbfc1f

Please sign in to comment.