Skip to content
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

Cannot send OS from the boot screen #505

Open
adriweb opened this issue Nov 18, 2024 · 0 comments
Open

Cannot send OS from the boot screen #505

adriweb opened this issue Nov 18, 2024 · 0 comments

Comments

@adriweb
Copy link
Member

adriweb commented Nov 18, 2024

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

Looks like basic vs normal mode, and boot doesn't handle normal mode.
So why is normal mode there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant