carlossless / sinowealth-kb-tool

A utility for reading and writing flash contents on Sinowealth 8051-based HID devices through the commonly found ISP bootloader
MIT License
54 stars 15 forks source link

[device-report] TERPORT TR95 #13

Closed Darko7z closed 9 months ago

Darko7z commented 9 months ago

TERPORT TR95 uses BYK916 chip, the ids are different from nuphy-air60 Bootloader MD5: 2d169670eae0d36eae8188562c1f66e8 I haven't tried writing the firmware

pub const PART_TERPORT_TR95: Part = Part { flash_size: 61440, // 61440 until bootloader bootloader_size: 4096, page_size: 2048, vendor_id: 0x258a, product_id: 0x0049, };

carlossless commented 9 months ago

Thank you!