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
Hello. It looks like verb create-fv does not work in the utk tool on an empty image:
create-fv
utk
xaionaro@void:~/go/src/github.com/linuxboot/fiano$ dd if=/dev/zero of=/tmp/image bs=1K count=64 64+0 records in 64+0 records out 65536 bytes (66 kB, 64 KiB) copied, 0.00071909 s, 91.1 MB/s xaionaro@void:~/go/src/github.com/linuxboot/fiano$ go run ./cmds/utk/ /tmp/image create-fv $((32 * 1024)) $((32 * 1024 - 16)) "61C0F511-A691-4F54-974F-B9A42172CE53" 2022/01/17 19:41:14 [fiano][FATAL] building ExtHeader erase polarity not 0x00 or 0xFF, got 0xf0 exit status 1
The text was updated successfully, but these errors were encountered:
feat(utk): Add CLI flag -erase-polarity
490b76e
ITS: #356 Signed-off-by: Dmitrii Okunev <[email protected]>
Created a PR to workaround the problem.
Sorry, something went wrong.
f7df9fe
df36a56
No branches or pull requests
Hello. It looks like verb
create-fv
does not work in theutk
tool on an empty image:The text was updated successfully, but these errors were encountered: