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

RK3588 reset_device not working #91

Open
svenrademakers opened this issue Aug 21, 2023 · 0 comments
Open

RK3588 reset_device not working #91

svenrademakers opened this issue Aug 21, 2023 · 0 comments

Comments

@svenrademakers
Copy link

Using an RK3588, calling restart with subcode 3 (reset into MaskRom) does not reset the device into MaskRom mode.

Reproduction Scenario

The following commands are executed:

  • proof of connection with RK3588:
rkdeveloptool ld
DevNo=1	Vid=0x2207,Pid=0x350b,LocationID=107	Loader
  • reset device:
sudo rkdeveloptool rd 3
  • device still in Loader mode :
rkdeveloptool ld
DevNo=1	Vid=0x2207,Pid=0x350b,LocationID=107	Loader

Expected

Device in Masked mode.

Context

rk3588_reset_sequence.pcapng.zip

Attached is the Wireshark trace corresponding to this sequence of commands. It shows the reset command with the corresponding response message. No errors are observed. The reset command response SCSI CDB 0xff returned [Status: Good (0x00)]

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

No branches or pull requests

1 participant