Skip to content
Snippets Groups Projects
Forked from Librem5 / linux
Source project has a limited visibility.
Martin Kepplinger's avatar
Martin Kepplinger authored
to hack on using the debug interface:

	#!/bin/bash
	path="/sys/kernel/debug/hi846/"

	echo 1 > "$path/clear"

	# these register values are overwriting the default settings when
	# starting to stream
	#     REG                                VALUE
	echo "0x0902" > "$path/address" && echo "0x4319" > "$path/add_value"
	# you can put a reg/value table here
2229bbbd
History
Name Last commit Last update