-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to backup the BK7231N device (Wi-Fi switch on CB2S) #19
Comments
Hello, sorry for the late reply. |
I have exactly the same issue with mono in linux with a CB2S board, but the flashing worked as a charm in the command line. So it is some issue with the app. If you need any details will be happy to provide. Thanks for the great project nontheless |
I had the same problem on Arch Linux. Write was working fine, but it stopped at the backup.
It might worth a try to use this: |
Same problem here. Reading (neither backup nor OBK read) doesn't work, while writing works on arch linux.
hid_download_py tool works (both reading and writing). |
I am using windows, and experiencing the EXACT same error Starting read! |
I solved the issue by using an external 3.3v regulator (LM1086) and setting baud rate to 115200 |
Hi.
I'm trying to backup the firmware in my BK7231N device (the Wi-Fi switch with CB2S module).
I have soldered 5 wires - GND, VCC, RX, TX, CEN.
I have provided 3V3 VCC and 3V3 UART I/O voltage.
I have connected the wires as the following (5V0 to 3V3 converter is just for VCC, I/O voltage of my UART adapter is 3V3):
But every time I start
mono BK7231Flasher.exe
it fails with the following error message:How can I fix this?
I tried to "Set baud rate" to 115200, but this does not help - still the same error.
Under Windows 10 I got a bit weirder message - something like "The port does not exist" with the same hardware, but the Windows can see my 3V3 UART converter and assigned its name as com3 (and of course I selected the com3 port because I have no other COM ports in Windows).
Here is the error and my settings:
But flashing withoht backup succeed:
Thanks.
The text was updated successfully, but these errors were encountered: