-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[device-report] MAGEGEE STAR 61 #83
Comments
it looks like someone else tried looking into this too before (just seen it now so sry4duplicate) but couldnt and then dipped, so maybe we can try getting this to work again Running the program, i get the following output
Under Linux i get the same errors as seen in #67, the dmesg says "can't add hid device: -32". |
@leandrofriedrich interesting, it's selecting the wrong TLC, the ISP report is on Col03 which should be the first one (and not require any additional options to the ones you already specified), but it selects Col05... What does |
@carlossless hi, this is the output of that command
|
Oh, I just realized that the non-isp hid devices are unsorted - that's a bug. I'll be fixing it shortly. In the meantime, try using: DEBUG=1 ./sinowealth-kb-tool.exe read --vendor_id 0x258a --product_id 0x013b --isp_usage_page 0xff00 --isp_usage 0x0001 --isp_index 1 --firmware_size 61440 dump.hex
# OR
DEBUG=1 ./sinowealth-kb-tool.exe read --vendor_id 0x258a --product_id 0x013b --isp_usage_page 0xff00 --isp_usage 0x0001 --isp_index 2 --firmware_size 61440 dump.hex
# OR
DEBUG=1 ./sinowealth-kb-tool.exe read --vendor_id 0x258a --product_id 0x013b --isp_usage_page 0xff00 --isp_usage 0x0001 --isp_index 3 --firmware_size 61440 dump.hex
# OR
DEBUG=1 ./sinowealth-kb-tool.exe read --vendor_id 0x258a --product_id 0x013b --isp_usage_page 0xff00 --isp_usage 0x0001 --isp_index 4 --firmware_size 61440 dump.hex One of them should work for you |
@carlossless finally had a chance to test them, they all give me the same "0x00000001 Incorrect function" error :/ |
@leandrofriedrich can you also try with |
@carlossless hi, sorry for answering so late, here you go i put them all in a pastebin |
@leandrofriedrich thanks! I see it returns a different error for the correct collection (Col3):
Unfortunately, this one indicates that there's something wrong with the implementation of this function within the firmware :/ (most likely the same as #67). If there was some other means to get a firmware dump (possibly gashtaan/sinowealth-8051-dumper), analyzing it could give us some clues on whether it's actually broken or it just expects a different payload. |
Hi, i'm trying to get this software to work with my Star61 for purposes of dumping/analyzing the stock firmware and/or CFW, i tried all sorts of command combinations but could not get anything to work. Any chance i can get some help finding out the necessary infos?
Device Info
BYK901
_Part Info
Operations Tested
Platforms Tested
Checksums
deadbeefdeadbeefdeadbeefdeadbeef
beefcafebeefcafebeefcafebeefcafe
(shown when runningsinowealth-kb-tool read -b ...
)HID Dump
A dump from usbhid-dump, win-hid-dump or mac-hid-dump
HID Tool Output
PCB Photos
If possible, include photos of your device PCB clearly showing MCU and wireless IC labels
The text was updated successfully, but these errors were encountered: