sdk: Processor SDK Linux for J721e_09_00_00
Output scheme:
TDA4VM (MIPI DSI 4 lanes)-> DS90SUB941 ->(FPDLINK) DS90UB948 ->(LVDS) 1280x800 panel
reference:
--- a/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
+++ b/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
@@ -157,7 +157,7 @@ dp_pwr_3v3: regulator-dp-pwr {
gpio = <&exp4 0 GPIO_ACTIVE_HIGH>; /* P0 - DP0_PWR_SW_EN */
enable-active-high;
};
-
+/*
dp0: connector {
compatible = "dp-connector";
label = "DP0";
@@ -170,8 +170,26 @@ dp_connector_in: endpoint {
};
};
};
+*/
+
+ panel_disp0: panel_disp1@0 {
+ reg = <0 0 0x0 0x0>;
+ compatible = "raspberrypi,7inch-dsi", "simple-panel"; /*raspberrypi,7inch-dsi panel-dpi*/
+/*
+ backlight = <®_display>;
+ power-supply = <®_display>;
+*/
+ port {
+ panel_in: endpoint {
+ remote-endpoint = <&panel_bridge_out>;
+ };
+ };
+ };
+
};
+
+
&main_pmx0 {
sw10_button_pins_default: sw10-button-pins-default {
pinctrl-single,pins = <
@@ -886,13 +904,24 @@ &dss {
};
&dss_ports {
- port {
+ #address-cells = <1>;
+ #size-cells = <0>;
+/* port@0 {
+
+ reg = <0>;
dpi0_out: endpoint {
remote-endpoint = <&dp0_in>;
};
};
+*/
+ port@2 {
+ reg = <2>;
+ dpi1_out: endpoint {
+ remote-endpoint = <&dsi0_in>;
+ };
+ };
};
-
+/*
&dp0_ports {
#address-cells = <1>;
#size-cells = <0>;
@@ -911,6 +940,54 @@ dp0_out: endpoint {
};
};
};
+*/
+&dsi0 {
+/*
+ * DSI_WRAP_DPI_CONTROL (0x04710004) allows to select between various DPI options
+ * On reset, DPI1 is being used
+ */
+ ports {
+ port@0 {
+ reg = <0>;
+ dsi0_out: endpoint {
+ remote-endpoint = <&panel_bridge_in>;
+ };
+ };
+ port@1 {
+ reg = <1>;
+ dsi0_in: endpoint {
+ remote-endpoint = <&dpi1_out>;
+ };
+ };
+
+ };
+
+ dsi-bridge@0 {
+ compatible = "toshiba,tc358762";
+ reg = <0>;
+/* vddc-supply = <®_bridge>; */
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ panel_bridge_in: endpoint {
+ remote-endpoint = <&dsi0_out>;
+ };
+ };
+
+ port@1 {
+ reg = <1>;
+ panel_bridge_out: endpoint {
+ remote-endpoint = <&panel_in>;
+ };
+ };
+ };
+ };
+
+};
+
&mcasp10 {
status = "okay";
@@ -1016,6 +1093,7 @@ torrent_phy_dp: phy@0 {
};
&mhdp {
+ status = "disabled";
phys = <&torrent_phy_dp>;
phy-names = "dpphy";
pinctrl-names = "default";
diff --git a/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
index b90ebccda1..aebb032cd5 100644
--- a/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
+++ b/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
@@ -1541,6 +1541,23 @@ port@4 {
};
};
+ dsi0: dsi@48000000 {
+ compatible = "ti,j721e-dsi";
+ reg = <0x0 0x04800000 0x0 0x100000>, <0x0 0x04710000 0x0 0x100>;
+ clocks = <&k3_clks 150 1>, <&k3_clks 150 5>;
+ clock-names = "dsi_p_clk", "dsi_sys_clk";
+ power-domains = <&k3_pds 150 TI_SCI_PD_EXCLUSIVE>;
+ interrupt-parent = <&gic500>;
diff --git a/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/linux/board-support/linux-6.1.33/arch/arm64/boot/dts
/ti/k3-j721e-common-proc-board.dts
index 8e57e4107f..83c55b239c 100644
--- a/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
+++ b/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
@@ -157,7 +157,7 @@ dp_pwr_3v3: regulator-dp-pwr {
gpio = <&exp4 0 GPIO_ACTIVE_HIGH>; /* P0 - DP0_PWR_SW_EN */
enable-active-high;
};
-
+/*
dp0: connector {
compatible = "dp-connector";
label = "DP0";
@@ -170,8 +170,26 @@ dp_connector_in: endpoint {
};
};
};
+*/
+
+ panel_disp0: panel_disp1@0 {
+ reg = <0 0 0x0 0x0>;
+ compatible = "raspberrypi,7inch-dsi", "simple-panel"; /*raspberrypi,7inch-dsi panel-dpi*/
+/*
+ backlight = <®_display>;
+ power-supply = <®_display>;
+*/
+ port {
+ panel_in: endpoint {
+ remote-endpoint = <&panel_bridge_out>;
+ };
+ };
+ };
+
};
+
+
&main_pmx0 {
sw10_button_pins_default: sw10-button-pins-default {
pinctrl-single,pins = <
@@ -886,13 +904,24 @@ &dss {
};
&dss_ports {
- port {
+ #address-cells = <1>;
+ #size-cells = <0>;
+/* port@0 {
+
+ reg = <0>;
dpi0_out: endpoint {
remote-endpoint = <&dp0_in>;
};
};
+*/
+ port@2 {
+ reg = <2>;
+ dpi1_out: endpoint {
+ remote-endpoint = <&dsi0_in>;
+ };
+ };
};
-
+/*
&dp0_ports {
#address-cells = <1>;
#size-cells = <0>;
@@ -911,6 +940,54 @@ dp0_out: endpoint {
};
};
};
+*/
+&dsi0 {
+/*
+ * DSI_WRAP_DPI_CONTROL (0x04710004) allows to select between various DPI options
+ * On reset, DPI1 is being used
+ */
+ ports {
+ port@0 {
+ reg = <0>;
+ dsi0_out: endpoint {
+ remote-endpoint = <&panel_bridge_in>;
+ };
+ };
+ port@1 {
+ reg = <1>;
+ dsi0_in: endpoint {
+ remote-endpoint = <&dpi1_out>;
+ };
+ };
+
+ };
+
+ dsi-bridge@0 {
+ compatible = "toshiba,tc358762";
+ reg = <0>;
+/* vddc-supply = <®_bridge>; */
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ panel_bridge_in: endpoint {
+ remote-endpoint = <&dsi0_out>;
+ };
+ };
+
+ port@1 {
+ reg = <1>;
+ panel_bridge_out: endpoint {
+ remote-endpoint = <&panel_in>;
+ };
+ };
+ };
+ };
+
+};
+
&mcasp10 {
status = "okay";
@@ -1016,6 +1093,7 @@ torrent_phy_dp: phy@0 {
};
&mhdp {
+ status = "disabled";
phys = <&torrent_phy_dp>;
phy-names = "dpphy";
pinctrl-names = "default";
diff --git a/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
index b90ebccda1..aebb032cd5 100644
--- a/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
+++ b/linux/board-support/linux-6.1.33/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
@@ -1541,6 +1541,23 @@ port@4 {
};
};
+ dsi0: dsi@48000000 {
+ compatible = "ti,j721e-dsi";
+ reg = <0x0 0x04800000 0x0 0x100000>, <0x0 0x04710000 0x0 0x100>;
+ clocks = <&k3_clks 150 1>, <&k3_clks 150 5>;
+ clock-names = "dsi_p_clk", "dsi_sys_clk";
+ power-domains = <&k3_pds 150 TI_SCI_PD_EXCLUSIVE>;
+ interrupt-parent = <&gic500>;
+ interrupts = <GIC_SPI 600 IRQ_TYPE_LEVEL_HIGH>;
+ phys = <&dphy2>;
+ phy-names = "dphy";
+
+ dsi0_ports: ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+ };
+
dss: dss@4a00000 {
compatible = "ti,j721e-dss";
reg =
@@ -1591,6 +1608,8 @@ dss: dss@4a00000 {
"common_s2";
dss_ports: ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
};
};
@@ -2680,4 +2699,17 @@ dphy1: phy@4590000 {
#phy-cells = <0>;
power-domains = <&k3_pds 148 TI_SCI_PD_EXCLUSIVE>;
};
+
+ dphy2: phy@4480000 {
+ compatible = "ti,j721e-dphy";
+ reg = <0x0 0x04480000 0x0 0x1000>;
+ clocks = <&k3_clks 296 1>, <&k3_clks 296 3>;
+ clock-names = "psm", "pll_ref";
+ #phy-cells = <0>;
+ power-domains = <&k3_pds 296 TI_SCI_PD_EXCLUSIVE>;
+ assigned-clocks = <&k3_clks 296 3>;
+ assigned-clock-parents = <&k3_clks 296 4>;
+ assigned-clock-rates = <19200000>;
+ };
+
};
--- a/linux/board-support/linux-6.1.33/drivers/gpu/drm/panel/panel-simple.c
+++ b/linux/board-support/linux-6.1.33/drivers/gpu/drm/panel/panel-simple.c
@@ -379,6 +379,7 @@ static int panel_simple_prepare(struct drm_panel *panel)
static int panel_simple_enable(struct drm_panel *panel)
{
struct panel_simple *p = to_panel_simple(panel);
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
if (p->enabled)
return 0;
@@ -419,6 +420,7 @@ static int panel_simple_get_modes(struct drm_panel *panel,
* drm_connector_set_orientation_from_panel()
*/
drm_connector_set_panel_orientation(connector, p->orientation);
+ printk("%d_________________%s_______end_____num=%d______\n", __LINE__, __func__,num);
return num;
}
@@ -429,6 +431,7 @@ static int panel_simple_get_timings(struct drm_panel *panel,
{
struct panel_simple *p = to_panel_simple(panel);
unsigned int i;
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
if (p->desc->num_timings < num_timings)
num_timings = p->desc->num_timings;
@@ -560,6 +563,7 @@ static int panel_simple_probe(struct device *dev, const struct panel_desc *desc)
int connector_type;
u32 bus_flags;
int err;
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
panel = devm_kzalloc(dev, sizeof(*panel), GFP_KERNEL);
if (!panel)
@@ -568,7 +572,7 @@ static int panel_simple_probe(struct device *dev, const struct panel_desc *desc)
panel->enabled = false;
panel->prepared_time = 0;
panel->desc = desc;
-
+#if 0
panel->supply = devm_regulator_get(dev, "power");
if (IS_ERR(panel->supply))
return PTR_ERR(panel->supply);
@@ -578,7 +582,7 @@ static int panel_simple_probe(struct device *dev, const struct panel_desc *desc)
if (IS_ERR(panel->enable_gpio))
return dev_err_probe(dev, PTR_ERR(panel->enable_gpio),
"failed to request GPIO\n");
-
+#endif
err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation);
if (err) {
dev_err(dev, "%pOF: failed to get orientation %d\n", dev->of_node, err);
@@ -593,7 +597,7 @@ static int panel_simple_probe(struct device *dev, const struct panel_desc *desc)
if (!panel->ddc)
return -EPROBE_DEFER;
}
-
+#if 1
if (desc == &panel_dpi) {
/* Handle the generic panel-dpi binding */
err = panel_dpi_probe(dev, panel);
@@ -601,9 +605,13 @@ static int panel_simple_probe(struct device *dev, const struct panel_desc *desc)
goto free_ddc;
desc = panel->desc;
} else {
+
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
if (!of_get_display_timing(dev->of_node, "panel-timing", &dt))
panel_simple_parse_panel_timing_node(dev, panel, &dt);
}
+#endif
+ printk("_____________%s_____________connector_type = %d\n", __func__, desc->connector_type);
connector_type = desc->connector_type;
/* Catch common mistakes for panels. */
@@ -667,19 +675,21 @@ static int panel_simple_probe(struct device *dev, const struct panel_desc *desc)
* to optimize powering the panel on briefly to read the EDID before
* fully enabling the panel.
*/
+#if 0
pm_runtime_enable(dev);
pm_runtime_set_autosuspend_delay(dev, 1000);
pm_runtime_use_autosuspend(dev);
-
+#endif
drm_panel_init(&panel->base, dev, &panel_simple_funcs, connector_type);
-
+#if 0
err = drm_panel_of_backlight(&panel->base);
if (err) {
dev_err_probe(dev, err, "Could not find backlight\n");
goto disable_pm_runtime;
}
-
+#endif
drm_panel_add(&panel->base);
+ printk("%d_________________%s________end__________\n", __LINE__, __func__);
return 0;
@@ -3981,6 +3991,42 @@ static const struct panel_desc arm_rtsm = {
.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
};
+static const struct drm_display_mode raspberrypi_7inch_mode = {
+ .clock = 28569600 / 1000,
+ .hdisplay = 800,
+ .hsync_start = 800 + 48, //848
+ .hsync_end = 800 + 48 + 32, //880
+ .htotal = 800 + 48 + 32 + 80, //960
+ .vdisplay = 480,
+ .vsync_start = 480 + 3, //487
+ .vsync_end = 480 + 3 + 7, //450
+ .vtotal = 480 + 3 + 7 + 6, //496
+
+ .crtc_clock = 28569600 / 1000,
+ .crtc_hdisplay = 800,
+ .crtc_hsync_start = 800 + 48, //848
+ .crtc_hsync_end = 800 + 48 + 32, //880
+ .crtc_htotal = 800 + 48 + 32 + 80, //960
+ .crtc_vdisplay = 480,
+ .crtc_vsync_start = 480 + 3, //487
+ .crtc_vsync_end = 480 + 3 + 7, //450
+ .crtc_vtotal = 480 + 3 + 7 + 6, //496
+
+ .flags = DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_NHSYNC,
+};
+
+static const struct panel_desc raspberrypi_7inch = {
+ .modes = &raspberrypi_7inch_mode,
+ .num_modes = 1,
+ .bpc = 8,
+ .size = {
+ .width = 154,
+ .height = 86,
+ },
+ .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
+ .connector_type = DRM_MODE_CONNECTOR_DSI,
+};
+
static const struct of_device_id platform_of_match[] = {
{
.compatible = "ampire,am-1280800n3tzqw-t00h",
@@ -4383,6 +4429,9 @@ static const struct of_device_id platform_of_match[] = {
.compatible = "panel-dpi",
.data = &panel_dpi,
}, {
+ .compatible = "raspberrypi,7inch-dsi",
+ .data = &raspberrypi_7inch,
+ },{
/* sentinel */
}
};
@@ -4391,6 +4440,7 @@ MODULE_DEVICE_TABLE(of, platform_of_match);
static int panel_simple_platform_probe(struct platform_device *pdev)
{
const struct of_device_id *id;
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
id = of_match_node(platform_of_match, pdev->dev.of_node);
if (!id)
@@ -4421,7 +4471,7 @@ static struct platform_driver panel_simple_platform_driver = {
.driver = {
.name = "panel-simple",
.of_match_table = platform_of_match,
- .pm = &panel_simple_pm_ops,
+// .pm = &panel_simple_pm_ops,
},
.probe = panel_simple_platform_probe,
.remove = panel_simple_platform_remove,
@@ -4671,6 +4721,7 @@ static int panel_simple_dsi_probe(struct mipi_dsi_device *dsi)
const struct panel_desc_dsi *desc;
const struct of_device_id *id;
int err;
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
id = of_match_node(dsi_of_match, dsi->dev.of_node);
if (!id)
@@ -4730,8 +4781,11 @@ static int __init panel_simple_init(void)
err = platform_driver_register(&panel_simple_platform_driver);
if (err < 0)
return err;
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI)) {
+
+ printk("%d_________________%s__________________\n", __LINE__, __func__);
err = mipi_dsi_driver_register(&panel_simple_dsi_driver);
if (err < 0)
goto err_did_platform_register;
However, it will be stuck in get mode and cannot access the terminal
U-Boot SPL 2023.04 (Sep 19 2023 - 17:22:01 +0800)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
Trying to boot from MMC1
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Loading Environment from nowhere... OK
init_env from device 17 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
NOTICE: BL31: Built : 00:42:57, Jan 13 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04 (Sep 19 2023 - 17:21:56 +0800)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
Trying to boot from MMC1
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
U-Boot 2023.04 (Sep 19 2023 - 17:21:56 +0800)
SoC: J721E SR1.1 GP
Model: Texas Instruments K3 J721E SoC
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
Board: J721EX-PM1-SOM rev E2
DRAM: 4 GiB
Core: 118 devices, 34 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
________________________________SD/MMC found on device 1
920 bytes read in 25 ms (35.2 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
GPIO: 'gpio@22_17' not found
Command 'gpio' failed: Error -22
GPIO: 'gpio@22_16' not found
Command 'gpio' failed: Error -22
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
1519116 bytes read in 91 ms (15.9 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 1519116 bytes: Success!
396348 bytes read in 45 ms (8.4 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 396348 bytes: Success!
Failed to load '/lib/firmware/j7-main-r5f1_0-fw'
Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
1342288 bytes read in 82 ms (15.6 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 1342288 bytes: Success!
1342288 bytes read in 83 ms (15.4 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 1342288 bytes: Success!
13049944 bytes read in 566 ms (22 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 13049944 bytes: Success!
20597248 bytes read in 874 ms (22.5 MiB/s)
115426 bytes read in 30 ms (3.7 MiB/s)
Working FDT set to 88000000
10434 bytes read in 25 ms (407.2 KiB/s)
3212 bytes read in 26 ms (120.1 KiB/s)
4711 bytes read in 26 ms (176.8 KiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
ERROR: reserving fdt memory region failed (addr=880000000 size=27000000 flags=4)
Loading Device Tree to 000000008fee0000, end 000000008fffffff ... OK
Working FDT set to 8fee0000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.33 (cesar@cesar-pc) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #16 SMP PREEMPT Thu Sep 21 09:48:04 CST 2023
[ 0.000000] Machine model: Texas Instruments J721e EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a9000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a9100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 96 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@ac000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 95 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@b2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 192 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000e4000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@e4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000e4800000, size 24 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@e4800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 624 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000b7ffffff]
[ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000d7ffffff]
[ 0.000000] node 0: [mem 0x00000000d8000000-0x00000000e5ffffff]
[ 0.000000] node 0: [mem 0x00000000e6000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008a6ffffff]
[ 0.000000] node 0: [mem 0x00000008a7000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=b90cd2bf-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 1694388K/4194304K available (12480K kernel code, 1298K rwdata, 4052K rodata, 2176K init, 498K bss, 1975628K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @8a7800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x00000008a7030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a7040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008452] Console: colour dummy device 80x25
[ 0.013016] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023686] pid_max: default: 32768 minimum: 301
[ 0.028424] LSM: Security Framework initializing
[ 0.033206] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040780] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049579] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056983] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063243] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.069557] rcu: Hierarchical SRCU implementation.
[ 0.074454] rcu: Max phase no-delay instances is 1000.
[ 0.079972] Platform MSI: msi-controller@1820000 domain created
[ 0.086259] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.096151] EFI services will not be available.
[ 0.100896] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.114131] Detected PIPT I-cache on CPU1
[ 0.114193] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.114205] GICv3: CPU1: using allocated LPI pending table @0x00000008a7050000
[ 0.114237] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.114284] smp: Brought up 1 node, 2 CPUs
[ 0.143630] SMP: Total of 2 processors activated.
[ 0.148434] CPU features: detected: 32-bit EL0 Support
[ 0.153687] CPU features: detected: CRC32 instructions
[ 0.158971] CPU: All CPU(s) started at EL2
[ 0.163152] alternatives: applying system-wide alternatives
[ 0.169716] devtmpfs: initialized
[ 0.180338] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.190324] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.204806] pinctrl core: initialized pinctrl subsystem
[ 0.210468] DMI not present or invalid.
[ 0.214723] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.221391] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.228709] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.236719] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.244842] audit: initializing netlink subsys (disabled)
[ 0.250460] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[ 0.250682] thermal_sys: Registered thermal governor 'step_wise'
[ 0.258379] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.264590] cpuidle: using governor menu
[ 0.275348] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.282311] ASID allocator initialised with 65536 entries
[ 0.297688] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.308497] platform 0.panel_disp1: Fixed dependency cycle(s) with /bus@100000/dsi@48000000/dsi-bridge@0
[ 0.318364] KASLR disabled due to lack of seed
[ 0.325906] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.332848] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.339250] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.346184] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.352585] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.359518] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.365919] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.372853] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.380174] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.389605] iommu: Default domain type: Translated
[ 0.394593] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.401112] SCSI subsystem initialized
[ 0.405101] usbcore: registered new interface driver usbfs
[ 0.410720] usbcore: registered new interface driver hub
[ 0.416156] usbcore: registered new device driver usb
[ 0.421595] pps_core: LinuxPPS API ver. 1 registered
[ 0.426666] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.436005] PTP clock support registered
[ 0.440084] EDAC MC: Ver: 3.0.0
[ 0.443852] FPGA manager framework
[ 0.447362] Advanced Linux Sound Architecture Driver Initialized.
[ 0.453991] clocksource: Switched to clocksource arch_sys_counter
[ 0.460330] VFS: Disk quotas dquot_6.6.0
[ 0.464361] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.474346] Carveout Heap: Exported 512 MiB at 0x00000000b8000000
[ 0.480640] NET: Registered PF_INET protocol family
[ 0.485809] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.494814] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.503578] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.511508] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.519709] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.528323] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.535104] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.542020] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.549463] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.555555] RPC: Registered named UNIX socket transport module.
[ 0.561614] RPC: Registered udp transport module.
[ 0.566417] RPC: Registered tcp transport module.
[ 0.571220] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.577802] NET: Registered PF_XDP protocol family
[ 0.582714] PCI: CLS 0 bytes, default 64
[ 0.587085] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.596297] Initialise system trusted keyrings
[ 0.600954] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.610129] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.616401] NFS: Registering the id_resolver key type
[ 0.621579] Key type id_resolver registered
[ 0.625850] Key type id_legacy registered
[ 0.629971] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.636820] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.644462] 9p: Installing v9fs 9p2000 file system support
[ 0.669232] Key type asymmetric registered
[ 0.673416] Asymmetric key parser 'x509' registered
[ 0.678426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.686072] io scheduler mq-deadline registered
[ 0.690714] io scheduler kyber registered
[ 0.696821] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.703075] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.709426] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.719788] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.727432] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.735646] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.742795] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.750740] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.761718] loop: module loaded
[ 0.765772] megasas: 07.719.03.00-rc1
[ 0.771735] tun: Universal TUN/TAP device driver, 1.6
[ 0.777283] thunder_xcv, ver 1.0
[ 0.780597] thunder_bgx, ver 1.0
[ 0.783901] nicpf, ver 1.0
[ 0.786913] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.794297] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.799744] hclge is initializing
[ 0.803140] e1000: Intel(R) PRO/1000 Network Driver
[ 0.808120] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.814010] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.819079] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.825140] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.830654] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.836356] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.842758] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.848877] sky2: driver version 1.30
[ 0.852972] usbcore: registered new interface driver rtl8150
[ 0.858827] VFIO - User Level meta-driver version: 0.3
[ 0.864496] usbcore: registered new interface driver usb-storage
[ 0.871087] i2c_dev: i2c /dev entries driver
[ 0.876501] sdhci: Secure Digital Host Controller Interface driver
[ 0.882828] sdhci: Copyright(c) Pierre Ossman
[ 0.887644] Synopsys Designware Multimedia Card Interface Driver
[ 0.894057] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.900348] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.906591] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.913344] usbcore: registered new interface driver usbhid
[ 0.919038] usbhid: USB HID core driver
[ 0.923726] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 0.928285] optee: revision 3.20 (8e74d476)
[ 0.944698] optee: dynamic shared memory is enabled
[ 0.954178] optee: initialized driver
[ 0.959315] Initializing XFRM netlink socket
[ 0.963702] NET: Registered PF_PACKET protocol family
[ 0.968927] 9pnet: Installing 9P2000 support
[ 0.973315] Key type dns_resolver registered
[ 0.977884] registered taskstats version 1
[ 0.982081] Loading compiled-in X.509 certificates
[ 0.992135] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.051878] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.058202] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.065019] pca953x 1-0020: using no AI
[ 1.090038] pca953x 1-0020: failed writing register
[ 1.095093] pca953x: probe of 1-0020 failed with error -121
[ 1.100918] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.107721] pca953x 1-0022: using AI
[ 1.111422] pca953x 1-0022: failed writing register
[ 1.116455] pca953x: probe of 1-0022 failed with error -121
[ 1.122182] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.128332] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.135160] omap_i2c 2020000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.141247] i2c 4-0028: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4510000/csi-bridge@4514000
[ 1.150916] i2c 4-0029: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
[ 1.160511] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.166630] pca953x 5-0020: supply vcc not found, using dummy regulator
[ 1.173447] pca953x 5-0020: using no AI
[ 1.198038] pca953x 5-0020: failed writing register
[ 1.203086] pca953x: probe of 5-0020 failed with error -121
[ 1.208876] omap_i2c 2060000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.214696] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.223261] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.232611] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.241239] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.258972] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.268863] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.275622] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.284646] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.294801] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.301560] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.309559] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 194, base_baud = 6000000) is a 8250
[ 1.319020] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.327866] printk: console [ttyS2] enabled
[ 1.327866] printk: console [ttyS2] enabled
[ 1.336309] printk: bootconsole [ns16550a0] disabled
[ 1.336309] printk: bootconsole [ns16550a0] disabled
[ 1.346750] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.355746] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 197, base_baud = 3000000) is a 8250
[ 1.364654] omap8250 2840000.serial: unable to register 8250 port
[ 1.370741] omap8250 2840000.serial: PM domain pd:281 will not be powered off
[ 1.377872] omap8250: probe of 2840000.serial failed with error -28
[ 1.386506] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
[ 1.430001] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.439196] cesar: dp83720_read_straps_____________________strap = 0xd184
[ 1.665912] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
[ 1.674595] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver NXP TJA1101
[ 1.682775] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
[ 1.695561] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[ 1.701889] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[ 1.708145] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
[ 1.715262] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
[ 1.721601] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.733434] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.843412] mmc0: CQHCI version 5.10
[ 1.886621] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.899340] vdd_mcu_0v85: Bringing 1100000uV into 850000-850000uV
[ 1.918314] vdd_ddr_1v1: Bringing 850000uV into 1100000-1100000uV
[ 1.983855] mmc0: Command Queue Engine enabled
[ 1.988306] mmc0: new HS200 MMC card at address 0001
[ 1.993633] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.999506] mmcblk0: p1 p2 p3 p4 < p5 p6 >
[ 2.004198] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 2.009836] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 2.015354] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 2.402216] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 2.408884] pca953x 2-0020: using no AI
[ 3.418153] pca953x 2-0020: failed writing register
[ 3.423095] pca953x: probe of 2-0020 failed with error -16
[ 3.429008] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 3.435836] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 3.442654] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 3.449460] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 3.456245] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 3.470356] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 3.481008] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 3.494495] spi-nor spi0.0: unrecognized JEDEC id bytes: c8 68 1b ff c8 68
[ 3.503682] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 3.511185] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
[ 3.554000] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 3.563189] cesar: dp83720_read_straps_____________________strap = 0xd184
[ 3.790060] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
[ 3.798744] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver NXP TJA1101
[ 3.806922] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
[ 3.819720] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[ 3.826048] am65-cpsw-nuss c000000.ethernet: Use random MAC address
[ 3.832306] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
[ 3.839425] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
[ 3.845744] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 3.857368] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 140
[ 3.866451] mmc1: CQHCI version 5.10
[ 3.869427] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 3.892008] ALSA device list:
[ 3.894979] No soundcards found.
[ 3.908577] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 3.916145] Waiting for root device PARTUUID=b90cd2bf-02...
[ 3.955216] mmc1: new high speed SDHC card at address 5048
[ 3.961083] mmcblk1: mmc1:5048 SD32G 29.7 GiB
[ 3.967830] mmcblk1: p1 p2
[ 4.292473] EXT4-fs (mmcblk1p2): recovery complete
[ 4.298476] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 4.307031] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 4.314852] devtmpfs: mounted
[ 4.318874] Freeing unused kernel memory: 2176K
[ 4.323486] Run /sbin/init as init process
[ 4.697211] systemd[1]: System time before build time, advancing clock.
[ 4.768415] NET: Registered PF_INET6 protocol family
[ 4.773933] Segment Routing with IPv6
[ 4.777608] In-situ OAM (IOAM) with IPv6
[ 4.815174] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 4.846543] systemd[1]: Detected architecture arm64.
Welcome to Arago 2023.04!
[ 4.911082] systemd[1]: Hostname set to <j721e-evm>.
[ 4.999781] systemd-sysv-generator[147]: SysV service '/etc/init.d/umountfs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.023662] systemd-sysv-generator[147]: SysV service '/etc/init.d/psplash.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.048322] systemd-sysv-generator[147]: SysV service '/etc/init.d/halt' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.071951] systemd-sysv-generator[147]: SysV service '/etc/init.d/sendsigs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.095806] systemd-sysv-generator[147]: SysV service '/etc/init.d/reboot' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.120430] systemd-sysv-generator[147]: SysV service '/etc/init.d/autolaunch-demo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.145283] systemd-sysv-generator[147]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.170712] systemd-sysv-generator[147]: SysV service '/etc/init.d/umountnfs.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.195033] systemd-sysv-generator[147]: SysV service '/etc/init.d/dropbear' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.219272] systemd-sysv-generator[147]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.244409] systemd-sysv-generator[147]: SysV service '/etc/init.d/netperf' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.268668] systemd-sysv-generator[147]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.292817] systemd-sysv-generator[147]: SysV service '/etc/init.d/single' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.316537] systemd-sysv-generator[147]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.340336] systemd-sysv-generator[147]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.364977] systemd-sysv-generator[147]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.389524] systemd-sysv-generator[147]: SysV service '/etc/init.d/docker.init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 5.582035] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 5.627989] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 5.680321] systemd[1]: Queued start job for default target Graphical Interface.
[ 5.720286] systemd[1]: Created slice Slice /system/getty.
[ OK ] Created slice Slice /system/getty.
[ 5.743413] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 5.767310] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 5.791019] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.814187] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password ˇts tt CCnsole DDrectory WWtch.
[ 58ȆDzǢ ssstemd[1Σ] SSarted FFrward PPssword RRquests tt WWll DDrectory WWtch.
[ OO ]]SSarted FFrward PPssword RRuests totWaWl DiDectory WaWch.
5ȵ.ǼȨΩsytemd[1]Ʌ]ReRched tatget PaPh UnUts.
O ]ReRched tatget PaPh UnUts.
5ȵ.ǼȔΧsytemd[1]Ʌ]ReRched tatget ReRote FiFe SyStems.
O ]ReRched tatget ReRote FiFe SyStems.
5ȿ.ᏢȦŇ]ytemd[1]Ʌ]ReRched tatget SlSce UnUts.
O ]ReRched tatget SlSce UnUts.
5ȿ.ǽᓈŀ]ytemd[1]Ʌ]ReRched tatget SwSps.
O ]ReRched tatget SwSps.
5ȿ.ȹᔅŁ]ytemd[1]Ʌ]LiLtening onoRPRbind SeSver AcAivation SoSket.
O ]LiLtening onoRPRbind SeSver AcAivation SoSket.
6Ǧ.01ǾΥsytemd[1]Ʌ]ReRched tatget RPR PoPt MaMper.
O ]ReRched tatget RPR PoPt MaMper.
6Ǧ.ǾǷΤsytemd[1]Ʌ]LiLtening onoPrPcess CoCe DuDp SoSket.
O ]LiLtening onoPrPcess CoCe DuDp SoSket.
6Ǧ.ȈǤsytemd[1]Ʌ]LiLtening onointctl CoCpatibility NaNed PiPe.
O ]LiLtening onointctl CoCpatibility NaNed PiPe.
6Ǧ.ȰȚΧsytemd[1]Ʌ]LiLtening onoJoJrnal AuAit SoSket.
O ]LiLtening onoJoJrnal AuAit SoSket.
6Ǧ.ȰȤΨsytemd[1]Ʌ]LiLtening onoJoJrnal SoSket (/(ev/log).
O ]LiLtening onoJoJrnal SoSket (/(ev/log).
6ǰ.ȱᗎł]ytemd[1]Ʌ]LiLtening onoJoJrnal SoSket.
O ]LiLtening onoJoJrnal SoSket.
6ǰ.ȓȡΨsytemd[1]Ʌ]LiLtening onoNeNwork SeSvice NeNlink SoSket.
O ]LiLtening onoNeNwork SeSvice NeNlink SoSket.
6ǰ.ȝȬΩsytemd[1]Ʌ]LiLtening onouduv CoCtrol SoSket.
O ]LiLtening onouduv CoCtrol SoSket.
6ǰ.ȝǰΣsytemd[1]Ʌ]LiLtening onouduv KeKnel SoSket.
O ]LiLtening onouduv KeKnel SoSket.
6Ǻ.ȞȄΥsytemd[1]Ʌ]LiLtening onoUsUr DaDabase MaMager SoSket.
O ]LiLtening onoUsUr DaDabase MaMager SoSket.
6Ǻ.ǢǪΣsytemd[1]Ʌ]MoMnting HuHe PaPes FiFe SyStem...
Munting HuHe PaPes FiFe SyStem...
6Ǻ.2șȃŃ]ytemd[1]Ʌ]MoMnting POPIX MeMsage QuQue FiFe SyStem...
Munting POPIX MeMsage QuQue FiFe SyStem...
6Ȅ.ȋȴΪsytemd[1]Ʌ]MoMnting KeKnel DeDug FiFe SyStem...
Munting KeKnel DeDug FiFe SyStem...
6Ȅ.ȋȖΧsytemd[1]Ʌ]KeKnel TrTce FiFe SyStem waw skspped bebause ofoa fafled cocdition chcck (C(nditionPathExists=/sys/kernel/tracing).
6Ȅ.ȳȚΧsytemd[1]Ʌ]tmt.mount: DiDectory /t/p totmomnt ovor isinon emety, momnting anaway.
6Ȅ.ȽțΧsytemd[1]Ʌ]MoMnting TeTporary DiDectory /t/p...
Munting TeTporary DiDectory /t/p...
6Ȅ.ȕǯΣsytemd[1]Ʌ]StSrting CrCate LiLt ofoStStic DeDice NoNes...
Sarting CrCate LiLt ofoStStic DeDice NoNes...
6Ȏ.ȠᘟŃ]ytemd[1]Ʌ]StSrting LoLd KeKnel MoMule cocfigfs...
Sarting LoLd KeKnel MoMule cocfigfs...
6Ȏ.ȴȮΩsytemd[1]Ʌ]StSrting LoLd KeKnel MoMule drd...
Sarting LoLd KeKnel MoMule drd...
6Ȏ.ǸȔΧsytemd[1]Ʌ]StSrting LoLd KeKnel MoMule fufe...
Sarting LoLd KeKnel MoMule fufe...
6Ș.ǥȰΪfufe: int (A(I vevsion 7.7Ɲ) 6Ș.ǹȼΫsytemd[1]Ʌ]StSrting StSrt pslash bobt spsash scseen...
Sarting StSrt pslash bobt spsash scseen...
6Ș.ȍȾΫsytemd[1]Ʌ]StSrting RPR BiBd...
Sarting RPR BiBd...
6Ș.ȍǤsytemd[1]Ʌ]FiFe SyStem ChCck onoRoRt DeDice waw skspped bebause ofoa fafled cocdition chcck (C(nditionPathIsReadWrite=!/).
6Ș.ǥȧŇ]ytemd[1]Ʌ]StSrting JoJrnal SeSvice...
Sarting JoJrnal SeSvice...
661Șǥsytemd[1]Ʌ]StSrting LoLd KeKnel MoMules...
Sarting LoLd KeKnel MoMules...
663ȄǭΣsytemd[1]Ʌ]StSrting GeGerate nenwork unuts frfm KeKnel cocmand lile...
Sarting GeGerate nenwork ˇ¦tˇ frof KerKel comcand linl...
[ 6646ȣΨ҆]ssemd[1]:Ł]taSting RemRunt RooR andaKerKel FilF SysSems...
SaSting RemRunt RooR andaKerKel FilF SysSems...
[ 662ȄΥʴ]TE-f҂-(mm(blk1p2ƛpł)e-rounted. QuoQa modm: nonn.
[ 671ǧȻņyssemd[1]:Ł]taSting ColCplug AllAudeu DevDces...
SaSting ColCplug AllAudeu DevDces...
[ 676ȷȄŁyssemd[1]:Ł]taSted RPCRBinB.
[ OK ] S]aSted RPCRBinB.
[ 676ȅȬňyssemd[1]:Ł]taSted JouJnal SerSice.
[ OK ] S]aSted JouJnal SerSice.
[ OK ] M]uMted HugH PagPs FilF SysSem.
[ OK ] M]uMted POSPX MesMage QueQe FilF SysSem.
[ OK ] M]uMted KerKel DebDg FilF SysSem.
[ OK ] M]uMted TemTorary DirDctory /tm/.
[ OK ] F]nFshed CreCte LisL of StaSic DevDce NodNs.
[ OK ] F]nFshed LoaL KerKel ModMle concigfs.
[ OK ] F]nFshed LoaL KerKel ModMle drm.
[ OK ] F]nFshed LoaL KerKel ModMle fusf.
[AILED] FaiFed to stast StaSt psppash boob splssh scrsen.
Se 'sy'temctl stasus psppash-start.service' forfdetdils.
[EPEND] DepDndency faifed forfStaSˇ¦progress commcnication helphr.
[ OK ] FniFhed LoadLKernKl ModuMes.
[ OK ] FniFhed GeneGate netwnrk unitu fromfKernKl commcnd line.
[ OK ] FniFhed RemoRnt RootRand KernKl FileFSystSms.
Muting FUSEFContCol FileFSystSm...
Muting KernKl ConfCguration FileFSystSm...
Sating FlusF JourJal to PtrsPstent StorSge...
[ 7072ȜΩ҄stsmd-journald[162]Ʌ̶]ceRved cliect requrst to ftusf runtrme jourjal.
Sating ApplA KernKl VariVbles...
Sating CreaCe StatSc DeviDe NodeN in /iev...
[ OK ] MunMed FUSEFContCol FileFSystSm.
[ OK ] MunMed KernKl ConfCguration FileFSystSm.
[ OK ] FniFhed FlusF JourJal to PtrsPstent StorSge.
[ OK ] FniFhed ApplA KernKl VariVbles.
[ OK ] FniFhed CreaCe StatSc DeviDe NodeN in /iev.
[ OK ] FniFhed ColdClug All udevuDeviDes.
[ OK ] RacRed targtt PrepPration for LocaL FileFSystSms.
Muting /med/a/ram...
Muting /varvolatile...
[ 73ȏ.ȕΦϏdia: typet1334Łҕia(165116ȫȉǓǤ:ǺɌ:Ѣ)ogpid=5 opɧOAD
[ 73DZ.ȟΣϐdia: typet1334Łҕia(165116ȫȉǓǮ:ȄɊ:ѣ)ogpid=6 opɨOAD
Sating RuleRbased ManaMeЎ¦for DevicD EventE and Fales...
[ K ]OMontMd /medi//ram.
[ K ]OMontMd /var//olatile.
SatSng Load/Lave RandoR Seed.S.
[ K ]ORechRd targe LocalLFile SysteSs.
SatSng CreatC VolatVle FilesFand DarecDories...
[ K ]OStrtSd Rule-Rased ManagMr for DfvicD EventE and Fales.
[ K ]OFiisFed CreatC VolatVle FilesFand DarecDories.
SatSng NetwoNk Time SynchSonization...
SatSng RecorR SysteS Boot/Bhutdown in UTiP.U.
[ K ]OFiisFed RecorR SysteS Boot/Bhutdown in UTiP.
[ K ]OStrtSd NetwoNk Time SynchSonization.
[ K ]ORechRd targe SysteS InitiIlization.
[ K ]OStrtSd DailyDCleanCp of TeopoTary DirecDories.
[ K ]ORechRd targe SysteS Time Set.
S[ K ]OStrtSd DailyDrotatron of loo flles.
[ K ]ORechRd targe TimerTUnits.
[ K ]OLiteLing on AvohiAmDNS/mNS-SD StackSActivAtion SockeS.
[ K ]OLiteLing on D-ousDSysteS MessaMe Bus SBckeS.
[ 7.9DZ.ȷŇʏ dCvicd drived interiace
SatSng DockeD SockeS for tfe AtI..A
[ 7.1ǧ.ȐŃϐdor: crng init done
d[ K ]OLiteLing on drpbdar.socket.
[ 7.5ȣ.Ȥŀѓ2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ΏŁ
7.6ǻ.ȆŁё2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ΏŁ
7.6ȣ.Țłȑ3_κι___________panel_simple_platform_probe__________________
SatSng WestoW sockes...[ 7.7ȣ.Dzńѓ2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-Ώ
7.8ȏ.Ǽŀȡ__μ____________panel_simple_probe__________________
[ 7.979Ȯŀǩ__ζ____________panel_simple_probe__________________
[ 7.9Ɂ.Ȥʼnν_________panel_simple_probe_____________connector_type = 16
=[ņ
7.0DZ.ȇłђ2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ΏŁ
7.0ș.ǽňο_________drm_panel_add_______________of_node = pan=lpdisp1
Ł
SatSng ConsoCe SysteS StartSp LoggiLg...[ 7.2ǻ.țŀɀ__ο____________panel_simple_probe________end__________
[ 7.2ǻ.ǩņя2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ΏŁ
7.3ș.ȹłᗞ]_νκ___________panel_simple_init__________________
[ 7.4DZ.ǩńȯ8_νξ___________panel_simple_init__________________
[ 7.5ȅ.țńѐ2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ŁŁ
SatSng D-BusDSysteS MessaMe Bus..B[ 7.6ǧ.dzŃё2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-Ώ
7.774ȹńѐ2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ΏŁ
7.8ȏ.ȹŃѕ2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ΏŁ
7.9ǧ.ǩŅѐ2xi 3DŽx04:ŀѸoreconficuring the dtvicd: -121
-ŁŁ
SatSng RebooR and damp vmcorv via kvxec.[ 8.0Ǽ.Ȱńє2xi 3DŽx04:ŀѸaoreconficuring the dtvicd: -121
-Ǎ[ 8.1Ț.Ȱńэ2xi 3DŽx04:ŀѸboreconficuring the dtvicd: -121
-ΏŁ
8.2Ȑ.ȜŁя2xi 3DŽx04:ŀѸcoreconficuring the dtvicd: -121
-ΏŁ
8.2ɂ.ȜŇэ2xi 3DŽx04:ŀѸdoreconficuring the dtvicd: -121
-ΏłK ]OFiisFed Load/Lave RandoR Seed.S 8.3Ț.Ȧńѐ2xi 3DŽx04:ŀѸeoreconficuring the dtvicd: -121
-Ώ
8.4Ȥ.ȒŅє2xi 3DŽx04:ŀѸforeconficuring the dtvicd: -121
-ΏłK ]OLiteLing on DookeD SockeS for tfe AtI.
A[ K ]OLiteLing on WeotoW sockes.
[ K ]OFiisFed ConsoCe SysteS StartSp LoggiLg.
[ 8.9Ǩ.Ǫńȱ]_ν____________rpi_touchscreen_probe__________________
[ 8.0Ț.ǿŁѠ_truchscreen 5-004:ŀҌelAI2C rIόC failef: -121
-ΏłK ]OFondFdevicd /dev//tyS2.
[ł. 8.184ȝʼnϢ LmnuxLmediaminteriace: v0.10
d[ŁK ]ORechRd targe SockeS Units.
[ 8.6Ȇ.ȓŀПeovev: LinuxLvideovcaptuce interiace: v2.00
f[ŀ 8.1Ǩ.ȔŀУctpl-single 11c00ǍcКϞ.rl: pin PpN86PalѼaay requerted by c0b00c0nj҈ϲ.net; cannoc claimcfor 2fa000.тϊp
[ 8.2Ǩ.ȨłСctpl-single 11c00ǍcКϞ.rl: pin-8p (2Ϝ0(Ǣb.тϊp) statu -22
[ł 8.3Dz.ȊŀОctpl-single 11c00ǍcКϞ.rl: couldcnot rnquert pin 8p (P̒6) fѼm groupgmcaspm0-piэ-default on dvicd pinctpl-single
[ 8.4Ǩ.ǬŃϑindi-mcasp 2ba000.тϊp: ErrorEapplyang settisg, reverre thingt back
b[ 8.5Ȇ.ȔńȀdskDž-proc 4d8080ጐnjѾɄ.assigaed reserred memorm node visiov-apps-c66-dmϐmemory@a90000ጚΎŀ
8.6Ȑ.ȔŅȃdskDž-proc 4d8080ጐnjѾɄ.conficured DSP fDr IfC-oIly mode
m[ 8.7Ȯ.ȨłϹotrproc remotrproc0: 4dȰ:80ጐnjѾŀ.s aviilble
[ 8.781ȼňϳotrproc remotrproc0: at҈:caing to 4dt080ጐnjѾ.[ 8.8Ǩ.ȼŅȇdskDž-proc 4d8080ጐnjѾɄ.DSP iDitiilized in IPi-oIly mode
m[ 8.9Ț.ǬłѨocrvirtio rprocrvirtio.10.au҉: assigaed reserred memorm node visiov-apps-c66-dmϐmemory@a90000ጚΎŀ
8.0Ȑ.ȟŃЛtiv_rpmsg_bus virtiv0: rpт:grhost is oniino
[ 8.0ɂ.ȋňНtiv_rpmsg_bus virtiv0: crϲ:tcng channcl rpmsgrchrdev addr 0xd
Ύx 8.0Ǩ.ǣʼnѢocrvirtio rprocrvirtio.10.au҉: regisrered virtiv0 (tyѠ 7)
[ 8.2Ȯ.ǷŃϷotrproc remotrproc0: reт:tr procepsor 4d8080ጐnjѾŀ.s noi antacaed
[ 8.3Ȑ.ǷŃǾdskDž-proc 4d8180ǨǨϨѠ assigaed reserred memorm node visiov-apps-c66-dmϐmemory@a80000ጐΎŀ
8.4ɂ.ȋńȃdskDž-proc 4d8180ǨǨϨѠ conficured DSP fDr IfC-oIly mode
m[ 8.5Ț.ǭŃϻotrproc remotrproc1: 4dȱ:80ǨǨϨѠis aviilble
[ 8.5Ȥ.ȟʼnϴotrproc remotrproc1: at҉:caing to 4dt180ǨǨϨѠ.[ 8.6ɂ.3ΨзDž]skDž-proc 4d8180ǨǨϨѠ DSP iDitiilized in IPi-oIly mode
m[ 8.7Ȥ.ȳŃѠocrvirtio rprocrvirtio.11.au҉: assigaed reserred memorm node visiov-apps-c66-dmϐmemory@a80000ጐΎŀ
8.8Ț.ȋńОtiv_rpmsg_bus virtiv1: rpу:grhost is oniino
[ 8.9Ǩ.3ΫҜѷ]iv_rpmsg_bus virtiv1: crϳ:tcng channcl rpmsgrchrdev addr 0xd
Ύx 8.9Dz.ȩŀѨocrvirtio rprocrvirtio.11.au҉: regisrered virtiv1 (tyѡ 7)
[ 8.089Ƞńϻotrproc remotrproc1: reу:tr procepsor 4d8180ǨǨϨѠis noi antacaed
[ 8.1Ȑ.ȾŃǾdskDž-proc 64800ǤnjѾɄ.assigaed reserred memorm node visiov-apps-c71-dmϑmemory@b20000ዔΎŀ
8.2Dz.ȖŇȆdskDž-proc 64800ǤnjѾɄ.conficured DSP fDr IfC-oIly mode
m[ 8.3Ț.Ǯńϲotrproc remotrproc2: 64Ȳ:0ǤnjѾŀ.s aviilble
[ 8.4Ǩ.ȾŁ϶otrproc remotrproc2: atҊ:caing to 64t00ǤnjѾ.[ 8.4Ȯ.4Φѻц]trproc remotrproc2: unҀ:puorted resouce 65538Γň
8.5ɂ.ȂŃȃdskDž-proc 64800ǤnjѾɄ.DSP iDitiilized in IPi-oIly mode
m[ 8.6Ȥ.ȖŀѢocrvirtio rprocrvirtio.12.au҉: assigaed reserred memorm node visiov-apps-c71-dmϑmemory@b20000ዔΎŀK ]OFiisFed RebooR and damp vmcorv via kvxec.
[ 8.1Dz.ȫŁРtiv_rpmsg_bus virtiv2: rpф:grhost is oniino
[ 8.1Ȯ.ǯņСtiv_rpmsg_bus virtiv2: crϴ:tcng channcl rpmsgrchrdev addr 0xd
Ύx 8.2Ȑ.ȍʼnѧocrvirtio rprocrvirtio.12.au҉: regisrered virtiv2 (tyѢ 7)
[ 8.488ǹŁϺotrproc remotrproc2: reф:tr procepsor 64800ǤnjѾŀ.s noi antacaed
[ 8.5Ȇ.ȃŀш_eic 42000ǢҜϨo-encoder: vxe_evc_probe: usinguheap 1 forifterial alloc
[ K ]OStrtSd D-BusDSysteS MessaMe Bus.
B[ 8.785ȿŇǯ7_ην___________cdns_dsi_drm_probe__________________
[ K ]ORechRd targe BasicBSysteS.
[ K ]OStrtSd Job sJoolsng tools.
[ K ]OStrtSd PerioPic CommaCd SchedSler.
SatSng PrintPnoticn aboutaGPLv3Gpacбges...
SatSng IPv6 Pacдt FilteFing FrameFork..[ 8.9Dz.ȎŁсtfprm 41000ዊѴϼ R5F cRѹF may hmve been powerpd on byoa difaedent host,hprogrpmmed states(0) !(ŀ)c!uaa states(1)
.) 8.3Ȥ.ȏłу_dic 43000ǣҜϨo-decoder: decoddr regisrered as /dav//ideo0
ŀ
SatSng IPv4 Pacвt FilteFing FrameFork...
[ K ]OStrtSd irqbaiance daemod.
SatSng TelepTony servise...
SatSng UpdatU pmic regisrfety featurf on powor rails.r.
Satng ExpandEthe rottfsrll size ofsthe boo debice....
[ OK ] SOaredSstartwlsnap.
[ OK ] SOaredSstartwlsnsta.[ 8.787Ǽ.ŇқО: type=13t4 auϩҋ1a51169ᙔǍǰɍƛ.ŃѶ:Њ)idp7 op=LOʑ
[ .8118]ňҕО: type=13t4 auϩҋ1a51169ᙔǍȄɍƛ.ŃѺ:Ћ)idp8 op=LOʒ
SatnS User LoUin MLnagemMnt...
[ OK ] SOaredSTEE SupTlicSnt.
SatnS telnetdtservice...
[ OK ] FOniheF IPv6 PaIkeҎPilteriFg FramewoFk.
[ OK ] FOniheF IPv4 PaIkeҌPilteriFg FramewoFk.
[ OK ] ROacedRtarget PreparaPion for Netfork.
SatnS NetworkNConfiguCation...
[ OK ] FOniheF Update pmic repisЎ¦srfety feature on powerorapls.
[ 88883Ϊ.ѨϒϿrmp41000000ѵϼŀі.fПfurcd R5F for I̥F-fnlyImode
[ 88956Ϊ.ѨϏЂrmp41000000ѵϼŀѾ.iЋfedareservedrmemory nmde visnon-avps-r5f-dma-mϷfory@a0000000
dΎŀŀ9079Ϊ.dzǻο__λ_________tidss_probe__________________
[ 89157Ϊ.УЋϹc 4200000.Мϲǂncoder: encoder registerrd as /dev/aid/o1
[ ȱ
241Ϊ.ȑǸη__κ_________tidss_modeset_init__________________
[ OK ] Sartd telnetd.tervice.
[ 89313Ϊ.ґϩҁditpc_modeset_init___________________num_outputs = 4
[ ȴ
431Ϊ.dzϫуoffdnd_panel_or_bridge____port = 2_____=n = dss___=_d___remote = dsi
[= 89515Ϊ.ѽуҍprrc remoteprrc3: 41000ǣ:0ѵϼКŀ.vϏflibla
[ 89526Ϊ.οθμ_____of_drm_find_panel: dev->of_dode->name: panel_dipp1, np->nϋ,en dsi_____d_______
[ 89669Ϊ.ϱшџ_fdnd_panel_or_bridge_________*panel = 000000=00000000ƸƤѴϨe = 000000=00000000Ύŀŀ9779Ϊ.dzǻο__λ_________tidss_probe__________________
[ 89860Ϊ.ȑǺζ__κ_________tidss_modeset_init__________________
[ 89961Ϊ.ѽш҉prrc remoteprrc3: attacГ:na to 41000t00ѵϼΎ Ņf0028Ϋ.҈Ϫ҆ditpc_modeset_init___________________num_outputs = 4
[ Ⱦ
096Ϋ.Ǫϱшoffdnd_panel_or_bridge____port = 2_____=n = dss___=_d___remote = dsi
[= 90208Ϋ.ζζξ_____of_drm_find_panel: dev->of_dode->name: panel_dipp1, np->nϋ,en dsi_____d_______
[ 90342Ϋ.Ϩцј_fdnd_panel_or_bridge_________*panel = 000000=00000000ƸƤѴϨe = 000000=00000000Ύŀŀ0523Ϋ.—Yι__λ_________tidss_probe__________________
[ 90585Ϋ.ȈǼλ__κ_________tidss_modeset_init__________________
[ 90675Ϋ.҈ϯ҃ditpc_modeset_init___________________num_outputs = 4
[ Ⱦ
761Ϋ.ǪϮуoffdnd_panel_or_bridge____port = 2_____=n = dss___=_d___remote = dsi
[= 90871Ϋ.ζνη_____of_drm_find_panel: dev->of_dode->name: panel_dipp1, np->nϋ,en dsi_____d_______
[ 90964Ϋ.Ϩшњ_fdnd_panel_or_bridge_________*panel = 000000=00000000ƸƤѴϨe = 000000=00000000Ύŀŀ1109Ϋ.1ȓθλ]_λ_________tidss_probe__________________
[ OK ] Sartd TelephonT service.
[ 91181Ϋ.ȉǼη__κ_________tidss_modeset_init__________________
[ 91368Ϋ.҉Ϯ҆ditpc_modeset_init___________________num_outputs = 4
[ Ⱦ
463Ϋ.1ńѷξ]ffdnd_panel_or_bridge____port = 2_____=n = dss___=_d___remote = dsi
[= 91563Ϋ.ѡϐϿrmp41000000ѵϼŀȒ. ϣfreRПFicialiied in IPC-oilyImode
[ 91601Ϋ.ηζη_____of_drm_find_panel: dev->of_dode->name: panel_dipp1, np->nϋ,en dsi_____d_______
[ 91725Ϋ.ϩфћ_fdnd_panel_or_bridge_________*panel = 000000=00000000ƸƤѴϨe = 000000=00000000Ύŀŀ1849Ϋ.ѵѸϧvitio rproc-vitio.15.auto:Łssignedareservedrmemory nmde visnon-avps-r5f-dma-mϷfory@a0000000
dΎŀŀ1973Ϋ.1Ꮹι__θκ________cdns_dsi_drm_probe_________end_________
[ 92040Ϋ.фϢьplmtform 40528000Ϟюŀζ.an demice rdgisterrd (irq=851( ver҆ї,=v2)
[ Ń92276Ϋ.ҞѻР_rvmsg_bus virtio3:vrpmsgŃ:ort is onlini
[ 92331Ϋ.Ѷѷϟvitio rproc-vitio.15.auto:Łegisterrd virtio3 (type ȩ
[ Ň)2444Ϋ.ҞѸО_rvmsg_bus virtio3:vcreatН:gcchannel ti.ipc4.ting-pњ.g addr 0xd
[ ŀx92464Ϋ.ѶшҌprrc remoteprrc3: remotϵ:pocessop 41000000ѵϼКŀ.oҫfaitanhed
[ 92606Ϋ.фϞђplmtform 40568000Ϟђŀζ.an demice rdgisterrd (irq=854( ver҆њ,=v2)
[ Ń92698Ϋ.ҞѽТ_rvmsg_bus virtio3:vcreatН:gcchannel rpmsg_chdev addr 0xe
[ ŀx93044Ϋ.хϢѐplmtform 2721000.ϑɅтcan demice rdgisterrd (irq=856( ver҆ќ,=v2)
[ Ń93163Ϋ.ǭǺι__λ_________tidss_probe__________________
[ 93221Ϋ.ȋηζ]_κ_________tidss_modeset_init__________________
[ 93311Ϋ.ҋϩѿditpc_modeset_init___________________num_outputs = 4
[ Ⱦ
404Ϋ.ǭϨцoffdnd_panel_or_bridge____port = 2_____=n = dss___=_d___remote = dsi
[= 93482Ϋ.ιξθ_____of_drm_find_panel: dev->of_dode->name: panel_dipp1, np->nϋ,en dsi_____d_______
[ 93571Ϋ.ϫщї_fdnd_panel_or_bridge_________*panel = 000000=00000000ƸƤѴϨe = 000000=00000000Ύŀŀ3731Ϋ.ѣύϽrmp5c00000.5ϼŀі.fПfurcd R5F for I̥F-fnlyImode
[ 93789Ϋ.⦍ǯLj]ujСŁeound-0:sdevm_Ѿ:ddsoc_register_card() failed: -517
[ ŅɁ
810Ϋ.ѣϋϼrmp5c00000.5ϼŀѾ.iЋfedareservedrmemory nmde visnon-avps-r5f-dma-mϷfory@a2000000
fΎŀŀ4179Ϋ.Ѹщґprrc remoteprrc4: 5c000Ǥ:.5ϼКŀ.vϏflibla
[ 94251Ϋ.Ѹч҉prrc remoteprrc4: attacД:na to 5c000t0.5ϼΎ Ņf4434Ϋ.ѤύЀrmp5c00000.5ϼŀȒ. ϣfreRПFicialiied in IPC-oilyImode
[ 94500Ϋ.ѸѴϞvitio rproc-vitio.16.auto:Łssignedareservedrmemory nmde visnon-avps-r5f-dma-mϷfory@a2000000
fΎŀŀ4607Ϋ.ǮǴν__λ_________tidss_probe__________________
[ 94677Ϋ.4Ȏζν]_κ_________tidss_modeset_init__________________
[ 94677Ϋ.ҠѻС_rvmsg_bus virtio4:vrpmsgń:ort is onlini
[ 94679Ϋ.Ѹѻϧvitio rproc-vitio.16.auto:Łegisterrd virtio4 (type Ȫ
[ Ň)4856Ϋ.ҠѹР_rvmsg_bus virtio4:vcreatО:gcchannel rpmsg_chdev addr 0xd
[ ŀx94905Ϋ.ҌϨ҃ditpc_modeset_init___________________num_outputs = 4
[ Ⱦ
068Ϋ.ǯϮъoffdnd_panel_or_bridge____port = 2_____=n = dss___=_d___remote = dsi
[ OK ] Sartd User LogUn MaLagemeMt.
[ 95289Ϋ.λξο_____of_drm_find_panel: dev->of_dode->name: panel_dipp1, np->nϋ,en dsi_____d_______
[ 95379Ϋ.ѹщґprrc remoteprrc4: remot϶:pocessop 5c00000.5ϼКŀ.oҫfaitanhed
[ 95599Ϋ.ѥϓЅrmp5d00000.5ϼŀіnЁigured R5F for IPI-only mmde
[ 9.560475] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 9.575674] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 9.584768] 152_________________tidss_probe__________________
[ 9.586358] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
[ 9.590620] 442_________________tidss_modeset_init__________________
[ 9.606526] tidss_dispc_modeset_init___________________num_outputs = 4
[ 9.613135] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 9.621269] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 9.630647] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 9.641469] remoteproc remoteproc5: 5d00000.r5f is available
[ 9.648830] remoteproc remoteproc5: attaching to 5d00000.r5f
[ 9.655565] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 9.655612] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[ 9.669582] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
[ 9.683184] 152_________________tidss_probe__________________
[ 9.684578] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.690532] 442_________________tidss_modeset_init__________________
[ 9.706106] tidss_dispc_modeset_init___________________num_outputs = 4
[ 9.713487] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 9.722459] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 9.731952] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 9.762514] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 9.772149] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 9.777732] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
[ 9.785235] 152_________________tidss_probe__________________
[ 9.791215] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
[ 9.792083] Bluetooth: Core ver 2.22
[ 9.801999] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe
[ 9.809531] 442_________________tidss_modeset_init__________________
[ 9.815944] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
[ 9.823098] tidss_dispc_modeset_init___________________num_outputs = 4
[ 9.829629] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
[ 9.829709] NET: Registered PF_BLUETOOTH protocol family
[ 9.842475] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 9.846360] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.856283] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 9.865910] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
[ 9.870183] Bluetooth: HCI device and connection manager initialized
[ 9.879773] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
[ 9.881526] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 9.901614] Bluetooth: HCI socket layer initialized
[ 9.904855] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
[ 9.914131] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
[ 9.914253] Bluetooth: L2CAP socket layer initialized
[ 9.924049] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
[ 9.926512] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 9.942891] Bluetooth: SCO socket layer initialized
[ 9.943209] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 9.960312] 152_________________tidss_probe__________________
[ 9.971005] 442_________________tidss_modeset_init__________________
[ 9.982265] tidss_dispc_modeset_init___________________num_outputs = 4
[ 9.985546] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached
[ 9.996198] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 10.008354] platform 5e00000.r5f: configured R5F for remoteproc mode
[ 10.014967] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 10.031043] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ OK ] Finished Expand the rootfsЎ¦full size of the boot device..
[ 10.052570] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 10.070266] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
[ 10.079821] 152_________________tidss_probe__________________
[ 10.085626] 442_________________tidss_modeset_init__________________
[ 10.095397] tidss_dispc_modeset_init___________________num_outputs = 4
[ 10.109567] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 10.124284] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 10.143563] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 10.155478] remoteproc remoteproc6: 5e00000.r5f is available
[ 10.174418] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 10.182153] remoteproc remoteproc6: loading /lib/firmware/j7-main-r5f1_0-fw failed with error -22
[ 10.194410] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -22
[ 10.204819] remoteproc remoteproc6: powering up 5e00000.r5f
[ 10.210440] remoteproc remoteproc6: loading /lib/firmware/j7-main-r5f1_0-fw failed with error -22
[ 10.219981] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -22
[ 10.229926] remoteproc remoteproc6: request_firmware failed: -22
[ 10.255497] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
[ OK ] Started Network Configuration.[ 10.277277] remoteproc remoteproc7: 5f00000.r5f is available
[ 10.283829] remoteproc remoteproc7: loading /lib/firmware/j7-main-r5f1_1-fw failed with error -22
[ 10.293750] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 10.295018] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -22
Starting Wait for Network to be Configured[ 10.312136] remoteproc remoteproc7: powering up 5f00000.r5f
...
Starting Network Name Resolution...
[ 10.322682] remoteproc remoteproc7: loading /lib/firmware/j7-main-r5f1_1-fw failed with error -22
[ 10.336823] am65-cpsw-nuss c000000.ethernet: PSI-L request err -22
[ 10.338051] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -22
[ 10.353961] remoteproc remoteproc7: request_firmware failed: -22
[ 10.358872] 152_________________tidss_probe__________________
[ 10.369700] 442_________________tidss_modeset_init__________________
[ 10.382427] tidss_dispc_modeset_init___________________num_outputs = 4
[ 10.389008] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 10.408541] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 10.418470] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 10.460371] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:06] driver [NXP TJA1101] (irq=POLL)
[ 10.473526] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/rmii link mode
[ 10.654913] cesar: dp83720_read_straps_____________________strap = 0xd184
[ 10.879103] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 10.890221] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 10.902821] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 10.913631] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 10.934477] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 10.935092] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 10.952604] 152_________________tidss_probe__________________
[ 10.963657] 442_________________tidss_modeset_init__________________
[ 10.977102] tidss_dispc_modeset_init___________________num_outputs = 4
[ 10.984029] scsi host0: ufshcd
[ 10.990303] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 11.005051] cesar:DP83720_RGMII_ID_CTRL enable=0x3
[ 11.009888] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 11.021957] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 11.038855] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 11.047969] am65-cpsw-nuss c000000.ethernet eth0: PHY [c000f00.mdio:04] driver [TI DP83TG720CS1.1] (irq=POLL)
[ 11.058896] 152_________________tidss_probe__________________
[ 11.066024] 442_________________tidss_modeset_init__________________
[ 11.078387] tidss_dispc_modeset_init___________________num_outputs = 4
[ 11.088380] am65-cpsw-nuss c000000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 11.096588] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 11.104719] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 11.125749] am65-cpsw-nuss c000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 11.134214] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 11.150712] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 11.169948] 152_________________tidss_probe__________________
[ 11.180227] 442_________________tidss_modeset_init__________________
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name L[ 11.204303] tidss_dispc_modeset_init___________________num_outputs = 4
ookups.
[ 11.211603] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
Starting Avahi mDNS/DNS-SD Stack...
[ 11.230415] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 11.244137] remoteproc remoteproc8: b034000.pru is available
[ 11.249892] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 11.260035] remoteproc remoteproc9: b004000.rtu is available
Starting Enable and configure wl18xx bluetooth[ 11.267820] remoteproc remoteproc10: b00a000.txpru is available
stack...
Starting containerd container runtime...
[ OK ] Started Netperf Benchmark Server 11.287835] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
m.
[ OK ] Started NFS status monitor for NFSv[ 11.308875] 152_________________tidss_probe__________________
2/3 locking..
[ 11.322029] 442_________________tidss_modeset_init__________________
[ 11.334347] tidss_dispc_modeset_init___________________num_outputs = 4
Starting Permit User Sessions...
[ 11.348891] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 11.366827] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 11.373012] remoteproc remoteproc11: b038000.pru is available
[ 11.376878] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ OK ] Finished Enable and configure wl18x[ 11.392238] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
x bluetooth stack.
[ 11.394599] cdns-ufshcd 4e84000.ufs: link startup failed 1
[ 11.411602] 152_________________tidss_probe__________________
[ 11.418018] 442_________________tidss_modeset_init__________________
[ 11.424703] remoteproc remoteproc12: b006000.rtu is available
[ 11.430475] tidss_dispc_modeset_init___________________num_outputs = 4
[ 11.439236] remoteproc remoteproc13: b00c000.txpru is available
[ 11.441676] cdns-ufshcd 4e84000.ufs: UFS Host state=0
[ 11.450523] remoteproc remoteproc14: b134000.pru is available
[ 11.456266] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 11.464561] remoteproc remoteproc15: b104000.rtu is available
[ 11.469225] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0
[ OK ] Finished Permit User Sessions.[ 11.476816] remoteproc remoteproc16: b10a000.txpru is available
[ 11.484448] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 11.497540] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
[ 11.506804] remoteproc remoteproc17: b138000.pru is available
[ 11.512238] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
[ 11.519918] remoteproc remoteproc18: b106000.rtu is available
[ 11.523312] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ OK ] Started Getty on tty1.[ 11.535087] remoteproc remoteproc19: b10c000.txpru is available
[ 11.550028] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
[ 11.562063] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 11.565621] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
[ 11.575742] 152_________________tidss_probe__________________
[ 11.575745] 442_________________tidss_modeset_init__________________
[ 11.575773] tidss_dispc_modeset_init___________________num_outputs = 4
[ 11.575795] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 11.575800] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 11.575802] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 0000000000000000
[ 11.592811] cdns-ufshcd 4e84000.ufs: Clk gate=1
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks.[ 11.645150] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0
..
[ 11.657031] cdns-ufshcd 4e84000.ufs: last intr at 11394579 us, last intr status=0x404
[ 11.666530] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
[ 11.674077] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0
[ 11.674084] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
[ 11.674088] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
[ 11.674093] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
[ 11.674096] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
[ 11.674113] host_regs: 00000000: 1587031f 00000000 00000210 00000000
[ 11.674117] host_regs: 00000010: 00000000 00000000 00000000 00000000
[ 11.674120] host_regs: 00000020: 00000000 00000470 00000000 00000000
[ 11.674123] host_regs: 00000030: 00000008 00000001 00000000 00000000
[ 11.674125] host_regs: 00000040: 00000000 00000000 00000000 00000000
[ 11.674128] host_regs: 00000050: 00000000 00000000 00000000 00000000
[ 11.674130] host_regs: 00000060: 00000000 00000000 00000000 00000000
[ 11.674133] host_regs: 00000070: 00000000 00000000 00000000 00000000
[ 11.674135] host_regs: 00000080: 00000000 00000000 00000000 00000000
[ 11.674138] host_regs: 00000090: 00000016 00000000 00000001 00000000
[ 11.674141] cdns-ufshcd 4e84000.ufs: No record of pa_err
[ 11.674144] cdns-ufshcd 4e84000.ufs: No record of dl_err
[ 11.674147] cdns-ufshcd 4e84000.ufs: No record of nl_err
[ 11.674149] cdns-ufshcd 4e84000.ufs: No record of tl_err
[ 11.674151] cdns-ufshcd 4e84000.ufs: No record of dme_err
[ 11.674154] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err
[ 11.674156] cdns-ufshcd 4e84000.ufs: No record of fatal_err
[ 11.674158] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 11394595 us
[ 11.674162] cdns-ufshcd 4e84000.ufs: link_startup_fail: total cnt=1
[ 11.674165] cdns-ufshcd 4e84000.ufs: No record of resume_fail
[ 11.674167] cdns-ufshcd 4e84000.ufs: No record of suspend_fail
[ 11.674169] cdns-ufshcd 4e84000.ufs: No record of dev_reset
[ 11.674171] cdns-ufshcd 4e84000.ufs: No record of host_reset
[ 11.674174] cdns-ufshcd 4e84000.ufs: No record of task_abort
Starting Weston, a WaylandЎ¦ositor, aa a system service...
[ 11.892903] max96722 4-0029: Consider updating driver max96722 to match on endpoints
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ 11.942547] 458________add_typed_________devm_drm_of_get_bridge__________________
[ 11.965921] 1 drm_of_find_panel_or_bridge____port = 1______np = dsi-bridge_________remote = panel_disp1
[ 11.979940] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: panel_disp1_____________
[ 11.993601] drm_of_find_panel_or_bridge_________*panel = 0000000010d6698f, *bridge = 0000000000000000
[ 12.004141] 333________add_typed_________devm_drm_panel_bridge_add__________________
[ 12.012204] 359________add_typed_________devm_drm_panel_bridge_add_typed__________________
[ 12.017055] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
[ 12.021490] 242_________________drm_panel_bridge_add_typed__________connector_type=16________
[ 12.038143] [ ++++drm_bridge_add+++++ ]____________node->name: panel_disp1
[ 12.045299] [ ++++drm_bridge_add+++++ ]____________node->name: dsi-bridge
[ 12.052567] tc358762_probe______________dsi->name=tc358762_____________
[ 12.065856] 928_________________cdns_dsi_attach__________________
[ 12.073286] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi-bridge_____________
[ 12.083290] 959_________________cdns_dsi_attach__________________
[ 12.089415] [ ----of_drm_find_bridge ]-----bridge->of_node->name: panel_disp1, np->name: dsi-bridge
[ 12.099100] [ ----of_drm_find_bridge ]-----bridge->of_node->name: dsi-bridge, np->name: dsi-bridge
[ 12.108176] [ ++++drm_bridge_add+++++ ]____________node->name: dsi
[ 12.120538] j721e-audio sound-0: devm_snd_soc_register_card() failed: -517
[ 12.120633] max96718 4-0028: Consider updating driver max96718 to match on endpoints
[ 12.138297] 152_________________tidss_probe__________________
[ 12.150456] 442_________________tidss_modeset_init__________________
[ OK ] Listening on Load/Save RF Ў¦itch SS 1ǎ.ȝȴǡ ttdss_dispc_modeset_init___________________num_outputs = 4
[ 12.167492] 984_________________cdns_dsi_attach________end__________
tatus /dev/rfkill Watch.
[ 12.181606] 1 drm_of_find_panel_or_bridge____port = 2______np = dss_________remote = dsi
[ 12.199226] ____________of_drm_find_panel: dev->of_node->name: panel_disp1, np->name: dsi_____________
[ 12.213983] [ ----of_drm_find_bridge ]-----bridge->of_node->name: panel_disp1, np->name: dsi
[ 12.229579] [ ----of_drm_find_bridge ]-----bridge->of_node->name: dsi-bridge, np->name: dsi
[ 12.246602] [ ----of_drm_find_bridge ]-----bridge->of_node->name: dsi, np->name: dsi
[ 12.261234] drm_of_find_panel_or_bridge_________*panel = 0000000000000000, *bridge = 00000000ab120bd9
[ 12.282110] tidss_dispc_modeset_init_____________pipes[0].num_bridges = 1
[ 12.294214] 284________________drm_bridge_attach________of_node->name: dsi________
[ 12.309645] 620_________________cdns_dsi_bridge_attach__________________
[ 12.325596] 284________________drm_bridge_attach________of_node->name: dsi-bridge________
[ 12.334417] _______________tc358762_attach_________________
[ 12.340081] audit: type=1334 audit(1651169964.868:6): prog-id=9 op=LOAD
[ 12.346730] audit: type=1334 audit(1651169964.872:7): prog-id=10 op=LOAD
[ 12.355071] 284________________drm_bridge_attach________of_node->name: panel_disp1________
[ 12.363441] 73_________________panel_bridge_attach__________________
[ 12.370755] cdns-csi2rx 4514000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
Starting User Database Manager...[ 12.384962] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
[ 12.397578] 41_________________panel_bridge_connector_get_modes__________________
[ 12.406883] 423_________________panel_simple_get_modes_______end_____num=1______
[ 12.414588] 364_________________drm_helper_probe_get_modes________count=1__________
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPL-3.0 packages:
adwaita-icon-theme-symbolic
autoconf
bash-dev
bash
bc
binutils
cifs-utils
coreutils-stdbuf
coreutils
cpio
cpp-symlinks
cpp
dosfstools
elfutils
g++-symlinks
g++
gawk-dev
gawk
gcc-symlinks
gcc
gdb
gdbserver
gettext
glmark2
gnu-config
grub-common
grub-editenv
grub-efi
gzip
less
libasm1
libatomic-dev
libatomic1
libbfd
libdebuginfod1
libdw1
libeigen-dev
libelf1
libgcc-s-dev
libgcc1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgettextlib
libgettextsrc
libgmp10
libidn2-0
libmpc3
libmpfr6
libopcodes
libqt5charts-examples
libqt5charts-plugins
libqt5charts-qmlplugins
libqt5charts5
libqt5sensors-plugins
libqt5sensors-qmlplugins
libqt5sensors5
libqt5serialport-examples
libqt5serialport-plugins
libqt5serialport-qmlplugins
libqt5serialport5
libqt5svg-examples
libqt5svg-plugins
libqt5svg-qmlplugins
libqt5svg5
libqt5virtualkeyboard-plugins
libqt5virtualkeyboard-qmlplugins
libqt5virtualkeyboard5
libqt5webchannel-plugins
libqt5webchannel-qmlplugins
libqt5webchannel5
libreadline-dev
libreadline8
libstdc++-dev
libstdc++6
libunistring2
m4-dev
m4
make
nettle
parted
piglit
qt3d-plugins
qt3d-qmlplugins
qt3d
qtbase-examples
qtbase-plugins
qtbase-qmlplugins
qtbase
qtconnectivity-plugins
qtconnectivity-qmlplugins
qtconnectivity
qtdeclarative-plugins
qtdeclarative-qmlplugins
qtdeclarative-tools
qtdeclarative
qtgraphicaleffects-qmlplugins
qtlocation-examples
qtlocation-plugins
qtlocation-qmlplugins
qtlocation
qtmultimedia-examples
qtmultimedia-plugins
qtmultimedia-qmlplugins
qtmultimedia
qtquics-qmlplugins.control
qtquics2-plugins.control
qtquics2-qmlplugins.control
qtquics2.control
qtscript-examples
qtscript-plugins
qtscript-qmlplugins
qtscript
qtwayland-examples
qtwayland-plugins
qtwayland-qmlplugins
qtwayland
tar
which
If you do not wish to distribute GPL-3.0 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
2. Try to change the configuration to DPI,


The console is accessible and available through modetest, but not crtc modes
root@j721e-evm:~# modetest -M tidss
[ 63.562443] 2705________________drm_mode_getconnector________________
[ 63.568894] 41_________________panel_bridge_connector_get_modes__________________
[ 63.576370] 423_________________panel_simple_get_modes_______end_____num=1______
[ 63.583752] 364_________________drm_helper_probe_get_modes________count=1__________
Encoders:
id crtc type possible crtcs possible clones
39 0 none 0x00000001 0x00000001
Connectors:
id encoder status name size (mm) modes encoders
40 0 connected DPI-1 217x136 0 39
props:
1 EDID:
flags: immutable blob
blobs:
value:
2 DPMS:
flags: enum
enums: On=0 Standby=1 Suspend=2 Off=3
value: 0
5 link-status:
flags: enum
enums: Good=0 Bad=1
value: 0
6 non-desktop:
flags: immutable range
values: 0 1
value: 0
4 TILE:
flags: immutable blob
blobs:
value:
CRTCs:
id fb pos size
38 0 (0,0) (0x0)
#0 nan 0 0 0 0 0 0 0 0 0 flags: ; type:
props:
24 VRR_ENABLED:
flags: range
values: 0 1
value: 0
27 CTM:
flags: blob
blobs:
value:
28 GAMMA_LUT:
flags: blob
blobs:
value:
29 GAMMA_LUT_SIZE:
flags: immutable range
values: 0 4294967295
value: 256
Planes:
id crtc fb CRTC x,y x,y gamma size possible crtcs
31 0 0 0,0 0,0 0 0x00000001
formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
props:
8 type:
flags: immutable enum
enums: Overlay=0 Primary=1 Cursor=2
value: 1
30 IN_FORMATS:
flags: immutable blob
blobs:
value:
01000000000000001d00000018000000
01000000900000004152313241423132
52413132524731364247313641523135
41423135415232344142323452413234
42413234524732344247323441523330
41423330585231325842313252583132
58523135584231355852323458423234
52583234425832345852333058423330
59555956555956594e56313200000000
ffffff1f000000000000000000000000
0000000000000000
in_formats blob decoded:
AR12: LINEAR
AB12: LINEAR
RA12: LINEAR
RG16: LINEAR
BG16: LINEAR
AR15: LINEAR
AB15: LINEAR
AR24: LINEAR
AB24: LINEAR
RA24: LINEAR
BA24: LINEAR
RG24: LINEAR
BG24: LINEAR
AR30: LINEAR
AB30: LINEAR
XR12: LINEAR
XB12: LINEAR
RX12: LINEAR
XR15: LINEAR
XB15: LINEAR
XR24: LINEAR
XB24: LINEAR
RX24: LINEAR
BX24: LINEAR
XR30: LINEAR
XB30: LINEAR
YUYV: LINEAR
UYVY: LINEAR
NV12: LINEAR
33 zpos:
flags: immutable range
values: 0 0
value: 0
34 COLOR_ENCODING:
flags: enum
enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
value: 0
35 COLOR_RANGE:
flags: enum
enums: YCbCr limited range=0 YCbCr full range=1
value: 1
36 alpha:
flags: range
values: 0 65535
value: 65535
37 pixel blend mode:
flags: enum
enums: Pre-multiplied=0 Coverage=1
value: 0
41 0 0 0,0 0,0 0 0x00000001
formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
props:
8 type:
flags: immutable enum
enums: Overlay=0 Primary=1 Cursor=2
value: 0
30 IN_FORMATS:
flags: immutable blob
blobs:
value:
01000000000000001d00000018000000
01000000900000004152313241423132
52413132524731364247313641523135
41423135415232344142323452413234
42413234524732344247323441523330
41423330585231325842313252583132
58523135584231355852323458423234
52583234425832345852333058423330
59555956555956594e56313200000000
ffffff1f000000000000000000000000
0000000000000000
in_formats blob decoded:
AR12: LINEAR
AB12: LINEAR
RA12: LINEAR
RG16: LINEAR
BG16: LINEAR
AR15: LINEAR
AB15: LINEAR
AR24: LINEAR
AB24: LINEAR
RA24: LINEAR
BA24: LINEAR
RG24: LINEAR
BG24: LINEAR
AR30: LINEAR
AB30: LINEAR
XR12: LINEAR
XB12: LINEAR
RX12: LINEAR
XR15: LINEAR
XB15: LINEAR
XR24: LINEAR
XB24: LINEAR
RX24: LINEAR
BX24: LINEAR
XR30: LINEAR
XB30: LINEAR
YUYV: LINEAR
UYVY: LINEAR
NV12: LINEAR
43 zpos:
flags: range
values: 1 3
value: 3
44 COLOR_ENCODING:
flags: enum
enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
value: 0
45 COLOR_RANGE:
flags: enum
enums: YCbCr limited range=0 YCbCr full range=1
value: 1
46 alpha:
flags: range
values: 0 65535
value: 65535
47 pixel blend mode:
flags: enum
enums: Pre-multiplied=0 Coverage=1
value: 0
48 0 0 0,0 0,0 0 0x00000001
formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
props:
8 type:
flags: immutable enum
enums: Overlay=0 Primary=1 Cursor=2
value: 0
30 IN_FORMATS:
flags: immutable blob
blobs:
value:
01000000000000001d00000018000000
01000000900000004152313241423132
52413132524731364247313641523135
41423135415232344142323452413234
42413234524732344247323441523330
41423330585231325842313252583132
58523135584231355852323458423234
52583234425832345852333058423330
59555956555956594e56313200000000
ffffff1f000000000000000000000000
0000000000000000
in_formats blob decoded:
AR12: LINEAR
AB12: LINEAR
RA12: LINEAR
RG16: LINEAR
BG16: LINEAR
AR15: LINEAR
AB15: LINEAR
AR24: LINEAR
AB24: LINEAR
RA24: LINEAR
BA24: LINEAR
RG24: LINEAR
BG24: LINEAR
AR30: LINEAR
AB30: LINEAR
XR12: LINEAR
XB12: LINEAR
RX12: LINEAR
XR15: LINEAR
XB15: LINEAR
XR24: LINEAR
XB24: LINEAR
RX24: LINEAR
BX24: LINEAR
XR30: LINEAR
XB30: LINEAR
YUYV: LINEAR
UYVY: LINEAR
NV12: LINEAR
50 zpos:
flags: range
values: 1 3
value: 0
51 COLOR_ENCODING:
flags: enum
enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
value: 0
52 COLOR_RANGE:
flags: enum
enums: YCbCr limited range=0 YCbCr full range=1
value: 1
53 alpha:
flags: range
values: 0 65535
value: 65535
54 pixel blend mode:
flags: enum
enums: Pre-multiplied=0 Coverage=1
value: 0
55 0 0 0,0 0,0 0 0x00000001
formats: AR12 AB12 RA12 RG16 BG16 AR15 AB15 AR24 AB24 RA24 BA24 RG24 BG24 AR30 AB30 XR12 XB12 RX12 XR15 XB15 XR24 XB24 RX24 BX24 XR30 XB30 YUYV UYVY NV12
props:
8 type:
flags: immutable enum
enums: Overlay=0 Primary=1 Cursor=2
value: 0
30 IN_FORMATS:
flags: immutable blob
blobs:
value:
01000000000000001d00000018000000
01000000900000004152313241423132
52413132524731364247313641523135
41423135415232344142323452413234
42413234524732344247323441523330
41423330585231325842313252583132
58523135584231355852323458423234
52583234425832345852333058423330
59555956555956594e56313200000000
ffffff1f000000000000000000000000
0000000000000000
in_formats blob decoded:
AR12: LINEAR
AB12: LINEAR
RA12: LINEAR
RG16: LINEAR
BG16: LINEAR
AR15: LINEAR
AB15: LINEAR
AR24: LINEAR
AB24: LINEAR
RA24: LINEAR
BA24: LINEAR
RG24: LINEAR
BG24: LINEAR
AR30: LINEAR
AB30: LINEAR
XR12: LINEAR
XB12: LINEAR
RX12: LINEAR
XR15: LINEAR
XB15: LINEAR
XR24: LINEAR
XB24: LINEAR
RX24: LINEAR
BX24: LINEAR
XR30: LINEAR
XB30: LINEAR
YUYV: LINEAR
UYVY: LINEAR
NV12: LINEAR
57 zpos:
flags: range
values: 1 3
value: 2
58 COLOR_ENCODING:
flags: enum
enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
value: 0
59 COLOR_RANGE:
flags: enum
enums: YCbCr limited range=0 YCbCr full range=1
value: 1
60 alpha:
flags: range
values: 0 65535
value: 65535
61 pixel blend mode:
flags: enum
enums: Pre-multiplied=0 Coverage=1
value: 0
Frame buffers:
id size pitch
Therefore, the configuration difference between DSI and DPI is:


The above two questions to help answer
Regards,
Cesar
