HDMI Passthrough not yet lit #321
Closed
Rivanfirdausa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Previously, I had already granted access and modified aborts.c to allow the firmware to access the hardware. but it still didn't work. Here I attach the config.c and dts linux that I use.
#include <config.h>
VM_IMAGE(linux_vm1_image, XSTR(BAO_DEMOS_WRKDIR_IMGS/linux_vm1.bin));
struct config config = {
};
and dts
/dts-v1/;
/* --- Reset & Power Domain Constants --- */
#define IMX8MP_HDMI_BLK_CTRL_HDMI_TX_RESET 0
#define IMX8MP_HDMI_BLK_CTRL_HDMI_PHY_RESET 1
/* NXP i.MX8MP HDMI Power Domain Indexes */
#define IMX8MP_HDMIBLK_PD_IRQSTEER 0
#define IMX8MP_HDMIBLK_PD_LCDIF 1
#define IMX8MP_HDMIBLK_PD_PAI 2
#define IMX8MP_HDMIBLK_PD_PVI 3
#define IMX8MP_HDMIBLK_PD_TRNG 4
#define IMX8MP_HDMIBLK_PD_HDMI_TX 5
#define IMX8MP_HDMIBLK_PD_HDMI_TX_PHY 6
#define IMX8MP_HDMIBLK_PD_HRV 7
#define IMX8MP_HDMIBLK_PD_LCDIF_APB 8
/ {
#size-cells = <0x1>;
#address-cells = <0x1>;
}; What else should I change or add? Can you give me some guidance?
Beta Was this translation helpful? Give feedback.
All reactions