TI中文支持网
TI专业的中文技术问题搜集分享网站

AM5729 lcd移植时,没有生成/dev/fb0节点

我们使用的是am5729芯片,硬件板公司自己制作,设备树文件参考am572x-idk,但是系统起来后,为什么没有生成 /dev/fb0节点

与lcd相关的设备树节点如下:

lcd_bl: backlight {
compatible = "pwm-backlight";
pwms = <&ecap0 0 50000 0>;
brightness-levels = <0 51 53 56 62 75 101 152 255>;
default-brightness-level = <8>;
};

lcd: display {
compatible = "panel-dpi";
/*
enable-gpios = <&gpio3 30 GPIO_ACTIVE_HIGH>;
backlight = <&lcd_bl>;*/
label = "lcd";

panel-timing {
clock-frequency = <33300000>;
hactive = <800>;
vactive = <480>;

hfront-porch = <210>;
hback-porch = <46>;
hsync-len = <20>;

vfront-porch = <22>;
vback-porch = <23>;
vsync-len = <10>;

hsync-active = <1>;
vsync-active = <1>;

de-active = <0>;
pixelclk-active = <0>;
};

port {
lcd_in: endpoint {
remote-endpoint = <&dpi_out>;
};
};
};

&dss {
status = "okay";
vdda_video-supply = <&ldoln_reg>;
ports {
#address-cells = <1>;
#size-cells = <0>;

port {
reg = <1>;

dpi_out: endpoint {
data-lines = <24>;
remote-endpoint = <&lcd_in>;
};
};
};
};

Nancy Wang:

请问使用的sdk版本是多少?参考以下链接看一下是否有帮助。
e2e.ti.com/…/3003040

Chandler Liu:

回复 Nancy Wang:

使用的SDK版本为 ti-processor-sdk-linux-rt-am57xx-evm-06.00.00.07-Linux-x86-Install.bin

Chandler Liu:

回复 Nancy Wang:

执行/etc/init.d/weston stop,还是没有/dev/fb0节点

Nancy Wang:

回复 Chandler Liu:

我需要询问更了解这款芯片的TI资深工程师,再为您解答,一旦得到回复会立即回复给您。

赞(0)
未经允许不得转载:TI中文支持网 » AM5729 lcd移植时,没有生成/dev/fb0节点
分享到: 更多 (0)