-
Notifications
You must be signed in to change notification settings - Fork 0
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
UUID, Serial, Logo change not supported by the coreboot image #1109
Comments
Logo change is supported, however if the display was not working, the logo was not displayed, thus BGRT table was not present. PR fixes the display as well as enables S/N and UUID customization |
sczapla in /opt/dasharo/osfv/core/dcu on main λ ./dcuc logo /opt/dasharo/firmware/releases/protectli_vp32xx_adln/v0.9.0-rc4/protectli_vp32xx_v0.9.0_rc4.rom -l logo.bmp
/opt/dasharo/firmware/releases/protectli_vp32xx_adln/v0.9.0-rc4/protectli_vp32xx_v0.9.0_rc4.rom: No such file or directory
BOOTSPLASH region not found
Customizable logo not supported by the /opt/dasharo/firmware/releases/protectli_vp32xx_adln/v0.9.0-rc4/protectli_vp32xx_v0.9.0_rc4.rom image Related issue, tracked here |
Freshly downloaded from our cloud:
The BOOTSPLASH region is there. Buggy DCU? @SebastianCzapla |
|
Sorry, missed closing the issue. This seems to be buggy dcu, especially in the case of dcuc, which is used within tests. This error occurs when a files are provided via ./coreboot.rom or /path/to/coreboot.rom to dcuc, which results in improper mounting to the container. When running tests with only filename as argument, as well as a display connected, issue is not present. |
Note on how to use dcu to avoid this issue was added to dcu's readme: Dasharo/dcu#20 Closing, as the underlying issue is tracked here: Dasharo/dcu#17 |
Component
Dasharo firmware
Device
Protectli VP3230
Dasharo version
v0.9.0-rc2
Dasharo Tools Suite version
develop
Test case ID
DCU - Suite
Brief summary
UUID, Serial, Logo change not supported by the coreboot image
How reproducible
100%
How to reproduce
run:
robot -v snipeit:no -L TRACE -v rte_ip:192.168.10.35 -v config:protectli-vp3230 -v sonoff_ip:192.168.10.27 -v device_ip:192.168.10.40 -v fw_file:./protectli_vp32xx_v0.9.0_rc2.rom dasharo-compatibility/dcu.robot
Expected behavior
Serial, UUID and Logo can be changed by the dcu and tests pass
Actual behavior
All of the tests fail.
Screenshots
log - DCU - Fails.zip
Additional context
/sys/firmware/acpi/bgrt/image
is not created and cant be checked. So logo is not changed. However DCU reports a success when changing the logo in fw.Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: