We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This fails:
[CEmu] Transferring OS: basecode 5.8 [dusb_transition] loop. state = DUSB_OS_PING_WAIT_STATE [USB] R 00 00 00 04 02 00 00 03 FF [dusb_transition] original_state = DUSB_OS_PING_WAIT_STATE [dusb_transition] loop. state = DUSB_OS_PING_STATE [dusb_transition] original_state = DUSB_OS_PING_STATE [dusb_transition] loop. state = DUSB_OS_PING_ACK_WAIT_STATE [USB] S 00 00 00 10 04 00 00 00 0A 00 01 00 03 00 01 00 00 00 00 07 D0 [dusb_transition] original_state = DUSB_OS_PING_ACK_WAIT_STATE [dusb_transition] loop. state = DUSB_OS_PING_ACK_STATE [dusb_transition] original_state = DUSB_OS_PING_ACK_STATE [dusb_transition] loop. state = DUSB_OS_MODE_SET_WAIT_STATE [USB] R 00 00 00 02 05 E0 00
whereas this is OK:
[CEmu] Transferring OS: basecode 5.8 [dusb_transition] loop. state = DUSB_SET_CONFIG_STATE [USB] R 00 00 00 04 02 00 00 03 FF [dusb_transition] original_state = DUSB_SET_CONFIG_STATE [dusb_transition] loop. state = DUSB_BUF_SIZE_REQ_WAIT_STATE [USB] S 00 00 00 10 04 00 00 00 0A 00 01 00 02 00 01 00 00 00 00 0F A0 [dusb_transition] original_state = DUSB_BUF_SIZE_REQ_WAIT_STATE [dusb_transition] loop. state = DUSB_BUF_SIZE_REQ_STATE [USB] R 00 00 00 02 05 E0 00
i.e. what differs is: S 00 00 00 10 04 00 00 00 0A 00 01 00 03 00 01 00 00 00 00 07 D0 vs S 00 00 00 10 04 00 00 00 0A 00 01 00 02 00 01 00 00 00 00 0F A0
S 00 00 00 10 04 00 00 00 0A 00 01 00 03 00 01 00 00 00 00 07 D0
S 00 00 00 10 04 00 00 00 0A 00 01 00 02 00 01 00 00 00 00 0F A0
Looks like basic vs normal mode, and boot doesn't handle normal mode. So why is normal mode there?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This fails:
whereas this is OK:
i.e. what differs is:
S 00 00 00 10 04 00 00 00 0A 00 01 00 03 00 01 00 00 00 00 07 D0
vsS 00 00 00 10 04 00 00 00 0A 00 01 00 02 00 01 00 00 00 00 0F A0
Looks like basic vs normal mode, and boot doesn't handle normal mode.
So why is normal mode there?
The text was updated successfully, but these errors were encountered: