ykman application compatibility issues #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Waveshare 2350 One Hardware, Firmware Version: Development [
cb99b8f]OTP Slot Swapping Issue:
When executing
ykman otp swapcommand, the following error is returned:However, the slot swap operation has actually been successfully executed, despite the system failing to correctly acknowledge the operation status.
OTP Settings Configuration Issue:
When executing
ykman otp settings -A 576bc54882f3 2command, the following error is returned:Despite the error message, the password was successfully set, but the original data in slot 2 has been corrupted(Challenge).
Command execution status inconsistent with actual results, potentially leading to device management confusion and data integrity issues.
During testing, I confirmed that yubico OTP, HOTP and Static Password functions work correctly after setting passwords.
Prior to setting a password for Challenge-Response, I could successfully create and decrypt a new database using KeePassXC. However, after setting a password for slot 2, I am no longer able to decrypt the database
Additionally, I specifically configured only slot 2 for Challenge-Response mode. Yet when setting up KeePassXC, both slots appear as available options. In reality, slot 1 is using Static Password mode.
If I set a password for slot 2 and then execute the swap command, slot 2 adopts the previous settings of slot 1. However, slot 1 does not inherit the previous settings of slot 2 - instead, it becomes empty. The password does not provide the expected protection.
There's a problem with swap from 1 -> 2. After making the swap, it appears as empty. Therefore, if you program slot 2 again, it puts slot 2 twice and, from the filesystem perspective, is like you are having two slots 2. First delete every slot and reset after deletion. If multiple files are stored in that slot, the slot will appear as configured again after the reset. Do it until appears as empty after reset.
In the meantime I am looking for the fix, reset your board after slot each config/update/swap/deletion to force the filesystem to reload.
i flash 0a2ee65, swap slot is ok. but #123 has reappeared @polhenarejos
What is exactly broken? I cannot reproduce it.
The question in the previous post is as follows(The screenshot is the interface I simulated at the time, because I didn’t take a screenshot at the time)
now i use c8dbc21 it ok, so I don't know why