mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-11 02:04:11 +00:00
experiments/dcp_iboot.py: Shut down display before doing anything
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
abd48b0b5c
commit
58db65db63
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ from m1n1.proxyutils import RegMonitor
|
|||
|
||||
print(f"Framebuffer at {u.ba.video.base:#x}")
|
||||
|
||||
p.display_shutdown()
|
||||
|
||||
dart = DART.from_adt(u, "arm-io/dart-dcp")
|
||||
disp_dart = DART.from_adt(u, "arm-io/dart-disp0")
|
||||
#disp_dart.dump_all()
|
||||
|
|
Loading…
Reference in a new issue