summaryrefslogtreecommitdiff
path: root/rb5.mk
AgeCommit message (Collapse)Author
2021-10-21rb5.mk: Skip installing Venus driver modules for nowAmit Pundir
Having trouble with Venus drivers on RB5 a lot lately. Fw loading for Venus is broken, to begin with, ever since the FW_LOADER_USER_HELPER_FALLBACK kernel config is dropped from gki_defconfig in android-mainline kernel. And even though the fw loading will fail, the driver still create /dev/video{0,1} nodes which are highly unstable and cause kernel to panic at times. So lets skip installing Venus driver modules for the time being, while we wait for a viable fix to land upstream. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I67d7f51ff29ad5f5d46e03f958cc401c4f541a42
2021-09-01rb5: Add support for Qcom Robotics RB5 development kitandroid-s-beta-5android-s-beta-5Amit Pundir
* Add new lunch target "rb5-userdebug" * Boots android-mainline (3aa53d85a061) to UI * ADB works * If you are having display issues on your brand new RB5 kit then run the following set of adb commands to update the lt9611uxc firmware version: adb wait-for-device; adb root; adb shell "echo 1 > /sys/bus/i2c/devices/5-002b/lt9611uxc_firmware" Check installer/rb5/README for more details. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I2917de0375e95e17a88446474fdb256af769f73d