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

TCG Enterprise initialsetup fails #446

Open
david-okamoto-wdc opened this issue Aug 24, 2023 · 0 comments
Open

TCG Enterprise initialsetup fails #446

david-okamoto-wdc opened this issue Aug 24, 2023 · 0 comments

Comments

@david-okamoto-wdc
Copy link

Please see the attachment, which is the ouput from this command:
./sedutil-cli -n -v --initialsetup debug /dev/sdc
It appears like the vector encoding is masking bits incorrectly. Line 25263 should end with 81 00, not 80 00. Perhaps parentheses are in the wrong location. See DtaDevEnterprise.cpp, setband function. I think this is better:
v[1+6] = uint8_t(j >> 8) | (v[1+6] & 0xF0);
initialsetup.txt

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