Hi TI,
I am debugging a gpio driver in J721E, I found a curious problem, when I compile the driver as .ko, and insmod, it works well, but when I build it into kernel, the kernel will always can't get the gpio number, calling API of_get_named_gpio always return -571, and leads to the crash, thus, I don't know why it failed with of_get_named_gpio while built-in kernel, please help. thanks!
Built-in kernel gpio driver crash log:
0.843109] gpio init [ 0.845438] driver register [ 0.848369] my_pdrv_probe! [ 0.848378] gpio_red = -517 [ 0.853996] ret = 0 [ 0.856136] gpio_green = -517 [ 0.859162] ret = 0 [ 0.861297] ------------[ cut here ]------------ [ 0.866011] invalid GPIO -517 [ 0.869068] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 0.877332] Modules linked in: [ 0.880450] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.41-g4c2eade9f7 #27 [ 0.887738] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 0.893694] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 0.899828] pc : gpio_to_desc+0xb0/0x100 [ 0.903829] lr : gpio_to_desc+0xb0/0x100 [ 0.907829] sp : ffff8000113efb30 [ 0.911207] x29: ffff8000113efb30 x28: 0000000000000000 [ 0.916631] x27: ffff800010f91078 x26: ffff800010f204b8 [ 0.922056] x25: ffff8000111f5898 x24: 0000000000000000 [ 0.927479] x23: ffff80001121da80 x22: ffff00087ff43810 [ 0.932904] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 0.938328] x19: 0000000000000000 x18: 0000000000000010 [ 0.943752] x17: 0000000000000000 x16: 0000000000000000 [ 0.949176] x15: ffff000820160530 x14: 0000000000000101 [ 0.954599] x13: ffff000820160530 x12: 00000000ffffffea [ 0.960023] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 0.965447] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 0.970870] x7 : c0000000ffffefff x6 : 0000000000000001 [ 0.976294] x5 : 0000000000000000 x4 : 0000000000000000 [ 0.981718] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 0.987141] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 0.992565] Call trace: [ 0.995057] gpio_to_desc+0xb0/0x100 [ 0.998704] gpio_request+0x1c/0x48 [ 1.002263] my_pdrv_probe+0xcc/0x1a0 [ 1.006000] platform_drv_probe+0x54/0xa8 [ 1.010089] really_probe+0xe4/0x3b0 [ 1.013734] driver_probe_device+0x58/0xb8 [ 1.017913] device_driver_attach+0x74/0x80 [ 1.022180] __driver_attach+0x58/0xe0 [ 1.026005] bus_for_each_dev+0x70/0xc0 [ 1.029917] driver_attach+0x24/0x30 [ 1.033562] bus_add_driver+0x14c/0x1f0 [ 1.037474] driver_register+0x64/0x120 [ 1.041386] __platform_driver_register+0x48/0x58 [ 1.046189] test_gpio_init+0x38/0x60 [ 1.049925] do_one_initcall+0x54/0x1b8 [ 1.053837] kernel_init_freeable+0x1d4/0x23c [ 1.058284] kernel_init+0x14/0x114 [ 1.061841] ret_from_fork+0x10/0x34 [ 1.065489] ---[ end trace fdae8f19cdce6b3a ]--- [ 1.070241] green-led request = 0 [ 1.073623] ------------[ cut here ]------------ [ 1.078337] invalid GPIO -517 [ 1.081371] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.089634] Modules linked in: [ 1.092749] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.101457] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.107412] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.113546] pc : gpio_to_desc+0xb0/0x100 [ 1.117546] lr : gpio_to_desc+0xb0/0x100 [ 1.121546] sp : ffff8000113efb30 [ 1.124924] x29: ffff8000113efb30 x28: 0000000000000000 [ 1.130348] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.135772] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.141196] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.146620] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.152044] x19: 0000000000000000 x18: 0000000000000010 [ 1.157467] x17: 0000000000000000 x16: 0000000000000000 [ 1.162891] x15: ffff000820160530 x14: 000000000000012f [ 1.168315] x13: ffff000820160530 x12: 00000000ffffffea [ 1.173739] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.179162] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.184586] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.190009] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.195433] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.200857] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.206280] Call trace: [ 1.208772] gpio_to_desc+0xb0/0x100 [ 1.212417] gpio_request+0x1c/0x48 [ 1.215974] my_pdrv_probe+0xec/0x1a0 [ 1.219709] platform_drv_probe+0x54/0xa8 [ 1.223799] really_probe+0xe4/0x3b0 [ 1.227444] driver_probe_device+0x58/0xb8 [ 1.231622] device_driver_attach+0x74/0x80 [ 1.235889] __driver_attach+0x58/0xe0 [ 1.239713] bus_for_each_dev+0x70/0xc0 [ 1.243624] driver_attach+0x24/0x30 [ 1.247269] bus_add_driver+0x14c/0x1f0 [ 1.251181] driver_register+0x64/0x120 [ 1.255093] __platform_driver_register+0x48/0x58 [ 1.259894] test_gpio_init+0x38/0x60 [ 1.263628] do_one_initcall+0x54/0x1b8 [ 1.267540] kernel_init_freeable+0x1d4/0x23c [ 1.271986] kernel_init+0x14/0x114 [ 1.275542] ret_from_fork+0x10/0x34 [ 1.279187] ---[ end trace fdae8f19cdce6b3b ]--- [ 1.283911] red-led request = 0 [ 1.287115] ------------[ cut here ]------------ [ 1.291829] invalid GPIO -517 [ 1.294863] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.303127] Modules linked in: [ 1.306241] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.314949] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.320905] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.327038] pc : gpio_to_desc+0xb0/0x100 [ 1.331039] lr : gpio_to_desc+0xb0/0x100 [ 1.335039] sp : ffff8000113efb50 [ 1.338417] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.343841] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.349265] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.354689] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.360112] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.365536] x19: 0000000000000000 x18: 0000000000000010 [ 1.370960] x17: 0000000000000000 x16: 0000000000000000 [ 1.376383] x15: ffff000820160530 x14: 000000000000015d [ 1.381807] x13: ffff000820160530 x12: 00000000ffffffea [ 1.387230] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.392654] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.398078] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.403501] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.408925] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.414349] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.419773] Call trace: [ 1.422264] gpio_to_desc+0xb0/0x100 [ 1.425909] my_pdrv_probe+0x104/0x1a0 [ 1.429733] platform_drv_probe+0x54/0xa8 [ 1.433823] really_probe+0xe4/0x3b0 [ 1.437468] driver_probe_device+0x58/0xb8 [ 1.441646] device_driver_attach+0x74/0x80 [ 1.445914] __driver_attach+0x58/0xe0 [ 1.449738] bus_for_each_dev+0x70/0xc0 [ 1.453649] driver_attach+0x24/0x30 [ 1.457295] bus_add_driver+0x14c/0x1f0 [ 1.461206] driver_register+0x64/0x120 [ 1.465118] __platform_driver_register+0x48/0x58 [ 1.469919] test_gpio_init+0x38/0x60 [ 1.473652] do_one_initcall+0x54/0x1b8 [ 1.477565] kernel_init_freeable+0x1d4/0x23c [ 1.482011] kernel_init+0x14/0x114 [ 1.485567] ret_from_fork+0x10/0x34 [ 1.489212] ---[ end trace fdae8f19cdce6b3c ]--- [ 1.493929] gpio_red output ret=0 [ 1.497307] ------------[ cut here ]------------ [ 1.502021] invalid GPIO -517 [ 1.505052] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.513316] Modules linked in: [ 1.516429] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.525138] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.531093] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.537226] pc : gpio_to_desc+0xb0/0x100 [ 1.541227] lr : gpio_to_desc+0xb0/0x100 [ 1.545227] sp : ffff8000113efb50 [ 1.548605] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.554029] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.559453] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.564877] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.570300] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.575724] x19: 0000000000000000 x18: 0000000000000010 [ 1.581148] x17: 0000000000000000 x16: 0000000000000000 [ 1.586572] x15: ffff000820160530 x14: 000000000000018a [ 1.591995] x13: ffff000820160530 x12: 00000000ffffffea [ 1.597419] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.602843] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.608266] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.613690] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.619114] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.624538] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.629962] Call trace: [ 1.632452] gpio_to_desc+0xb0/0x100 [ 1.636098] my_pdrv_probe+0x124/0x1a0 [ 1.639922] platform_drv_probe+0x54/0xa8 [ 1.644011] really_probe+0xe4/0x3b0 [ 1.647657] driver_probe_device+0x58/0xb8 [ 1.651835] device_driver_attach+0x74/0x80 [ 1.656102] __driver_attach+0x58/0xe0 [ 1.659926] bus_for_each_dev+0x70/0xc0 [ 1.663838] driver_attach+0x24/0x30 [ 1.667483] bus_add_driver+0x14c/0x1f0 [ 1.671395] driver_register+0x64/0x120 [ 1.675307] __platform_driver_register+0x48/0x58 [ 1.680108] test_gpio_init+0x38/0x60 [ 1.683841] do_one_initcall+0x54/0x1b8 [ 1.687754] kernel_init_freeable+0x1d4/0x23c [ 1.692199] kernel_init+0x14/0x114 [ 1.695755] ret_from_fork+0x10/0x34 [ 1.699400] ---[ end trace fdae8f19cdce6b3d ]--- [ 1.704116] gpio_red gpio_get_value=0 [ 1.707852] ------------[ cut here ]------------ [ 1.712566] invalid GPIO -517 [ 1.715600] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.723864] Modules linked in: [ 1.726977] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.735686] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.741642] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.747774] pc : gpio_to_desc+0xb0/0x100 [ 1.751775] lr : gpio_to_desc+0xb0/0x100 [ 1.755775] sp : ffff8000113efb50 [ 1.759153] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.764577] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.770001] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.775425] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.780849] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.786272] x19: 0000000000000000 x18: 0000000000000010 [ 1.791695] x17: 0000000000000000 x16: 0000000000000000 [ 1.797119] x15: ffff000820160530 x14: 00000000000001b7 [ 1.802543] x13: ffff000820160530 x12: 00000000ffffffea [ 1.807966] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.813390] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.818813] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.824237] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.829661] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.835085] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.840508] Call trace: [ 1.842999] gpio_to_desc+0xb0/0x100 [ 1.846644] my_pdrv_probe+0x140/0x1a0 [ 1.850467] platform_drv_probe+0x54/0xa8 [ 1.854556] really_probe+0xe4/0x3b0 [ 1.858201] driver_probe_device+0x58/0xb8 [ 1.862380] device_driver_attach+0x74/0x80 [ 1.866647] __driver_attach+0x58/0xe0 [ 1.870471] bus_for_each_dev+0x70/0xc0 [ 1.874383] driver_attach+0x24/0x30 [ 1.878028] bus_add_driver+0x14c/0x1f0 [ 1.881940] driver_register+0x64/0x120 [ 1.885852] __platform_driver_register+0x48/0x58 [ 1.890653] test_gpio_init+0x38/0x60 [ 1.894387] do_one_initcall+0x54/0x1b8 [ 1.898300] kernel_init_freeable+0x1d4/0x23c [ 1.902744] kernel_init+0x14/0x114 [ 1.906301] ret_from_fork+0x10/0x34 [ 1.909946] ---[ end trace fdae8f19cdce6b3e ]--- [ 1.914672] gpio_green output ret=0 [ 1.918232] ------------[ cut here ]------------ [ 1.922946] invalid GPIO -517 [ 1.925980] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.934244] Modules linked in: [ 1.937358] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.946067] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.952022] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.958154] pc : gpio_to_desc+0xb0/0x100 [ 1.962155] lr : gpio_to_desc+0xb0/0x100 [ 1.966155] sp : ffff8000113efb50 [ 1.969534] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.974958] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.980382] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.985805] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.991229] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.996653] x19: 0000000000000000 x18: 0000000000000010 [ 2.002077] x17: 0000000000000000 x16: 0000000000000000 [ 2.007501] x15: ffff000820160530 x14: 00000000000001e4 [ 2.012924] x13: ffff000820160530 x12: 00000000ffffffea [ 2.018348] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 2.023772] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 2.029195] x7 : c0000000ffffefff x6 : 0000000000000001 [ 2.034619] x5 : 0000000000000000 x4 : 0000000000000000 [ 2.040043] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 2.045467] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 2.050890] Call trace: [ 2.053381] gpio_to_desc+0xb0/0x100 [ 2.057027] my_pdrv_probe+0x160/0x1a0 [ 2.060851] platform_drv_probe+0x54/0xa8 [ 2.064940] really_probe+0xe4/0x3b0 [ 2.068585] driver_probe_device+0x58/0xb8 [ 2.072764] device_driver_attach+0x74/0x80 [ 2.077031] __driver_attach+0x58/0xe0 [ 2.080855] bus_for_each_dev+0x70/0xc0 [ 2.084767] driver_attach+0x24/0x30 [ 2.088412] bus_add_driver+0x14c/0x1f0 [ 2.092324] driver_register+0x64/0x120 [ 2.096236] __platform_driver_register+0x48/0x58 [ 2.101037] test_gpio_init+0x38/0x60 [ 2.104771] do_one_initcall+0x54/0x1b8 [ 2.108683] kernel_init_freeable+0x1d4/0x23c [ 2.113128] kernel_init+0x14/0x114 [ 2.116685] ret_from_fork+0x10/0x34 [ 2.120330] ---[ end trace fdae8f19cdce6b3f ]--- [ 2.125047] gpio_green gpio_get_value=0
Built-in kernel gpio driver crash full log:
U-Boot SPL 2021.01-dirty (Nov 18 2021 - 13:32:23 +0800) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Trying to boot from MMC2 Starting ATF on ARM64 core... NOTICE: BL31: v2.5(release):08.00.00.004-dirty NOTICE: BL31: Built : 22:30:09, Aug 4 2021 U-Boot SPL 2021.01-dirty (Nov 18 2021 - 13:32:19 +0800) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Trying to boot from MMC2 U-Boot 2021.01-dirty (Nov 18 2021 - 13:32:19 +0800) SoC: J721E SR2.0 Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Board: J721EX-PM1-SOM rev E2 DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1 In: serial@2800000 Out: serial@2800000 Err: serial@2800000 EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Net: Could not get PHY for ethernet@46000000: addr 0 am65_cpsw_nuss_slave ethernet@46000000: phy_connect() failed No ethernet found. Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 483 bytes read in 9 ms (51.8 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 8 ms (0 Bytes/s) Already setup. 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 2510012 bytes read in 114 ms (21 MiB/s) Load Remote Processor 2 with data@addr=0x82000000 2510012 bytes: Success! 506776 bytes read in 32 ms (15.1 MiB/s) Load Remote Processor 3 with data@addr=0x82000000 506776 bytes: Success! Failed to load '/lib/firmware/j7-main-r5f1_0-fw' Failed to load '/lib/firmware/j7-main-r5f1_1-fw' 1579120 bytes read in 75 ms (20.1 MiB/s) Load Remote Processor 6 with data@addr=0x82000000 1579120 bytes: Success! 1579120 bytes read in 76 ms (19.8 MiB/s) Load Remote Processor 7 with data@addr=0x82000000 1579120 bytes: Success! 10399672 bytes read in 439 ms (22.6 MiB/s) Load Remote Processor 8 with data@addr=0x82000000 10399672 bytes: Success! 19137024 bytes read in 798 ms (22.9 MiB/s) 98085 bytes read in 13 ms (7.2 MiB/s) 10737 bytes read in 9 ms (1.1 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.41-g4c2eade9f7 (qywu@op01) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #27 SMP PREEMPT Thu Nov 18 11:46:09 CST 2021 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 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 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 0x00000000aa000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 79 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@aa100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, 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 576 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 0x0000000880000000, size 256 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-0x00000000aeffffff] [ 0.000000] node 0: [mem 0x00000000af000000-0x00000000afffffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000b7ffffff] [ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000d7ffffff] [ 0.000000] node 0: [mem 0x00000000d8000000-0x00000000fbffffff] [ 0.000000] node 0: [mem 0x00000000fc000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x000000088fffffff] [ 0.000000] node 0: [mem 0x0000000890000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] cma: Failed to reserve 512 MiB [ 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 2 pages/cpu s49880 r8192 d73000 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: EL2 vector hardening [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65472 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=0b959c33-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x000000009a800000-0x000000009e800000] (64MB) [ 0.000000] Memory: 2319360K/4194304K available (10816K kernel code, 1344K rwdata, 4288K rodata, 1856K init, 758K bss, 1874944K reserved, 0K 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] 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] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 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: allocated 1048576 Devices @8a0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000008a00b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a00c0000 [ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4d4 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008394] Console: colour dummy device 80x25 [ 0.012957] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023627] pid_max: default: 32768 minimum: 301 [ 0.028373] LSM: Security Framework initializing [ 0.033120] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.040689] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.049688] rcu: Hierarchical SRCU implementation. [ 0.054749] Platform MSI: msi-controller@1820000 domain created [ 0.061013] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070319] EFI services will not be available. [ 0.075084] smp: Bringing up secondary CPUs ... [ 0.080294] Detected PIPT I-cache on CPU1 [ 0.080320] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.080330] GICv3: CPU1: using allocated LPI pending table @0x00000008a00d0000 [ 0.080366] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.080421] smp: Brought up 1 node, 2 CPUs [ 0.109767] SMP: Total of 2 processors activated. [ 0.114572] CPU features: detected: 32-bit EL0 Support [ 0.119826] CPU features: detected: CRC32 instructions [ 0.133682] CPU: All CPU(s) started at EL2 [ 0.137877] alternatives: patching kernel code [ 0.142899] devtmpfs: initialized [ 0.151471] KASLR disabled due to lack of seed [ 0.156136] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.166099] futex hash table entries: 512 (order: -1, 32768 bytes, linear) [ 0.173245] pinctrl core: initialized pinctrl subsystem [ 0.178806] DMI not present or invalid. [ 0.183030] NET: Registered protocol family 16 [ 0.187804] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.195138] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.203104] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.211385] thermal_sys: Registered thermal governor 'step_wise' [ 0.211388] thermal_sys: Registered thermal governor 'power_allocator' [ 0.217790] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.231419] ASID allocator initialised with 65536 entries [ 0.252545] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages [ 0.259402] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.266160] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.273899] cryptd: max_cpu_qlen set to 1000 [ 0.279919] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [ 0.288793] vsys_3v3: supplied by evm_12v0 [ 0.293114] vsys_5v0: supplied by evm_12v0 [ 0.297754] iommu: Default domain type: Translated [ 0.302904] SCSI subsystem initialized [ 0.307064] mc: Linux media interface: v0.10 [ 0.311441] videodev: Linux video capture interface: v2.00 [ 0.317074] pps_core: LinuxPPS API ver. 1 registered [ 0.322145] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.331481] PTP clock support registered [ 0.335501] EDAC MC: Ver: 3.0.0 [ 0.339267] FPGA manager framework [ 0.342776] Advanced Linux Sound Architecture Driver Initialized. [ 0.349398] clocksource: Switched to clocksource arch_sys_counter [ 0.355812] VFS: Disk quotas dquot_6.6.0 [ 0.359862] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.369583] Carveout Heap: Exported 512 MiB at 0x00000000b8000000 [ 0.375874] NET: Registered protocol family 2 [ 0.380469] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear) [ 0.389047] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear) [ 0.397815] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear) [ 0.406013] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear) [ 0.413968] TCP: Hash tables configured (established 32768 bind 32768) [ 0.420719] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.427608] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.435004] NET: Registered protocol family 1 [ 0.439708] RPC: Registered named UNIX socket transport module. [ 0.445765] RPC: Registered udp transport module. [ 0.450578] RPC: Registered tcp transport module. [ 0.455382] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.461966] PCI: CLS 0 bytes, default 64 [ 0.466303] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.476647] Initialise system trusted keyrings [ 0.481266] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.489574] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.495782] NFS: Registering the id_resolver key type [ 0.500969] Key type id_resolver registered [ 0.505244] Key type id_legacy registered [ 0.509364] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.516212] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.523853] 9p: Installing v9fs 9p2000 file system support [ 0.548744] Key type asymmetric registered [ 0.552931] Asymmetric key parser 'x509' registered [ 0.557930] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.565489] io scheduler mq-deadline registered [ 0.570114] io scheduler kyber registered [ 0.575348] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [ 0.581535] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [ 0.590005] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.596267] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.604110] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.612203] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 0.621562] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq [ 0.631191] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq [ 0.639089] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [ 0.651952] brd: module loaded [ 0.657993] loop: module loaded [ 0.661539] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys' [ 0.669468] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.10.41-g4c2eade9f7 #27 [ 0.676755] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 0.682712] Call trace: [ 0.685217] dump_backtrace+0x0/0x1a0 [ 0.688953] show_stack+0x18/0x68 [ 0.692336] dump_stack+0xd0/0x12c [ 0.695807] sysfs_warn_dup+0x60/0x80 [ 0.699541] sysfs_create_dir_ns+0xe0/0xf8 [ 0.703722] kobject_add_internal+0x98/0x288 [ 0.708078] kobject_add+0x94/0x100 [ 0.711639] device_add+0xe0/0x748 [ 0.715108] platform_device_add+0x100/0x238 [ 0.719465] platform_device_register_full+0xcc/0x150 [ 0.724623] dma_buf_phys_init+0x6c/0x9c [ 0.728624] do_one_initcall+0x54/0x1b8 [ 0.732537] kernel_init_freeable+0x1d4/0x23c [ 0.736984] kernel_init+0x14/0x114 [ 0.740541] ret_from_fork+0x10/0x34 [ 0.744197] kobject_add_internal failed for dma_buf_phys with -EEXIST, don't try to register things with the same name in the same directory. [ 0.757367] megasas: 07.714.04.00-rc1 [ 0.762290] libphy: Fixed MDIO Bus: probed [ 0.766933] tun: Universal TUN/TAP device driver, 1.6 [ 0.772347] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.778753] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.784821] sky2: driver version 1.30 [ 0.789086] VFIO - User Level meta-driver version: 0.3 [ 0.794771] i2c /dev entries driver [ 0.798923] sdhci: Secure Digital Host Controller Interface driver [ 0.805237] sdhci: Copyright(c) Pierre Ossman [ 0.809849] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.816165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.822474] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.829587] optee: probing for conduit method. [ 0.834139] optee: revision 3.12 (3d47a131) [ 0.834390] optee: initialized driver [ 0.843109] gpio init [ 0.845438] driver register [ 0.848369] my_pdrv_probe! [ 0.848378] gpio_red = -517 [ 0.853996] ret = 0 [ 0.856136] gpio_green = -517 [ 0.859162] ret = 0 [ 0.861297] ------------[ cut here ]------------ [ 0.866011] invalid GPIO -517 [ 0.869068] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 0.877332] Modules linked in: [ 0.880450] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.41-g4c2eade9f7 #27 [ 0.887738] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 0.893694] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 0.899828] pc : gpio_to_desc+0xb0/0x100 [ 0.903829] lr : gpio_to_desc+0xb0/0x100 [ 0.907829] sp : ffff8000113efb30 [ 0.911207] x29: ffff8000113efb30 x28: 0000000000000000 [ 0.916631] x27: ffff800010f91078 x26: ffff800010f204b8 [ 0.922056] x25: ffff8000111f5898 x24: 0000000000000000 [ 0.927479] x23: ffff80001121da80 x22: ffff00087ff43810 [ 0.932904] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 0.938328] x19: 0000000000000000 x18: 0000000000000010 [ 0.943752] x17: 0000000000000000 x16: 0000000000000000 [ 0.949176] x15: ffff000820160530 x14: 0000000000000101 [ 0.954599] x13: ffff000820160530 x12: 00000000ffffffea [ 0.960023] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 0.965447] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 0.970870] x7 : c0000000ffffefff x6 : 0000000000000001 [ 0.976294] x5 : 0000000000000000 x4 : 0000000000000000 [ 0.981718] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 0.987141] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 0.992565] Call trace: [ 0.995057] gpio_to_desc+0xb0/0x100 [ 0.998704] gpio_request+0x1c/0x48 [ 1.002263] my_pdrv_probe+0xcc/0x1a0 [ 1.006000] platform_drv_probe+0x54/0xa8 [ 1.010089] really_probe+0xe4/0x3b0 [ 1.013734] driver_probe_device+0x58/0xb8 [ 1.017913] device_driver_attach+0x74/0x80 [ 1.022180] __driver_attach+0x58/0xe0 [ 1.026005] bus_for_each_dev+0x70/0xc0 [ 1.029917] driver_attach+0x24/0x30 [ 1.033562] bus_add_driver+0x14c/0x1f0 [ 1.037474] driver_register+0x64/0x120 [ 1.041386] __platform_driver_register+0x48/0x58 [ 1.046189] test_gpio_init+0x38/0x60 [ 1.049925] do_one_initcall+0x54/0x1b8 [ 1.053837] kernel_init_freeable+0x1d4/0x23c [ 1.058284] kernel_init+0x14/0x114 [ 1.061841] ret_from_fork+0x10/0x34 [ 1.065489] ---[ end trace fdae8f19cdce6b3a ]--- [ 1.070241] green-led request = 0 [ 1.073623] ------------[ cut here ]------------ [ 1.078337] invalid GPIO -517 [ 1.081371] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.089634] Modules linked in: [ 1.092749] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.101457] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.107412] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.113546] pc : gpio_to_desc+0xb0/0x100 [ 1.117546] lr : gpio_to_desc+0xb0/0x100 [ 1.121546] sp : ffff8000113efb30 [ 1.124924] x29: ffff8000113efb30 x28: 0000000000000000 [ 1.130348] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.135772] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.141196] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.146620] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.152044] x19: 0000000000000000 x18: 0000000000000010 [ 1.157467] x17: 0000000000000000 x16: 0000000000000000 [ 1.162891] x15: ffff000820160530 x14: 000000000000012f [ 1.168315] x13: ffff000820160530 x12: 00000000ffffffea [ 1.173739] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.179162] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.184586] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.190009] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.195433] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.200857] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.206280] Call trace: [ 1.208772] gpio_to_desc+0xb0/0x100 [ 1.212417] gpio_request+0x1c/0x48 [ 1.215974] my_pdrv_probe+0xec/0x1a0 [ 1.219709] platform_drv_probe+0x54/0xa8 [ 1.223799] really_probe+0xe4/0x3b0 [ 1.227444] driver_probe_device+0x58/0xb8 [ 1.231622] device_driver_attach+0x74/0x80 [ 1.235889] __driver_attach+0x58/0xe0 [ 1.239713] bus_for_each_dev+0x70/0xc0 [ 1.243624] driver_attach+0x24/0x30 [ 1.247269] bus_add_driver+0x14c/0x1f0 [ 1.251181] driver_register+0x64/0x120 [ 1.255093] __platform_driver_register+0x48/0x58 [ 1.259894] test_gpio_init+0x38/0x60 [ 1.263628] do_one_initcall+0x54/0x1b8 [ 1.267540] kernel_init_freeable+0x1d4/0x23c [ 1.271986] kernel_init+0x14/0x114 [ 1.275542] ret_from_fork+0x10/0x34 [ 1.279187] ---[ end trace fdae8f19cdce6b3b ]--- [ 1.283911] red-led request = 0 [ 1.287115] ------------[ cut here ]------------ [ 1.291829] invalid GPIO -517 [ 1.294863] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.303127] Modules linked in: [ 1.306241] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.314949] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.320905] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.327038] pc : gpio_to_desc+0xb0/0x100 [ 1.331039] lr : gpio_to_desc+0xb0/0x100 [ 1.335039] sp : ffff8000113efb50 [ 1.338417] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.343841] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.349265] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.354689] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.360112] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.365536] x19: 0000000000000000 x18: 0000000000000010 [ 1.370960] x17: 0000000000000000 x16: 0000000000000000 [ 1.376383] x15: ffff000820160530 x14: 000000000000015d [ 1.381807] x13: ffff000820160530 x12: 00000000ffffffea [ 1.387230] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.392654] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.398078] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.403501] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.408925] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.414349] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.419773] Call trace: [ 1.422264] gpio_to_desc+0xb0/0x100 [ 1.425909] my_pdrv_probe+0x104/0x1a0 [ 1.429733] platform_drv_probe+0x54/0xa8 [ 1.433823] really_probe+0xe4/0x3b0 [ 1.437468] driver_probe_device+0x58/0xb8 [ 1.441646] device_driver_attach+0x74/0x80 [ 1.445914] __driver_attach+0x58/0xe0 [ 1.449738] bus_for_each_dev+0x70/0xc0 [ 1.453649] driver_attach+0x24/0x30 [ 1.457295] bus_add_driver+0x14c/0x1f0 [ 1.461206] driver_register+0x64/0x120 [ 1.465118] __platform_driver_register+0x48/0x58 [ 1.469919] test_gpio_init+0x38/0x60 [ 1.473652] do_one_initcall+0x54/0x1b8 [ 1.477565] kernel_init_freeable+0x1d4/0x23c [ 1.482011] kernel_init+0x14/0x114 [ 1.485567] ret_from_fork+0x10/0x34 [ 1.489212] ---[ end trace fdae8f19cdce6b3c ]--- [ 1.493929] gpio_red output ret=0 [ 1.497307] ------------[ cut here ]------------ [ 1.502021] invalid GPIO -517 [ 1.505052] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.513316] Modules linked in: [ 1.516429] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.525138] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.531093] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.537226] pc : gpio_to_desc+0xb0/0x100 [ 1.541227] lr : gpio_to_desc+0xb0/0x100 [ 1.545227] sp : ffff8000113efb50 [ 1.548605] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.554029] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.559453] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.564877] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.570300] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.575724] x19: 0000000000000000 x18: 0000000000000010 [ 1.581148] x17: 0000000000000000 x16: 0000000000000000 [ 1.586572] x15: ffff000820160530 x14: 000000000000018a [ 1.591995] x13: ffff000820160530 x12: 00000000ffffffea [ 1.597419] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.602843] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.608266] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.613690] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.619114] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.624538] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.629962] Call trace: [ 1.632452] gpio_to_desc+0xb0/0x100 [ 1.636098] my_pdrv_probe+0x124/0x1a0 [ 1.639922] platform_drv_probe+0x54/0xa8 [ 1.644011] really_probe+0xe4/0x3b0 [ 1.647657] driver_probe_device+0x58/0xb8 [ 1.651835] device_driver_attach+0x74/0x80 [ 1.656102] __driver_attach+0x58/0xe0 [ 1.659926] bus_for_each_dev+0x70/0xc0 [ 1.663838] driver_attach+0x24/0x30 [ 1.667483] bus_add_driver+0x14c/0x1f0 [ 1.671395] driver_register+0x64/0x120 [ 1.675307] __platform_driver_register+0x48/0x58 [ 1.680108] test_gpio_init+0x38/0x60 [ 1.683841] do_one_initcall+0x54/0x1b8 [ 1.687754] kernel_init_freeable+0x1d4/0x23c [ 1.692199] kernel_init+0x14/0x114 [ 1.695755] ret_from_fork+0x10/0x34 [ 1.699400] ---[ end trace fdae8f19cdce6b3d ]--- [ 1.704116] gpio_red gpio_get_value=0 [ 1.707852] ------------[ cut here ]------------ [ 1.712566] invalid GPIO -517 [ 1.715600] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.723864] Modules linked in: [ 1.726977] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.735686] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.741642] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.747774] pc : gpio_to_desc+0xb0/0x100 [ 1.751775] lr : gpio_to_desc+0xb0/0x100 [ 1.755775] sp : ffff8000113efb50 [ 1.759153] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.764577] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.770001] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.775425] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.780849] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.786272] x19: 0000000000000000 x18: 0000000000000010 [ 1.791695] x17: 0000000000000000 x16: 0000000000000000 [ 1.797119] x15: ffff000820160530 x14: 00000000000001b7 [ 1.802543] x13: ffff000820160530 x12: 00000000ffffffea [ 1.807966] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 1.813390] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 1.818813] x7 : c0000000ffffefff x6 : 0000000000000001 [ 1.824237] x5 : 0000000000000000 x4 : 0000000000000000 [ 1.829661] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 1.835085] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 1.840508] Call trace: [ 1.842999] gpio_to_desc+0xb0/0x100 [ 1.846644] my_pdrv_probe+0x140/0x1a0 [ 1.850467] platform_drv_probe+0x54/0xa8 [ 1.854556] really_probe+0xe4/0x3b0 [ 1.858201] driver_probe_device+0x58/0xb8 [ 1.862380] device_driver_attach+0x74/0x80 [ 1.866647] __driver_attach+0x58/0xe0 [ 1.870471] bus_for_each_dev+0x70/0xc0 [ 1.874383] driver_attach+0x24/0x30 [ 1.878028] bus_add_driver+0x14c/0x1f0 [ 1.881940] driver_register+0x64/0x120 [ 1.885852] __platform_driver_register+0x48/0x58 [ 1.890653] test_gpio_init+0x38/0x60 [ 1.894387] do_one_initcall+0x54/0x1b8 [ 1.898300] kernel_init_freeable+0x1d4/0x23c [ 1.902744] kernel_init+0x14/0x114 [ 1.906301] ret_from_fork+0x10/0x34 [ 1.909946] ---[ end trace fdae8f19cdce6b3e ]--- [ 1.914672] gpio_green output ret=0 [ 1.918232] ------------[ cut here ]------------ [ 1.922946] invalid GPIO -517 [ 1.925980] WARNING: CPU: 0 PID: 1 at drivers/gpio/gpiolib.c:122 gpio_to_desc+0xb0/0x100 [ 1.934244] Modules linked in: [ 1.937358] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.10.41-g4c2eade9f7 #27 [ 1.946067] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 1.952022] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--) [ 1.958154] pc : gpio_to_desc+0xb0/0x100 [ 1.962155] lr : gpio_to_desc+0xb0/0x100 [ 1.966155] sp : ffff8000113efb50 [ 1.969534] x29: ffff8000113efb50 x28: 0000000000000000 [ 1.974958] x27: ffff800010f91078 x26: ffff800010f204b8 [ 1.980382] x25: ffff8000111f5898 x24: 0000000000000000 [ 1.985805] x23: ffff80001121da80 x22: ffff00087ff43810 [ 1.991229] x21: ffff8000112d3760 x20: 00000000fffffdfb [ 1.996653] x19: 0000000000000000 x18: 0000000000000010 [ 2.002077] x17: 0000000000000000 x16: 0000000000000000 [ 2.007501] x15: ffff000820160530 x14: 00000000000001e4 [ 2.012924] x13: ffff000820160530 x12: 00000000ffffffea [ 2.018348] x11: ffff8000111ba360 x10: ffff8000111a2320 [ 2.023772] x9 : ffff8000111a2378 x8 : 0000000000017fe8 [ 2.029195] x7 : c0000000ffffefff x6 : 0000000000000001 [ 2.034619] x5 : 0000000000000000 x4 : 0000000000000000 [ 2.040043] x3 : 00000000ffffffff x2 : ffff80001114a2f0 [ 2.045467] x1 : 5a989f0b51f68600 x0 : 0000000000000000 [ 2.050890] Call trace: [ 2.053381] gpio_to_desc+0xb0/0x100 [ 2.057027] my_pdrv_probe+0x160/0x1a0 [ 2.060851] platform_drv_probe+0x54/0xa8 [ 2.064940] really_probe+0xe4/0x3b0 [ 2.068585] driver_probe_device+0x58/0xb8 [ 2.072764] device_driver_attach+0x74/0x80 [ 2.077031] __driver_attach+0x58/0xe0 [ 2.080855] bus_for_each_dev+0x70/0xc0 [ 2.084767] driver_attach+0x24/0x30 [ 2.088412] bus_add_driver+0x14c/0x1f0 [ 2.092324] driver_register+0x64/0x120 [ 2.096236] __platform_driver_register+0x48/0x58 [ 2.101037] test_gpio_init+0x38/0x60 [ 2.104771] do_one_initcall+0x54/0x1b8 [ 2.108683] kernel_init_freeable+0x1d4/0x23c [ 2.113128] kernel_init+0x14/0x114 [ 2.116685] ret_from_fork+0x10/0x34 [ 2.120330] ---[ end trace fdae8f19cdce6b3f ]--- [ 2.125047] gpio_green gpio_get_value=0 [ 2.128960] Hello world! [ 2.129642] NET: Registered protocol family 17 [ 2.136842] 9pnet: Installing 9P2000 support [ 2.141231] Key type dns_resolver registered [ 2.145723] Loading compiled-in X.509 certificates [ 2.154889] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 2.161223] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 2.169272] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam') [ 2.195637] random: fast init done [ 2.218380] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 2.225980] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 2.232056] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 2.238125] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 2.244455] pca953x 3-0020: supply vcc not found, using dummy regulator [ 2.251280] pca953x 3-0020: using no AI [ 3.261402] omap_i2c 2000000.i2c: timeout waiting for bus ready [ 3.267454] pca953x 3-0020: failed writing register [ 3.272493] pca953x: probe of 3-0020 failed with error -16 [ 3.278397] pca953x 3-0022: supply vcc not found, using dummy regulator [ 3.285196] pca953x 3-0022: using AI [ 4.293400] omap_i2c 2000000.i2c: timeout waiting for bus ready [ 4.299451] pca953x 3-0022: failed writing register [ 4.304469] pca953x: probe of 3-0022 failed with error -16 [ 4.310117] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 4.319126] omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz [ 4.325366] pca953x 5-0020: supply vcc not found, using dummy regulator [ 4.332181] pca953x 5-0020: using no AI [ 4.357443] pca953x 5-0020: failed writing register [ 4.362476] pca953x: probe of 5-0020 failed with error -121 [ 4.368517] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz [ 4.374560] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz [ 4.380530] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz [ 4.386912] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created [ 4.396873] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created [ 4.405672] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created [ 4.415494] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [ 4.433097] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 4.440795] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 4.449073] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 4.457350] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.466161] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.473831] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.482112] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.490390] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.499164] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 4.506830] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 4.515105] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 4.523384] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.532527] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 4.542407] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 4.549166] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.558119] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 4.568262] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 4.575021] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.582956] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250 [ 4.592313] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250 [ 4.601060] printk: console [ttyS2] enabled [ 4.601060] printk: console [ttyS2] enabled [ 4.609500] printk: bootconsole [ns16550a0] disabled [ 4.609500] printk: bootconsole [ns16550a0] disabled [ 4.619961] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250 [ 4.628900] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250 [ 4.638324] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 4.648835] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 4.658987] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 4.669226] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 4.679960] scsi host0: ufshcd [ 4.725405] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 4.733054] libphy: 46000f00.mdio: probed [ 4.737474] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 4.744201] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 4.757990] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 4.766749] mmc0: CQHCI version 5.10 [ 4.770800] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 4.776740] mmc1: CQHCI version 5.10 [ 4.782906] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 4.789776] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 4.796595] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 4.803475] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 4.810278] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 4.816802] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 4.827102] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 4.834644] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 4.842744] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 4.850891] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.859642] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.867202] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.875340] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.883479] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.892182] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 4.899764] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 4.907859] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 4.915939] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.924947] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 4.934983] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16) [ 4.947852] spi-nor spi0.0: mt35xu512aba (65536 Kbytes) [ 4.953097] mtd: 47040000.spi.0: partitioning exceeds flash size, truncating [ 4.960130] mtd: 47040000.spi.0: skipping zero sized partition [ 4.965958] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 4.972566] Creating 7 MTD partitions on "47040000.spi.0": [ 4.978053] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 4.984116] 0x000000080000-0x000000280000 : "ospi.tispl" [ 4.989806] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 4.995610] 0x000000680000-0x0000006c0000 : "ospi.env" [ 5.001096] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 5.006801] 0x0000007c0000-0x000000800000 : "ospi.env.backup" [ 5.013005] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 5.021154] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff [ 5.028080] mmc0: Command Queue Engine enabled [ 5.032519] mmc0: new DDR MMC card at address 0001 [ 5.037304] spi-nor: probe of spi1.0 failed with error -2 [ 5.043219] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB [ 5.047824] mmcblk0boot0: mmc0:0001 8GUF4R partition 1 31.9 MiB [ 5.054225] mmcblk0boot1: mmc0:0001 8GUF4R partition 2 31.9 MiB [ 5.060205] mmcblk0rpmb: mmc0:0001 8GUF4R partition 3 4.00 MiB, chardev (237:0) [ 5.093410] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 5.101058] libphy: 46000f00.mdio: probed [ 5.105483] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 5.112234] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 5.125832] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.126113] cdns-ufshcd 4e84000.ufs: link startup failed 1 [ 5.132804] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 5.137734] cdns-ufshcd 4e84000.ufs: UFS Host state=0 [ 5.137737] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0 [ 5.144945] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.149977] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0 [ 5.162294] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [ 5.168552] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0 [ 5.168555] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0 [ 5.168558] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0 [ 5.178633] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 5.184351] cdns-ufshcd 4e84000.ufs: Clk gate=1 [ 5.184354] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0 [ 5.184358] cdns-ufshcd 4e84000.ufs: last intr at 5035595 us, last intr status=0x404 [ 5.196949] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 5.197292] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0 [ 5.203052] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 5.207541] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0 [ 5.215707] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 5.223416] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0 [ 5.223418] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000 [ 5.223421] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000 [ 5.230898] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.238343] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000 [ 5.238346] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0 [ 5.246783] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.255450] host_regs: 00000000: 1587031f 00000000 00000210 00000000 [ 5.255453] host_regs: 00000010: 00000000 00000000 00000000 00000000 [ 5.255456] host_regs: 00000020: 00000000 00000470 00000000 00000000 [ 5.263550] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.269519] host_regs: 00000030: 00000008 00000001 00000000 00000000 [ 5.269521] host_regs: 00000040: 00000000 00000000 00000000 00000000 [ 5.275783] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.281844] host_regs: 00000050: 00000000 00000000 00000000 00000000 [ 5.281846] host_regs: 00000060: 00000000 00000000 00000000 00000000 [ 5.281849] host_regs: 00000070: 00000000 00000000 00000000 00000000 [ 5.290107] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.296164] host_regs: 00000080: 00000000 00000000 00000000 00000000 [ 5.308610] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 5.315766] host_regs: 00000090: 00000000 00000000 00000000 00000000 [ 5.315770] cdns-ufshcd 4e84000.ufs: No record of pa_err [ 5.315772] cdns-ufshcd 4e84000.ufs: No record of dl_err [ 5.315774] cdns-ufshcd 4e84000.ufs: No record of nl_err [ 5.315776] cdns-ufshcd 4e84000.ufs: No record of tl_err [ 5.315779] cdns-ufshcd 4e84000.ufs: No record of dme_err [ 5.322142] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 5.328455] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err [ 5.334805] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 5.342857] cdns-ufshcd 4e84000.ufs: No record of fatal_err [ 5.342860] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 5036718 us [ 5.342863] cdns-ufshcd 4e84000.ufs: No record of resume_fail [ 5.349211] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.355533] cdns-ufshcd 4e84000.ufs: No record of suspend_fail [ 5.355535] cdns-ufshcd 4e84000.ufs: No record of dev_reset [ 5.365818] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 5.369940] cdns-ufshcd 4e84000.ufs: No record of host_reset [ 5.369943] cdns-ufshcd 4e84000.ufs: No record of task_abort [ 5.516626] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 5.524710] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 5.532793] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.541334] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.548831] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.556910] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.564990] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.573523] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 5.581019] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 5.589112] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 5.597204] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.606729] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present! [ 5.614188] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present! [ 5.621512] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present! [ 5.628830] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present! [ 5.636966] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 5.644368] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 5.651870] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 5.659955] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 5.668041] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.676710] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.684211] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.692295] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.700384] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.708978] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 5.716474] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 5.724559] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 5.732643] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.748459] ALSA device list: [ 5.751426] No soundcards found. [ 5.842032] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 5.850180] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 5.857761] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 5.865849] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 5.873940] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.882342] Waiting for root device PARTUUID=0b959c33-02... [ 5.882562] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 5.895404] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 5.903498] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 5.911641] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.920326] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 5.927870] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 5.935959] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 5.944078] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.993784] mmc1: new ultra high speed DDR50 SDHC card at address 5048 [ 6.000636] mmcblk1: mmc1:5048 SD16G 14.4 GiB [ 6.008006] mmcblk1: p1 p2 [ 6.011746] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 6.019242] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 6.027322] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 6.035405] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.043971] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 6.051470] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 6.059553] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 6.067634] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.076168] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 6.083662] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 6.091742] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 6.099820] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 6.140961] EXT4-fs (mmcblk1p2): recovery complete [ 6.146601] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 6.154711] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 6.165115] devtmpfs: mounted [ 6.168487] Freeing unused kernel memory: 1856K [ 6.173039] Run /sbin/init as init process [ 6.357461] systemd[1]: System time before build time, advancing clock. [ 6.409366] NET: Registered protocol family 10 [ 6.414312] Segment Routing with IPv6 [ 6.434338] systemd[1]: Configuration file /etc/systemd/system.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.449720] systemd[1]: Configuration file /lib/systemd/system.conf.d/00-systemd-conf.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.469345] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 6.491083] systemd[1]: Detected architecture arm64. Welcome to Arago 2020.09! [ 6.526250] systemd[1]: Set hostname to <j7-evm>. [ 6.636557] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.655030] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.670990] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.687093] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.706468] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.723894] systemd[1]: Configuration file /lib/systemd/system/sysinit.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.741931] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.759773] systemd[1]: Configuration file /lib/systemd/system/systemd-update-done.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.777439] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.794519] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-kernel.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.812148] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-control.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.829956] systemd[1]: Configuration file /lib/systemd/system/systemd-udev-trigger.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.847667] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.865598] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup-dev.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.884105] systemd[1]: Configuration file /lib/systemd/system/systemd-timesyncd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.902040] systemd[1]: Configuration file /lib/systemd/system/time-sync.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.918542] systemd[1]: Configuration file /lib/systemd/system/time-set.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.934927] systemd[1]: Configuration file /lib/systemd/system/systemd-sysusers.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.952236] systemd[1]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.969288] systemd[1]: Configuration file /lib/systemd/system/systemd-random-seed.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.987464] systemd[1]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.005220] systemd[1]: Configuration file /lib/systemd/system/systemd-machine-id-commit.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.023648] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-flush.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.041684] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-catalog-update.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.060429] systemd[1]: Configuration file /lib/systemd/system/systemd-hwdb-update.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.078077] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.path is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.096504] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.115058] systemd[1]: Configuration file /lib/systemd/system/systemd-vconsole-setup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.132939] systemd[1]: Configuration file /lib/systemd/system/initrd-switch-root.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.150498] systemd[1]: Configuration file /lib/systemd/system/initrd-cleanup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.167541] systemd[1]: Configuration file /lib/systemd/system/initrd.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.183806] systemd[1]: Configuration file /lib/systemd/system/rescue.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.201910] systemd[1]: Configuration file /lib/systemd/system/remote-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.218439] systemd[1]: Configuration file /lib/systemd/system/remote-fs-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.235845] systemd[1]: Configuration file /lib/systemd/system/nss-lookup.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.252401] systemd[1]: Configuration file /lib/systemd/system/network-online.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.269897] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd-wait-online.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.288474] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.306212] systemd[1]: Configuration file /lib/systemd/system/network-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.322870] systemd[1]: Configuration file /lib/systemd/system/network.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.339505] systemd[1]: Configuration file /lib/systemd/system/graphical.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.357498] systemd[1]: Configuration file /lib/systemd/system/multi-user.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.377191] systemd[1]: Configuration file /lib/systemd/system/systemd-user-sessions.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.395165] systemd[1]: Configuration file /lib/systemd/system/nss-user-lookup.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.412307] systemd[1]: Configuration file /lib/systemd/system/systemd-resolved.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.430048] systemd[1]: Configuration file /lib/systemd/system/systemd-logind.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.447853] systemd[1]: Configuration file /lib/systemd/system/dbus.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.463990] systemd[1]: Configuration file /lib/systemd/system/user.slice is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.479863] systemd[1]: Configuration file /lib/systemd/system/slices.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.495976] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.path is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.514178] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.532464] systemd[1]: Configuration file /lib/systemd/system/strongswan-starter.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.549987] systemd[1]: Configuration file /lib/systemd/system/snmpd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.566167] systemd[1]: Configuration file /lib/systemd/system/rpcbind.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.582547] systemd[1]: Configuration file /lib/systemd/system/rpcbind.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.598748] systemd[1]: Configuration file /lib/systemd/system/rpcbind.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.615140] systemd[1]: Configuration file /lib/systemd/system/rngd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.631213] systemd[1]: Configuration file /lib/systemd/system/systemd-udev-settle.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.648889] systemd[1]: Configuration file /lib/systemd/system/ofono.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.665211] systemd[1]: Configuration file /lib/systemd/system/nfs-statd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.681805] systemd[1]: Configuration file /lib/systemd/system/kdump.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.697920] systemd[1]: Configuration file /lib/systemd/system/irqbalanced.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.714574] systemd[1]: Configuration file /lib/systemd/system/iptables.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.731017] systemd[1]: Configuration file /lib/systemd/system/ip6tables.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.747600] systemd[1]: Configuration file /lib/systemd/system/gplv3-notice.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.764502] systemd[1]: Configuration file /lib/systemd/system/getty.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.781136] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.798859] systemd[1]: Configuration file /lib/systemd/system/rc-local.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.815542] systemd[1]: Configuration file /lib/systemd/system/getty-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.832401] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.849237] systemd[1]: Configuration file /lib/systemd/system/getty@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.866159] systemd[1]: Configuration file /lib/systemd/system/docker.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.882525] systemd[1]: Configuration file /lib/systemd/system/docker.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.898575] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly. [ 7.918281] systemd[1]: Configuration file /lib/systemd/system/demo.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.934475] systemd[1]: Configuration file /lib/systemd/system/dbus.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.950625] systemd[1]: Configuration file /lib/systemd/system/crond.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.966858] systemd[1]: Configuration file /lib/systemd/system/bt-enable.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.983571] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.000810] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.017745] systemd[1]: Configuration file /lib/systemd/system/atd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.034831] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp-runlevel.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.053600] systemd[1]: Configuration file /lib/systemd/system/rescue.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.069940] systemd[1]: Configuration file /lib/systemd/system/initrd-parse-etc.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.087284] systemd[1]: Configuration file /lib/systemd/system/initrd-root-device.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.104676] systemd[1]: Configuration file /lib/systemd/system/basic.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.120834] systemd[1]: Configuration file /lib/systemd/system/timers.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.137779] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.timer is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.155505] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.173768] systemd[1]: Configuration file /lib/systemd/system/logrotate.timer is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.190325] systemd[1]: Configuration file /lib/systemd/system/logrotate.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.206907] systemd[1]: Configuration file /lib/systemd/system/initrd-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.223456] systemd[1]: Configuration file /lib/systemd/system/initrd-root-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.240507] systemd[1]: Configuration file /lib/systemd/system/initrd-udevadm-cleanup-db.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.258968] systemd[1]: Configuration file /lib/systemd/system/initrd-switch-root.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.276647] systemd[1]: Configuration file /lib/systemd/system/paths.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.292692] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-debug.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.310122] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-config.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.327430] systemd[1]: Configuration file /lib/systemd/system/sys-fs-fuse-connections.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.345540] systemd[1]: Configuration file /etc/systemd/system/sync-clocks.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.362309] systemd[1]: Configuration file /lib/systemd/system/psplash-systemd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.379443] systemd[1]: Configuration file /lib/systemd/system/psplash-start.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.396430] systemd[1]: Configuration file /lib/systemd/system/ldconfig.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.412925] systemd[1]: Configuration file /lib/systemd/system/kmod-static-nodes.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.430341] systemd[1]: Configuration file /lib/systemd/system/dev-mqueue.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.447024] systemd[1]: Configuration file /lib/systemd/system/dev-hugepages.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.463917] systemd[1]: Configuration file /lib/systemd/system/emergency.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.480577] systemd[1]: Configuration file /lib/systemd/system/syslog.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.497061] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-audit.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.514857] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-dev-log.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.533183] systemd[1]: Configuration file /lib/systemd/system/sockets.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.550731] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.567916] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.585029] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.602177] systemd[1]: Configuration file /lib/systemd/system/systemd-coredump.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.619402] systemd[1]: Configuration file /lib/systemd/system/dropbear.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.636278] systemd[1]: Configuration file /lib/systemd/system/var-volatile-srv.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.653683] systemd[1]: Configuration file /lib/systemd/system/var-volatile-spool.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.671245] systemd[1]: Configuration file /lib/systemd/system/var-volatile-lib.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.688685] systemd[1]: Configuration file /lib/systemd/system/var-volatile-cache.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.706294] systemd[1]: Configuration file /lib/systemd/system/tmp.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.722268] systemd[1]: Configuration file /lib/systemd/system/systemd-remount-fs.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.739833] systemd[1]: Configuration file /lib/systemd/system/systemd-fsck-root.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.757241] systemd[1]: Configuration file /lib/systemd/system/emergency.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.773765] systemd[1]: Configuration file /lib/systemd/system/local-fs-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.790614] systemd[1]: Configuration file /lib/systemd/system/shutdown.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.808861] random: systemd: uninitialized urandom read (16 bytes read) [ 8.815584] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 8.827934] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 8.837824] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 8.857529] random: systemd: uninitialized urandom read (16 bytes read) [ 8.864778] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 8.885467] random: systemd: uninitialized urandom read (16 bytes read) [ 8.892606] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 8.913583] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 8.937505] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 8.961507] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 8.981457] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 9.001445] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 9.021449] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 9.049767] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 9.073477] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 9.093569] systemd[1]: Configuration file /lib/systemd/system/systemd-coredump@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.112000] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 9.133581] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 9.166437] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 9.174762] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 9.197663] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 9.217711] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 9.241626] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 9.261561] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 9.284535] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 9.307947] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 9.333114] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 9.354420] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. [ 9.365145] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 9.385483] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 9.411803] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 9.442293] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ 9.467828] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 9.482173] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 9.505920] systemd[1]: Starting Journal Service... Starting Journal Service... [ 9.515057] systemd-journald[163]: Configuration file /etc/systemd/journald.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.541824] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules...[ 9.552360] systemd-journald[163]: Configuration file /lib/systemd/journald.conf.d/00-systemd-conf.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 9.576173] cryptodev: loading out-of-tree module taints kernel. [ 9.584676] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 9.604979] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) [ 9.613010] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 9.629628] cryptodev: driver 1.10 loaded. [ 9.636244] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 9.654684] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 9.681919] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 9.705786] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 9.729797] systemd[1]: Mounted Temporary Directory (/tmp). [ OK ] Mounted Temporary Directory (/tmp). [ 9.750728] systemd[1]: Started Create list of static device nodes for the current kernel. [ OK ] Started Create list of sta… nodes for the current kernel. [ 9.781852] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star…progress communication helper. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 9.905525] systemd-journald[163]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /media/ram... Mounting /var/volatile... Starting udev Kernel Device Manager... [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. [ OK ] Started udev Coldplug all Devices. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. [ OK ] Started Daily rotation of log files. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API. [ OK ] Listening on dropbear.socket. Starting Reboot and dump vmcore via kexec... [ 10.556062] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ OK ] Listening on Docker Socket for the [ 10.566515] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 API. [ 10.581490] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ OK ] Reached target Sockets.[ 10.593457] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.608722] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ OK ] Reached target Basic System.[ 10.619352] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 10.633491] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ OK ] Started Job spooling tools.[ 10.648236] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.663409] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ OK ] Started Periodic Command Scheduler j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [0m. [ 10.689549] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ OK ] Started D-Bus System Message Bus 10.705444] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 m. [ 10.718338] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 10.733483] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 10.742232] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 10.750345] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.761951] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: Starting Print notice about GPLv3 packages[ 10.773015] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 ... [ 10.789457] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon[ 10.814213] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 . Starting Telephony service... Starting rc.pvr.service... Starting Login Service...[ 10.843968] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ OK ] Started Reboot and dump vmcore via [ 10.858446] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 kexec. [ OK ] Started IPv6 Packet Filtering Framework. [ OK ] Started IPv4 Packet Filtering Framework. [ OK ] Reached target 10.889459] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 9mNetwork (Pre). [ 10.905455] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.915237] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 10.922798] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 Starting Network Service... [ 10.943141] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 10.957474] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.970357] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 10.981442] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 10.992530] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 11.005508] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.067119] ina2xx 4-0040: error configuring the device: -121 [ 11.077658] PVR_K: 250: Read BVNC 22.104.208.318 from HW device registers [ 11.086818] PVR_K: 250: RGX Device registered with BVNC 22.104.208.318 [ 11.106119] [drm] Initialized pvr 1.13.5776728 20170530 for 4e20000000.gpu on minor 0 [ 11.128976] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ OK ] Started Network Service.[ 11.137844] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ OK ] Started Telephony service. Starting Wait for Network to be Configured[ 11.156273] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 ... Starting Network Name Resolution... [ 11.175908] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.190708] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 11.194223] ina2xx 4-0041: error configuring the device: -121 [ 11.198270] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 11.214693] Bluetooth: Core ver 2.22 [ 11.217458] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 11.219831] NET: Registered protocol family 31 [ 11.226362] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.240127] Bluetooth: HCI device and connection manager initialized [ 11.246616] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 11.253432] Bluetooth: HCI socket layer initialized [ 11.257434] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 11.258971] Bluetooth: L2CAP socket layer initialized [ 11.267043] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 11.283265] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.289421] Bluetooth: SCO socket layer initialized [ OK ] Started Login Service. [ 11.360266] ina2xx 4-0042: error configuring the device: -121 [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma…ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Started Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Started Serial Getty on ttyS3. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ OK ] Started Enable and configure wl18xx bluetooth stack. [ OK ] Started Avahi mDNS/DNS-SD Stack[ 11.571058] ina2xx 4-0043: error configuring the device: -121 . [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 11.616422] ina2xx 4-0044: error configuring the device: -121 [ 11.633558] img_dec 4300000.video-decoder: decoder registered as /dev/video0 [ 11.669464] ina2xx 4-0045: error configuring the device: -121 [ 11.685360] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 11.696701] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 11.709503] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 11.723510] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.732575] ina2xx 4-0046: error configuring the device: -121 [ 11.738267] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 11.750276] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 11.760619] ina2xx 4-0047: error configuring the device: -121 [ 11.765423] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 11.776735] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.785368] ina2xx 4-0048: error configuring the device: -121 [ 11.792973] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 11.804506] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 11.819567] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 11.834604] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.850740] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 11.859347] ina2xx 4-0049: error configuring the device: -121 [ 11.865133] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 11.879239] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 11.894147] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.910854] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 11.925082] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 11.937985] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 11.946707] ina2xx 4-004a: error configuring the device: -121 [ 11.952506] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.968149] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 11.981653] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 11.992508] ina2xx 4-004b: error configuring the device: -121 [ 11.998337] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 12.008120] ina2xx 4-004c: error configuring the device: -121 [ 12.008552] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.040956] ina2xx 4-004d: error configuring the device: -121 [ 12.048048] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [ 12.059301] ina2xx 4-004e: error configuring the device: -121 [ 12.079868] ina2xx 4-004f: error configuring the device: -121 [ 12.129206] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode [ 12.325427] random: crng init done [ 12.328833] random: 7 urandom warning(s) missed due to ratelimiting [ OK ] Started Load/Save Random Seed. [ 12.469373] remoteproc remoteproc0: 4d80800000.dsp is available [ OK ] Started Simple Network Man…ement [ 12.552745] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: Protocol (SNMP) Daemon.. [ 12.560618] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 12.581479] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 12.591303] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 12.603149] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.617687] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 12.625195] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 12.641437] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 12.657459] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.670341] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 12.682294] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 12.692954] remoteproc remoteproc0: attaching to 4d80800000.dsp [ 12.698943] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 12.713446] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.725648] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 12.737445] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 12.752299] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 12.765461] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.781563] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 12.789070] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 12.806080] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 12.821445] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.837564] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 12.845073] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 12.862236] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 12.877458] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.894123] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 12.905469] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 12.919870] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 12.933511] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.994399] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode [ 13.028219] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 13.035761] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 13.046448] CAN device driver interface [ 13.049539] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 13.057408] platform 41000000.r5f: configured R5F for IPC-only mode [ 13.065472] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.089852] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 13.100017] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 13.104512] remoteproc0#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [ 13.113430] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 13.131343] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.146585] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 13.159492] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 13.173500] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 13.185805] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.202814] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 13.215857] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 13.229451] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 13.241553] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.258410] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 13.267737] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 13.281429] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 13.290312] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 13.299605] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.513285] virtio_rpmsg_bus virtio0: rpmsg host is online [ 13.516739] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 13.526113] remoteproc remoteproc1: 41000000.r5f is available [ 13.595949] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 13.605309] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 ***************************************************************[ 13.619284] remoteproc0#vdev0buffer: registered virtio0 (type 7) NOTICE: This file system contains the following GPLv3 packages[ 13.630613] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 : [ 13.649438] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.653408] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached autoconf bash-dev bash bc binutils cifs-utils coreutils-stdb[ 13.666539] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: uf coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbs[ 13.685428] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 erver gettext glmark2 gstreamer1.0-libav-dev gstreamer1.[ 13.695080] remoteproc remoteproc1: attaching to 41000000.r5f 0-libav gzip less libasm1 libbfd libdw1 libelf1 li[ 13.700635] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 bgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp-dev libgmp10 libgmpxx4 libidn2-0 libidn2[ 13.729462] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 -dev libmpc3 libmpfr6 libreadline-dev libreadline8 lib[ 13.746211] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: unistring-dev libunistring2 m4-dev m4 make [ 13.761425] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 nettle parted python3-rfc3987 python3-strict-rfc3339 t[ 13.769594] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 ar which zeromq If you do not wish to distribute GPLv3 co[ 13.785455] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 mponents 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 *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. [ 13.926135] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 13.933677] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 13.941919] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 13.951618] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 13.959747] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.974456] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 13.985440] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 13.993531] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 13.994605] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 14.007304] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.022316] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 14.029834] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 14.041431] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 14.049559] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.163967] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode [ 14.174625] remoteproc1#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 14.224128] remoteproc remoteproc2: 4d81800000.dsp is available [ 14.227477] virtio_rpmsg_bus virtio1: rpmsg host is online [ 14.238241] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 14.249829] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 14.267219] am65-cpsw-nuss 46000000.ethernet: phy /bus@100000/bus@28380000/ethernet@46000000/mdio@f00/ethernet-phy@0 not found on slave 1 [ 14.280980] remoteproc remoteproc2: attaching to 4d81800000.dsp [ 14.448002] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 14.455547] remoteproc1#vdev0buffer: registered virtio1 (type 7) [ 14.461778] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 14.473415] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 14.489457] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.499384] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode [ 14.507144] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 14.516617] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 14.531400] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 14.545149] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.560262] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 14.569574] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 14.581455] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 14.593458] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.608363] remoteproc remoteproc1: remote processor 41000000.r5f is now attached [ 14.636797] remoteproc2#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 14.750758] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 14.760653] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 14.768797] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 14.785458] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.799288] virtio_rpmsg_bus virtio2: rpmsg host is online [ 14.805332] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 14.821926] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 14.833448] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 14.841584] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 14.850006] platform 5c00000.r5f: configured R5F for IPC-only mode [ 14.853423] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.874203] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 14.885429] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 14.893568] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 14.894279] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 14.909439] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.917463] remoteproc2#vdev0buffer: registered virtio2 (type 7) [ 14.920075] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 14.937458] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 14.945582] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 14.957436] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.969589] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 14.977103] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 14.989458] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 14.997586] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.999631] remoteproc remoteproc2: remote processor 4d81800000.dsp is now attached [ 15.010159] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 15.025421] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.033552] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.045432] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.079195] remoteproc remoteproc3: 5c00000.r5f is available [ 15.117486] remoteproc remoteproc3: attaching to 5c00000.r5f [ 15.117880] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 15.130699] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@aa000000 [ 15.140300] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 15.148517] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 15.151719] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 15.161416] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.172392] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 15.181829] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 15.189943] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 15.193415] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 15.201413] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.218249] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 15.229432] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.237569] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.249432] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.305592] remoteproc remoteproc4: 64800000.dsp is available [ 15.337471] remoteproc3#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 15.431274] m_can_platform 40528000.can: m_can device registered (irq=23, version=32) [ 15.444448] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 15.457498] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 15.469431] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 15.481440] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.497546] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 15.505043] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 15.517474] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 15.529497] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.541487] remoteproc remoteproc4: attaching to 64800000.dsp [ 15.547779] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 15.555355] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.569428] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.580005] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.594790] m_can_platform 40568000.can: m_can device registered (irq=25, version=32) [ 15.606168] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 15.613716] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 15.629484] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 15.638392] virtio_rpmsg_bus virtio3: rpmsg host is online [ 15.641427] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.643937] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 15.659277] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 15.669437] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 15.677573] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 15.689434] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.701536] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 15.709031] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.721415] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.729457] remoteproc remoteproc4: unsupported resource 65538 [ 15.729517] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.801762] remoteproc3#vdev0buffer: registered virtio3 (type 7) [ 15.808033] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 15.821495] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 15.829603] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 15.842038] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 15.848717] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.861537] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 15.869028] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 15.881424] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 15.889555] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.901389] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 15.908933] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.923558] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.930867] remoteproc remoteproc3: remote processor 5c00000.r5f is now attached [ 15.933469] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.948379] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.035376] remoteproc4#vdev0buffer: assigned reserved memory node vision-apps-c71-dma-memory@aa000000 [ OK ] Created slice system-systemd\x2dfsck.slice. [ 16.136852] platform 5d00000.r5f: configured R5F for IPC-only mode [ 16.154930] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 16.167659] virtio_rpmsg_bus virtio4: rpmsg host is online [ 16.169556] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 16.200520] remoteproc remoteproc5: 5d00000.r5f is available [ 16.266859] remoteproc remoteproc5: attaching to 5d00000.r5f [ 16.269957] remoteproc4#vdev0buffer: registered virtio4 (type 7) [ 16.278725] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.286249] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.296970] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.305092] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.313605] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 16.324607] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.332170] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.346928] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.355067] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.370197] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.381516] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.389703] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.397842] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.414004] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.427688] remoteproc remoteproc4: remote processor 64800000.dsp is now attached [ 16.448607] remoteproc5#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 16.559148] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.566693] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.581469] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.590655] virtio_rpmsg_bus virtio5: rpmsg host is online [ 16.596269] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.605369] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 16.617632] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.625220] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 16.632733] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.645445] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.653577] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.665986] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15 [ 16.673248] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.680837] virtio_rpmsg_bus virtio3: creating channel ti.ethfw.notifyservice addr 0x1e [ 16.693454] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.701664] virtio_rpmsg_bus virtio3: creating channel rpmsg-kdrv addr 0x1a [ 16.708713] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.721455] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.730375] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.741688] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.749213] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.761429] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.769565] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.774087] remoteproc5#vdev0buffer: registered virtio5 (type 7) [ 16.782220] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.793453] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.801576] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.813463] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.822460] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.837449] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.845573] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.857452] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.866385] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.877738] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.885275] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.893389] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.905454] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.914035] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd [ 16.925246] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15 [ 16.932512] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe [ 16.944002] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 16.951320] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 16.958919] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 16.966544] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached [ 16.973480] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe [ 16.981567] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: Device info: permissions: 07FFFFFF uart_id: 2 [ 16.997431] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: FW ver 0.1 (rev 1) 6/Nov/2021 SHA: [ 17.007503] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe [ 17.016109] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.023637] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.037442] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.045557] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.058224] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.065744] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.077449] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.089467] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.100618] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded [ 17.110765] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:00000003 rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00 [ 17.127026] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c1 [ 17.141622] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.151074] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.158642] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.169443] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.180314] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.194179] platform 5e00000.r5f: configured R5F for remoteproc mode [ 17.200748] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.213454] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.221622] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.231990] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.245093] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.253015] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [ 17.255664] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.277082] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.293438] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.385994] remoteproc remoteproc6: 5e00000.r5f is available [ 17.457583] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 17.469429] remoteproc remoteproc6: powering up 5e00000.r5f [ 17.477432] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 17.487765] platform 5f00000.r5f: configured R5F for remoteproc mode _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org j7-evm ttyS2 Arago 2020.09 j7-evm ttyS2 j7-evm login: [ 17.489453] remoteproc remoteproc6: request_firmware failed: -2 [ 17.493874] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000 [ 17.493991] remoteproc remoteproc7: 5f00000.r5f is available [ 17.494073] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2 j7-evm login: [ 17.494078] remoteproc remoteproc7: powering up 5f00000.r5f [ 17.494088] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2 j7-evm login: [ 17.494091] remoteproc remoteproc7: request_firmware failed: -2 j7-evm login: [ 17.494479] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.494797] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.494817] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.494827] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.494837] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.495771] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: j7-evm login: [ 17.495791] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.495800] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.495811] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.496549] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.496569] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.496579] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.496589] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.536454] usbcore: registered new interface driver usbfs [ 17.536473] usbcore: registered new interface driver hub [ 17.536501] usbcore: registered new device driver usb [ 17.611454] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.613919] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.613955] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.613966] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.613976] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.614978] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.614999] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.615010] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.615020] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.617632] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.617656] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.617666] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.617676] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.626184] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.626485] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.626504] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.626515] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.626525] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.627420] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.627440] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.627450] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.627460] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.628148] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.628170] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.628179] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.628189] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.628706] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.629067] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.629093] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.629105] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.629116] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.630232] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.630252] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.630262] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.630272] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.630996] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.631019] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.631033] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.631044] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.631495] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.631850] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.631868] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.631878] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.631887] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.633648] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.633672] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.633682] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.633692] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.634418] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.634440] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 j7-evm login: [ 17.634449] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.634458] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.654824] remoteproc remoteproc8: b034000.pru is available [ 17.655154] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.655472] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.655492] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.655502] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.655512] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.656460] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.656480] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.656489] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.656499] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.657217] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.657236] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.657247] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.657257] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.658488] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.658786] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.658805] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.658815] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.658825] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.659692] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.659710] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.659720] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.659730] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.660362] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: j7-evm login: [ 17.660380] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.660390] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.660400] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.660881] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.661165] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.661183] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.661192] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.661202] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.662217] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.662238] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.662248] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.662258] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.663031] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.663049] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.663058] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.663069] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.663384] remoteproc remoteproc9: b004000.rtu is available [ 17.664753] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.665108] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.665128] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.665138] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.665148] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.666152] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.666179] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.666189] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.666199] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.666884] remoteproc remoteproc10: b00a000.txpru is available [ 17.667070] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.667088] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.667097] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.667109] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.667706] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.668041] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.668061] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.668070] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.668080] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.668965] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.668984] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.668994] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.669004] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.669594] remoteproc remoteproc11: b038000.pru is available [ 17.669742] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.669760] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.669769] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.669781] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.670231] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.670520] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.670538] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.670548] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.670557] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.671251] remoteproc remoteproc12: b006000.rtu is available [ 17.671341] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.671357] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.671365] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.671375] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.672007] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.672026] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.672034] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.672044] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.672350] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.672594] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.672610] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.672619] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.672629] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.673220] remoteproc remoteproc13: b00c000.txpru is available [ 17.673354] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.673375] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.673383] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.673410] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.674047] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.674071] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.674081] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.674091] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.674564] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.674799] remoteproc remoteproc14: b134000.pru is available [ 17.674939] remoteproc remoteproc15: b104000.rtu is available [ 17.675040] remoteproc remoteproc16: b10a000.txpru is available [ 17.675141] remoteproc remoteproc17: b138000.pru is available [ 17.675236] remoteproc remoteproc18: b106000.rtu is available [ 17.675383] remoteproc remoteproc19: b10c000.txpru is available [ 17.675664] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.675685] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.675696] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.675706] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.676679] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.676699] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.676708] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.676719] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.678314] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.678338] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.678349] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.678359] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.678789] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.679093] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.679111] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.679121] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.679131] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.754654] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.754676] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.754687] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.754698] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.755405] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.755426] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.755436] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.755447] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.755851] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.756176] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.756196] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.756206] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.756217] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.771498] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.771522] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.771532] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.771543] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.772226] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.772244] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.772254] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.772264] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.772573] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.772821] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.772837] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.772846] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.772856] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.133429] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c [ 18.134290] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.134309] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.134319] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.134328] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.134905] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.134922] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.134931] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.134941] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.135235] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.135547] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.135563] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.135572] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.135583] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.221360] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.221385] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.221431] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.221443] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.222308] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.222329] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.222339] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.222349] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.222735] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.223029] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.223048] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.223057] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.223067] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.246260] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.246280] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.246290] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.246301] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.246900] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.246924] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.246933] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.246944] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.247246] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.247502] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.247518] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.247527] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.247537] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.248323] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.248341] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.248349] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.248359] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.249041] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.249060] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.249069] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.249080] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.249468] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.249786] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.249804] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.249814] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.249824] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.250794] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.250813] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.250823] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.250833] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.251696] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.251716] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.251725] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.251735] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.252137] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.257555] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.257575] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.257584] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.257594] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.258438] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.258461] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.258470] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.258480] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.259069] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.259090] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.259100] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.259110] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.259561] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.259919] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.259939] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.259949] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.259958] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.260976] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.261001] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.261011] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.261021] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.261897] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.261926] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.261935] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.261945] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.262404] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.262732] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.262752] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.262762] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.262772] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.263733] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.263754] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.263764] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.263774] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.265250] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.265272] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.265282] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.265292] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.265739] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.266061] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.266081] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.266091] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.266101] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.267089] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.267107] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.267117] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.267127] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.267822] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.267839] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.267848] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.267858] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.268159] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 18.269186] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 18.269208] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 18.269219] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 18.269229] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.270237] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 18.270257] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 18.270266] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 18.270276] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.272186] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 18.272210] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 18.272220] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 18.272231] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 18.652671] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 18.652686] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 [ 18.743649] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started [ 24.317034] PVR_K: 942: RGX Firmware image 'rgx.fw.22.104.208.318' loaded j7-evm login: j7-evm login: j7-evm login: root Last login: Wed Aug 4 22:20:57 UTC 2021 root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# [ 28.652713] xhci-hcd xhci-hcd.2.auto: can't setup: -110 [ 28.657940] xhci-hcd xhci-hcd.2.auto: USB bus 1 deregistered [ 28.663639] xhci-hcd: probe of xhci-hcd.2.auto failed with error -110 [ 28.670194] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 28.675685] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1 [ 28.683678] xhci-hcd xhci-hcd.3.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010 [ 28.693095] xhci-hcd xhci-hcd.3.auto: irq 607, io mem 0x06410000 [ 28.699286] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 28.707543] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 28.714753] usb usb1: Product: xHCI Host Controller [ 28.719625] usb usb1: Manufacturer: Linux 5.10.41-g4c2eade9f7 xhci-hcd [ 28.726140] usb usb1: SerialNumber: xhci-hcd.3.auto [ 28.731257] hub 1-0:1.0: USB hub found [ 28.735031] hub 1-0:1.0: 1 port detected [ 28.739311] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 28.741763] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 28.747084] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 28.751673] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2 [ 28.759697] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 28.766828] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed [ 28.775345] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 28.781437] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 28.789788] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 28.797579] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 28.807103] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 28.814043] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 28.814045] usb usb2: Product: xHCI Host Controller [ 28.814047] usb usb2: Manufacturer: Linux 5.10.41-g4c2eade9f7 xhci-hcd [ 28.814049] usb usb2: SerialNumber: xhci-hcd.3.auto [ 28.814525] hub 2-0:1.0: USB hub found [ 28.823097] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 28.829046] hub 2-0:1.0: 1 port detected [ 28.833659] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 28.868981] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 28.879702] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 28.893451] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 28.903226] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 28.911428] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 28.920231] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 28.928189] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 28.936386] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 28.946608] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 28.954759] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 28.964078] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 28.971610] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 28.979714] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 28.987801] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~#
Built as module works log:
U-Boot SPL 2021.01-dirty (Nov 18 2021 - 13:32:23 +0800) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Trying to boot from MMC2 Starting ATF on ARM64 core... NOTICE: BL31: v2.5(release):08.00.00.004-dirty NOTICE: BL31: Built : 22:30:09, Aug 4 2021 U-Boot SPL 2021.01-dirty (Nov 18 2021 - 13:32:19 +0800) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Trying to boot from MMC2 U-Boot 2021.01-dirty (Nov 18 2021 - 13:32:19 +0800) SoC: J721E SR2.0 Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Board: J721EX-PM1-SOM rev E2 DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1 In: serial@2800000 Out: serial@2800000 Err: serial@2800000 EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -19 Net: Could not get PHY for ethernet@46000000: addr 0 am65_cpsw_nuss_slave ethernet@46000000: phy_connect() failed No ethernet found. Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 483 bytes read in 9 ms (51.8 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 7 ms (0 Bytes/s) Already setup. 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 2510012 bytes read in 113 ms (21.2 MiB/s) Load Remote Processor 2 with data@addr=0x82000000 2510012 bytes: Success! 506776 bytes read in 30 ms (16.1 MiB/s) Load Remote Processor 3 with data@addr=0x82000000 506776 bytes: Success! Failed to load '/lib/firmware/j7-main-r5f1_0-fw' Failed to load '/lib/firmware/j7-main-r5f1_1-fw' 1579120 bytes read in 74 ms (20.4 MiB/s) Load Remote Processor 6 with data@addr=0x82000000 1579120 bytes: Success! 1579120 bytes read in 75 ms (20.1 MiB/s) Load Remote Processor 7 with data@addr=0x82000000 1579120 bytes: Success! 10399672 bytes read in 439 ms (22.6 MiB/s) Load Remote Processor 8 with data@addr=0x82000000 10399672 bytes: Success! 19137024 bytes read in 797 ms (22.9 MiB/s) 98085 bytes read in 12 ms (7.8 MiB/s) 10737 bytes read in 8 ms (1.3 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.41-g4c2eade9f7 (qywu@op01) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #28 SMP PREEMPT Thu Nov 18 13:58:32 CST 2021 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 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 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 0x00000000aa000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 79 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@aa100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, 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 576 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 0x0000000880000000, size 256 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-0x00000000aeffffff] [ 0.000000] node 0: [mem 0x00000000af000000-0x00000000afffffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000b7ffffff] [ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000d7ffffff] [ 0.000000] node 0: [mem 0x00000000d8000000-0x00000000fbffffff] [ 0.000000] node 0: [mem 0x00000000fc000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x000000088fffffff] [ 0.000000] node 0: [mem 0x0000000890000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] cma: Failed to reserve 512 MiB [ 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 2 pages/cpu s49880 r8192 d73000 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: EL2 vector hardening [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65472 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57344k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=0b959c33-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x000000009a800000-0x000000009e800000] (64MB) [ 0.000000] Memory: 2319360K/4194304K available (10816K kernel code, 1344K rwdata, 4288K rodata, 1856K init, 758K bss, 1874944K reserved, 0K 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] 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] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 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: allocated 1048576 Devices @8a0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000008a00b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a00c0000 [ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4d4 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008393] Console: colour dummy device 80x25 [ 0.012958] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023629] pid_max: default: 32768 minimum: 301 [ 0.028375] LSM: Security Framework initializing [ 0.033122] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.040691] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.049695] rcu: Hierarchical SRCU implementation. [ 0.054756] Platform MSI: msi-controller@1820000 domain created [ 0.061023] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070331] EFI services will not be available. [ 0.075093] smp: Bringing up secondary CPUs ... [ 0.080304] Detected PIPT I-cache on CPU1 [ 0.080329] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.080339] GICv3: CPU1: using allocated LPI pending table @0x00000008a00d0000 [ 0.080375] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.080429] smp: Brought up 1 node, 2 CPUs [ 0.109775] SMP: Total of 2 processors activated. [ 0.114579] CPU features: detected: 32-bit EL0 Support [ 0.119833] CPU features: detected: CRC32 instructions [ 0.133723] CPU: All CPU(s) started at EL2 [ 0.137917] alternatives: patching kernel code [ 0.142937] devtmpfs: initialized [ 0.151378] KASLR disabled due to lack of seed [ 0.156041] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.166003] futex hash table entries: 512 (order: -1, 32768 bytes, linear) [ 0.173148] pinctrl core: initialized pinctrl subsystem [ 0.178712] DMI not present or invalid. [ 0.182940] NET: Registered protocol family 16 [ 0.187712] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.195047] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.203012] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.211297] thermal_sys: Registered thermal governor 'step_wise' [ 0.211299] thermal_sys: Registered thermal governor 'power_allocator' [ 0.217701] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.231333] ASID allocator initialised with 65536 entries [ 0.252623] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages [ 0.259480] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.266238] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.274010] cryptd: max_cpu_qlen set to 1000 [ 0.279998] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [ 0.288886] vsys_3v3: supplied by evm_12v0 [ 0.293206] vsys_5v0: supplied by evm_12v0 [ 0.297840] iommu: Default domain type: Translated [ 0.302988] SCSI subsystem initialized [ 0.307133] mc: Linux media interface: v0.10 [ 0.311508] videodev: Linux video capture interface: v2.00 [ 0.317140] pps_core: LinuxPPS API ver. 1 registered [ 0.322211] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.331547] PTP clock support registered [ 0.335566] EDAC MC: Ver: 3.0.0 [ 0.339316] FPGA manager framework [ 0.342824] Advanced Linux Sound Architecture Driver Initialized. [ 0.349442] clocksource: Switched to clocksource arch_sys_counter [ 0.355857] VFS: Disk quotas dquot_6.6.0 [ 0.359909] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.369642] Carveout Heap: Exported 512 MiB at 0x00000000b8000000 [ 0.375933] NET: Registered protocol family 2 [ 0.380531] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear) [ 0.389089] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear) [ 0.397870] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear) [ 0.406068] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear) [ 0.414030] TCP: Hash tables configured (established 32768 bind 32768) [ 0.420781] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.427673] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.435073] NET: Registered protocol family 1 [ 0.439783] RPC: Registered named UNIX socket transport module. [ 0.445839] RPC: Registered udp transport module. [ 0.450653] RPC: Registered tcp transport module. [ 0.455457] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.462042] PCI: CLS 0 bytes, default 64 [ 0.466387] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.476697] Initialise system trusted keyrings [ 0.481314] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.489617] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.495813] NFS: Registering the id_resolver key type [ 0.501030] Key type id_resolver registered [ 0.505302] Key type id_legacy registered [ 0.509422] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.516270] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.523910] 9p: Installing v9fs 9p2000 file system support [ 0.548781] Key type asymmetric registered [ 0.552967] Asymmetric key parser 'x509' registered [ 0.557965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.565524] io scheduler mq-deadline registered [ 0.570149] io scheduler kyber registered [ 0.575358] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [ 0.581533] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [ 0.589919] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.596177] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.603985] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.612060] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 0.621385] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq [ 0.631034] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq [ 0.638928] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [ 0.651953] brd: module loaded [ 0.657951] loop: module loaded [ 0.661491] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys' [ 0.669417] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.41-g4c2eade9f7 #28 [ 0.676705] Hardware name: Texas Instruments K3 J721E SoC (DT) [ 0.682661] Call trace: [ 0.685163] dump_backtrace+0x0/0x1a0 [ 0.688898] show_stack+0x18/0x68 [ 0.692281] dump_stack+0xd0/0x12c [ 0.695750] sysfs_warn_dup+0x60/0x80 [ 0.699484] sysfs_create_dir_ns+0xe0/0xf8 [ 0.703665] kobject_add_internal+0x98/0x288 [ 0.708021] kobject_add+0x94/0x100 [ 0.711582] device_add+0xe0/0x748 [ 0.715052] platform_device_add+0x100/0x238 [ 0.719408] platform_device_register_full+0xcc/0x150 [ 0.724567] dma_buf_phys_init+0x6c/0x9c [ 0.728568] do_one_initcall+0x54/0x1b8 [ 0.732482] kernel_init_freeable+0x1d4/0x23c [ 0.736929] kernel_init+0x14/0x114 [ 0.740485] ret_from_fork+0x10/0x34 [ 0.744141] kobject_add_internal failed for dma_buf_phys with -EEXIST, don't try to register things with the same name in the same directory. [ 0.757308] megasas: 07.714.04.00-rc1 [ 0.762217] libphy: Fixed MDIO Bus: probed [ 0.766866] tun: Universal TUN/TAP device driver, 1.6 [ 0.772288] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.778694] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.784762] sky2: driver version 1.30 [ 0.789008] VFIO - User Level meta-driver version: 0.3 [ 0.794662] i2c /dev entries driver [ 0.798801] sdhci: Secure Digital Host Controller Interface driver [ 0.805116] sdhci: Copyright(c) Pierre Ossman [ 0.809802] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.816104] ledtrig-cpu: registered to indicate activity on CPUs [ 0.822428] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.829566] optee: probing for conduit method. [ 0.834118] optee: revision 3.12 (3d47a131) [ 0.834365] optee: initialized driver [ 0.843667] NET: Registered protocol family 17 [ 0.848280] 9pnet: Installing 9P2000 support [ 0.852664] Key type dns_resolver registered [ 0.857110] Loading compiled-in X.509 certificates [ 0.866201] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.872531] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.880552] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam') [ 0.906458] random: fast init done [ 0.929489] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 0.936966] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.943036] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.949066] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.955368] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.962186] pca953x 3-0020: using no AI [ 1.973445] omap_i2c 2000000.i2c: timeout waiting for bus ready [ 1.979498] pca953x 3-0020: failed writing register [ 1.984539] pca953x: probe of 3-0020 failed with error -16 [ 1.990417] pca953x 3-0022: supply vcc not found, using dummy regulator [ 1.997215] pca953x 3-0022: using AI [ 3.005443] omap_i2c 2000000.i2c: timeout waiting for bus ready [ 3.011495] pca953x 3-0022: failed writing register [ 3.016515] pca953x: probe of 3-0022 failed with error -16 [ 3.022163] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 3.030934] omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz [ 3.037168] pca953x 5-0020: supply vcc not found, using dummy regulator [ 3.043980] pca953x 5-0020: using no AI [ 3.069487] pca953x 5-0020: failed writing register [ 3.074517] pca953x: probe of 5-0020 failed with error -121 [ 3.080533] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz [ 3.086574] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz [ 3.092519] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz [ 3.098908] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created [ 3.108872] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created [ 3.117668] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created [ 3.127494] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [ 3.145085] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 3.152780] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 3.161058] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 3.169334] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.178131] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 3.185800] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 3.194079] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 3.202355] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.211112] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 3.218777] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 3.227052] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 3.235328] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.244443] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 3.254323] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 3.261082] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 3.270087] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 3.280231] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 3.286990] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 3.294919] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250 [ 3.304284] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250 [ 3.313030] printk: console [ttyS2] enabled [ 3.313030] printk: console [ttyS2] enabled [ 3.321483] printk: bootconsole [ns16550a0] disabled [ 3.321483] printk: bootconsole [ns16550a0] disabled [ 3.331953] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250 [ 3.340894] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250 [ 3.350312] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 3.360825] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 3.370983] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 3.381222] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 3.391952] scsi host0: ufshcd [ 3.437447] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 3.445096] libphy: 46000f00.mdio: probed [ 3.449517] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 3.456244] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 3.470011] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 3.478878] mmc0: CQHCI version 5.10 [ 3.478913] mmc1: CQHCI version 5.10 [ 3.486228] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 3.498246] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 3.505075] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 3.511883] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 3.518694] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 3.521449] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 3.532699] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 3.541958] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 3.549475] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 3.557560] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 3.565644] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.574282] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 3.581778] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 3.589857] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 3.597935] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.603451] mmc0: Command Queue Engine enabled [ 3.610628] mmc0: new DDR MMC card at address 0001 [ 3.610679] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 3.615675] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB [ 3.622901] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 3.627489] mmcblk0boot0: mmc0:0001 8GUF4R partition 1 31.9 MiB [ 3.635476] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 3.641467] mmcblk0boot1: mmc0:0001 8GUF4R partition 2 31.9 MiB [ 3.649449] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.655418] mmcblk0rpmb: mmc0:0001 8GUF4R partition 3 4.00 MiB, chardev (237:0) [ 3.671444] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 3.681652] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16) [ 3.694399] spi-nor spi0.0: mt35xu512aba (65536 Kbytes) [ 3.699638] mtd: 47040000.spi.0: partitioning exceeds flash size, truncating [ 3.706674] mtd: 47040000.spi.0: skipping zero sized partition [ 3.712492] 7 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 3.719094] Creating 7 MTD partitions on "47040000.spi.0": [ 3.724567] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 3.730555] 0x000000080000-0x000000280000 : "ospi.tispl" [ 3.736282] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 3.742078] 0x000000680000-0x0000006c0000 : "ospi.env" [ 3.747576] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 3.753305] 0x0000007c0000-0x000000800000 : "ospi.env.backup" [ 3.759401] 0x000000800000-0x000004000000 : "ospi.rootfs" [ 3.767383] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff [ 3.774267] spi-nor: probe of spi1.0 failed with error -2 [ 3.802982] cdns-ufshcd 4e84000.ufs: link startup failed 1 [ 3.808460] cdns-ufshcd 4e84000.ufs: UFS Host state=0 [ 3.813499] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0 [ 3.819749] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0 [ 3.821447] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 3.826173] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0 [ 3.826176] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0 [ 3.833828] libphy: 46000f00.mdio: probed [ 3.840667] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0 [ 3.847686] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 3.851255] cdns-ufshcd 4e84000.ufs: Clk gate=1 [ 3.851257] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0 [ 3.857634] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 3.864273] cdns-ufshcd 4e84000.ufs: last intr at 3712425 us, last intr status=0x404 [ 3.864276] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0 [ 3.904902] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0 [ 3.904934] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 3.913930] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0 [ 3.913934] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000 [ 3.932631] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000 [ 3.938715] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000 [ 3.938821] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 3.944794] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0 [ 3.944814] host_regs: 00000000: 1587031f 00000000 00000210 00000000 [ 3.952003] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 3.964141] host_regs: 00000010: 00000000 00000000 00000000 00000000 [ 3.964144] host_regs: 00000020: 00000000 00000470 00000000 00000000 [ 3.982991] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [ 3.989069] host_regs: 00000030: 00000008 00000001 00000000 00000000 [ 4.004343] host_regs: 00000040: 00000000 00000000 00000000 00000000 [ 4.010685] host_regs: 00000050: 00000000 00000000 00000000 00000000 [ 4.017039] host_regs: 00000060: 00000000 00000000 00000000 00000000 [ 4.017065] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 4.023377] host_regs: 00000070: 00000000 00000000 00000000 00000000 [ 4.023380] host_regs: 00000080: 00000000 00000000 00000000 00000000 [ 4.023382] host_regs: 00000090: 00000000 00000000 00000000 00000000 [ 4.023388] cdns-ufshcd 4e84000.ufs: No record of pa_err [ 4.053451] cdns-ufshcd 4e84000.ufs: No record of dl_err [ 4.058755] cdns-ufshcd 4e84000.ufs: No record of nl_err [ 4.064057] cdns-ufshcd 4e84000.ufs: No record of tl_err [ 4.069359] cdns-ufshcd 4e84000.ufs: No record of dme_err [ 4.074748] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err [ 4.080918] cdns-ufshcd 4e84000.ufs: No record of fatal_err [ 4.086482] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 3713542 us [ 4.093605] cdns-ufshcd 4e84000.ufs: No record of resume_fail [ 4.099341] cdns-ufshcd 4e84000.ufs: No record of suspend_fail [ 4.105164] cdns-ufshcd 4e84000.ufs: No record of dev_reset [ 4.110728] cdns-ufshcd 4e84000.ufs: No record of host_reset [ 4.116378] cdns-ufshcd 4e84000.ufs: No record of task_abort [ 4.125940] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 4.133432] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 4.141518] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 4.149605] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.158178] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.165674] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.173753] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.181833] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.190370] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 4.197857] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 4.205935] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 4.214013] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.222922] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 4.230413] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 4.238499] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 4.246585] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.255147] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.262652] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.270732] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.278813] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.287363] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 4.294862] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 4.302944] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 4.311025] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.320557] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present! [ 4.327968] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present! [ 4.335275] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present! [ 4.342578] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present! [ 4.350687] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.358104] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 4.365610] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 4.373702] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 4.381790] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.390474] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.397980] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.406067] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.414152] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.422778] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 4.430277] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 4.438363] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 4.446447] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.462268] ALSA device list: [ 4.465230] No soundcards found. [ 4.545834] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 4.553602] Waiting for root device PARTUUID=0b959c33-02... [ 4.554050] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 4.566738] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 4.574830] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 4.582921] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.591570] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.599070] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.607162] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.615305] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.623991] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 4.631534] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 4.639624] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 4.647743] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.697459] mmc1: new ultra high speed DDR50 SDHC card at address 5048 [ 4.704299] mmcblk1: mmc1:5048 SD16G 14.4 GiB [ 4.711674] mmcblk1: p1 p2 [ 4.715398] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 4.722894] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 4.730973] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 4.739056] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.747616] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.755117] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.763198] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.771278] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.779814] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 4.787308] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 4.795388] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 4.803467] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.863323] EXT4-fs (mmcblk1p2): recovery complete [ 4.868954] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 4.877065] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 4.887468] devtmpfs: mounted [ 4.890832] Freeing unused kernel memory: 1856K [ 4.895386] Run /sbin/init as init process [ 5.079351] systemd[1]: System time before build time, advancing clock. [ 5.131227] NET: Registered protocol family 10 [ 5.136142] Segment Routing with IPv6 [ 5.156073] systemd[1]: Configuration file /etc/systemd/system.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.171444] systemd[1]: Configuration file /lib/systemd/system.conf.d/00-systemd-conf.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.191068] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 5.212803] systemd[1]: Detected architecture arm64. Welcome to Arago 2020.09! [ 5.250288] systemd[1]: Set hostname to <j7-evm>. [ 5.361394] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.379818] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.395780] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.411941] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.431325] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.448754] systemd[1]: Configuration file /lib/systemd/system/sysinit.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.466860] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.484688] systemd[1]: Configuration file /lib/systemd/system/systemd-update-done.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.502325] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.519404] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-kernel.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.537026] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-control.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.554828] systemd[1]: Configuration file /lib/systemd/system/systemd-udev-trigger.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.572541] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.590455] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup-dev.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.608959] systemd[1]: Configuration file /lib/systemd/system/systemd-timesyncd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.626873] systemd[1]: Configuration file /lib/systemd/system/time-sync.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.643380] systemd[1]: Configuration file /lib/systemd/system/time-set.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.659735] systemd[1]: Configuration file /lib/systemd/system/systemd-sysusers.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.677043] systemd[1]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.694088] systemd[1]: Configuration file /lib/systemd/system/systemd-random-seed.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.712248] systemd[1]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.729998] systemd[1]: Configuration file /lib/systemd/system/systemd-machine-id-commit.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.748415] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-flush.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.766438] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-catalog-update.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.785185] systemd[1]: Configuration file /lib/systemd/system/systemd-hwdb-update.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.802828] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.path is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.821245] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.839784] systemd[1]: Configuration file /lib/systemd/system/systemd-vconsole-setup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.857676] systemd[1]: Configuration file /lib/systemd/system/initrd-switch-root.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.875222] systemd[1]: Configuration file /lib/systemd/system/initrd-cleanup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.892263] systemd[1]: Configuration file /lib/systemd/system/initrd.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.908541] systemd[1]: Configuration file /lib/systemd/system/rescue.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.926645] systemd[1]: Configuration file /lib/systemd/system/remote-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.943166] systemd[1]: Configuration file /lib/systemd/system/remote-fs-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.960575] systemd[1]: Configuration file /lib/systemd/system/network-online.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.978097] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd-wait-online.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 5.996677] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.014407] systemd[1]: Configuration file /lib/systemd/system/network-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.031056] systemd[1]: Configuration file /lib/systemd/system/network.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.047670] systemd[1]: Configuration file /lib/systemd/system/nss-lookup.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.064226] systemd[1]: Configuration file /lib/systemd/system/graphical.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.082194] systemd[1]: Configuration file /lib/systemd/system/multi-user.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.101926] systemd[1]: Configuration file /lib/systemd/system/systemd-user-sessions.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.119905] systemd[1]: Configuration file /lib/systemd/system/nss-user-lookup.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.137051] systemd[1]: Configuration file /lib/systemd/system/systemd-resolved.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.154758] systemd[1]: Configuration file /lib/systemd/system/systemd-logind.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.172572] systemd[1]: Configuration file /lib/systemd/system/dbus.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.188714] systemd[1]: Configuration file /lib/systemd/system/user.slice is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.204587] systemd[1]: Configuration file /lib/systemd/system/slices.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.220709] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.path is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.238900] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.257174] systemd[1]: Configuration file /lib/systemd/system/strongswan-starter.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.274693] systemd[1]: Configuration file /lib/systemd/system/snmpd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.290865] systemd[1]: Configuration file /lib/systemd/system/rpcbind.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.307251] systemd[1]: Configuration file /lib/systemd/system/rpcbind.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.323461] systemd[1]: Configuration file /lib/systemd/system/rpcbind.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.339853] systemd[1]: Configuration file /lib/systemd/system/rngd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.355931] systemd[1]: Configuration file /lib/systemd/system/systemd-udev-settle.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.373619] systemd[1]: Configuration file /lib/systemd/system/ofono.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.389945] systemd[1]: Configuration file /lib/systemd/system/nfs-statd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.406533] systemd[1]: Configuration file /lib/systemd/system/kdump.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.422648] systemd[1]: Configuration file /lib/systemd/system/irqbalanced.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.439301] systemd[1]: Configuration file /lib/systemd/system/iptables.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.455744] systemd[1]: Configuration file /lib/systemd/system/ip6tables.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.472320] systemd[1]: Configuration file /lib/systemd/system/gplv3-notice.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.489221] systemd[1]: Configuration file /lib/systemd/system/getty.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.505858] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.523575] systemd[1]: Configuration file /lib/systemd/system/rc-local.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.540258] systemd[1]: Configuration file /lib/systemd/system/getty-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.557109] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.573955] systemd[1]: Configuration file /lib/systemd/system/getty@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.590856] systemd[1]: Configuration file /lib/systemd/system/docker.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.607226] systemd[1]: Configuration file /lib/systemd/system/docker.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.623273] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly. [ 6.642981] systemd[1]: Configuration file /lib/systemd/system/demo.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.659141] systemd[1]: Configuration file /lib/systemd/system/dbus.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.675296] systemd[1]: Configuration file /lib/systemd/system/crond.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.691522] systemd[1]: Configuration file /lib/systemd/system/bt-enable.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.708230] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.725488] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.742404] systemd[1]: Configuration file /lib/systemd/system/atd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.759497] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp-runlevel.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.778243] systemd[1]: Configuration file /lib/systemd/system/rescue.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.794584] systemd[1]: Configuration file /lib/systemd/system/initrd-parse-etc.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.811922] systemd[1]: Configuration file /lib/systemd/system/initrd-root-device.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.829315] systemd[1]: Configuration file /lib/systemd/system/basic.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.845490] systemd[1]: Configuration file /lib/systemd/system/timers.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.862438] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.timer is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.880157] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.898409] systemd[1]: Configuration file /lib/systemd/system/logrotate.timer is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.914974] systemd[1]: Configuration file /lib/systemd/system/logrotate.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.931561] systemd[1]: Configuration file /lib/systemd/system/initrd-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.948146] systemd[1]: Configuration file /lib/systemd/system/initrd-root-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.965203] systemd[1]: Configuration file /lib/systemd/system/initrd-udevadm-cleanup-db.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 6.983655] systemd[1]: Configuration file /lib/systemd/system/initrd-switch-root.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.001339] systemd[1]: Configuration file /lib/systemd/system/paths.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.017387] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-debug.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.034819] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-config.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.052120] systemd[1]: Configuration file /lib/systemd/system/sys-fs-fuse-connections.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.070202] systemd[1]: Configuration file /etc/systemd/system/sync-clocks.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.086968] systemd[1]: Configuration file /lib/systemd/system/psplash-systemd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.104098] systemd[1]: Configuration file /lib/systemd/system/psplash-start.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.121084] systemd[1]: Configuration file /lib/systemd/system/ldconfig.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.137602] systemd[1]: Configuration file /lib/systemd/system/kmod-static-nodes.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.155007] systemd[1]: Configuration file /lib/systemd/system/dev-mqueue.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.171693] systemd[1]: Configuration file /lib/systemd/system/dev-hugepages.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.188587] systemd[1]: Configuration file /lib/systemd/system/emergency.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.205244] systemd[1]: Configuration file /lib/systemd/system/syslog.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.221734] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-audit.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.239535] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-dev-log.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.257876] systemd[1]: Configuration file /lib/systemd/system/sockets.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.275363] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.292539] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.309662] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.326793] systemd[1]: Configuration file /lib/systemd/system/systemd-coredump.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.344023] systemd[1]: Configuration file /lib/systemd/system/dropbear.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.360892] systemd[1]: Configuration file /lib/systemd/system/var-volatile-srv.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.378269] systemd[1]: Configuration file /lib/systemd/system/var-volatile-spool.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.395818] systemd[1]: Configuration file /lib/systemd/system/var-volatile-lib.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.413251] systemd[1]: Configuration file /lib/systemd/system/var-volatile-cache.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.430873] systemd[1]: Configuration file /lib/systemd/system/tmp.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.446842] systemd[1]: Configuration file /lib/systemd/system/systemd-remount-fs.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.464410] systemd[1]: Configuration file /lib/systemd/system/systemd-fsck-root.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.481822] systemd[1]: Configuration file /lib/systemd/system/emergency.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.498351] systemd[1]: Configuration file /lib/systemd/system/local-fs-pre.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.515190] systemd[1]: Configuration file /lib/systemd/system/shutdown.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.533557] random: systemd: uninitialized urandom read (16 bytes read) [ 7.540262] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 7.552586] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 7.562517] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 7.585518] random: systemd: uninitialized urandom read (16 bytes read) [ 7.592755] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 7.613509] random: systemd: uninitialized urandom read (16 bytes read) [ 7.620658] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 7.641626] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 7.665548] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 7.689542] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 7.709498] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 7.729490] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 7.749492] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 7.777821] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 7.801521] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 7.821616] systemd[1]: Configuration file /lib/systemd/system/systemd-coredump@.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 7.840038] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 7.861625] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 7.894483] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 7.902806] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 7.925749] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 7.941768] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 7.965680] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 7.985601] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 8.007958] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 8.027911] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 8.052479] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 8.070498] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. [ 8.081834] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 8.100023] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 8.128310] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 8.154985] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ 8.180449] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 8.197633] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 8.217830] systemd[1]: Starting Journal Service... [ 8.223692] systemd-journald[165]: Configuration file /etc/systemd/journald.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. Starting Journal Service... [ 8.250375] systemd-journald[165]: Configuration file /lib/systemd/journald.conf.d/00-systemd-conf.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 8.274792] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 8.296317] cryptodev: loading out-of-tree module taints kernel. [ 8.309651] systemd[1]: Starting Remount Root and Kernel File Systems... [ 8.318912] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) Starting Remount Root and Kernel File Systems... [ 8.337527] cryptodev: driver 1.10 loaded. [ 8.344867] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 8.368083] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 8.385892] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 8.405814] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Create list of sta… nodes for the current kernel. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star…progress communication helper. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 8.602059] systemd-journald[165]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /media/ram... Mounting /var/volatile... Starting udev Kernel Device Manager... [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. [ OK ] Started udev Coldplug all Devices. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. [ OK ] Started Daily rotation of log files. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API. [ OK ] Listening on dropbear.socket. [ 9.205427] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: Starting Reboot and dump vmcore via kexec.[ 9.219083] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 .. [ 9.235897] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ OK ] Listening on Docker Socket for the [ 9.247471] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 API. [ 9.264491] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ OK ] Reached target Sockets.[ 9.275333] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 9.291960] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ OK ] Reached target Basic System.[ 9.303152] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 9.319098] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ OK ] Started Job spooling tools. [ 9.334701] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 9.342948] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 9.357483] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 9.369573] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 9.377067] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ OK ] Started Periodic Command Scheduler j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [0m. [ 9.404706] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ OK ] Started D-Bus System Message Bus. [ 9.498031] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: Starting Print notice about GPLv3 packages[ 9.512203] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 ... [ 9.529533] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon[ 9.557089] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 . Starting Telephony service... Starting rc.pvr.service... [ 9.593085] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 9.603450] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 9.616341] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 9.629568] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 9.645346] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: Starting Login Service... [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Started IPv6 Packet Filtering Framework. [ OK ] Started IP[ 9.669822] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 v4 Packet Filtering Framework. [ OK ] Reached target Network (Pre). Starting N[ 9.693266] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 etwork Service... [ 9.709112] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 9.726219] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 9.734931] ina2xx 4-0040: error configuring the device: -121 [ 9.740703] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 9.752852] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 9.769483] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 9.786265] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 9.796633] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 9.810602] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 9.821632] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 9.860441] PVR_K: 252: Read BVNC 22.104.208.318 from HW device registers [ 9.872521] PVR_K: 252: RGX Device registered with BVNC 22.104.208.318 [ OK ] Started Telephony service. [ OK ] Started Network Service. Starting Wait for Network to be Configured[ 9.902055] [drm] Initialized pvr 1.13.5776728 20170530 for 4e20000000.gpu on minor 0 ... Starting Network Name Resolution... [ 9.958654] Bluetooth: Core ver 2.22 [ 9.964118] NET: Registered protocol family 31 [ 9.971835] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 9.980748] Bluetooth: HCI device and connection manager initialized [ 9.987760] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 10.000495] Bluetooth: HCI socket layer initialized [ 10.007495] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 10.017506] Bluetooth: L2CAP socket layer initialized [ 10.026572] Bluetooth: SCO socket layer initialized [ 10.032931] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.050256] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 10.057777] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 10.081491] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 10.092073] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.107615] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 10.119203] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 10.130342] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 10.132256] ina2xx 4-0041: error configuring the device: -121 [ 10.141472] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ OK ] Started Login Service. [ 10.213519] ina2xx 4-0042: error configuring the device: -121 [ 10.243426] ina2xx 4-0043: error configuring the device: -121 [ 10.272414] ina2xx 4-0044: error configuring the device: -121 [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma…ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Started Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Started Serial Getty on ttyS3. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started Enable and configure wl18xx bluetooth stack. [ 10.448817] ina2xx 4-0045: error configuring the device: -121 [ 10.484352] ina2xx 4-0046: error configuring the device: -121 [ 10.518294] ina2xx 4-0047: error configuring the device: -121 [ 10.556985] ina2xx 4-0048: error configuring the device: -121 [ 10.611386] ina2xx 4-0049: error configuring the device: -121 [ 10.626313] img_dec 4300000.video-decoder: decoder registered as /dev/video0 [ 10.657889] ina2xx 4-004a: error configuring the device: -121 [ 10.674123] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 10.685530] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 10.701492] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 10.713187] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.730023] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 10.741223] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 10.757506] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 10.770237] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.779427] ina2xx 4-004b: error configuring the device: -121 [ 10.786436] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 10.799678] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 10.817502] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 10.829483] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.846023] ina2xx 4-004c: error configuring the device: -121 [ 10.866545] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 10.876247] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 10.890226] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 10.904725] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.922032] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 10.937525] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 10.947366] random: crng init done [ 10.949481] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 10.950761] random: 7 urandom warning(s) missed due to ratelimiting [ 10.965186] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.975678] ina2xx 4-004d: error configuring the device: -121 [ 10.982233] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 10.983363] ina2xx 4-004e: error configuring the device: -121 [ 10.993466] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ OK ] Started Load/Save Random Seed. [ 11.013084] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 11.022562] ina2xx 4-004f: error configuring the device: -121 [ 11.025711] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.042399] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 11.049965] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 11.061488] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 11.069642] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.085593] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [ 11.154829] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon.. [ 11.453304] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 11.461970] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 11.474434] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 11.487135] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.509727] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 11.511369] remoteproc remoteproc0: 4d80800000.dsp is available [ 11.517254] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 11.537563] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 11.545719] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.570947] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 11.581515] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 11.589617] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 11.601513] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.613675] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 11.621285] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 11.629401] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 11.645500] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.657694] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 11.666122] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 11.677483] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 11.685618] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.710342] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 11.719714] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 11.733498] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 11.741697] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.779301] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 11.788217] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 11.801522] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 11.810941] CAN device driver interface [ 11.817582] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.830969] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 11.838479] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 11.851892] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 11.865473] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.877686] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 11.885216] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 11.897503] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 11.909477] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.922181] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 11.929714] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 11.941473] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 11.953515] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 11.992361] remoteproc remoteproc0: attaching to 4d80800000.dsp [ 12.130204] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils coreutils-stdbuf coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav-dev gstreamer1.0-libav gzip less libasm1 libbfd libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp-dev libgmp10 libgmpxx4 libidn[ 12.257490] remoteproc0#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 2-0 libidn2-dev libmpc3 libmpfr6 libreadline-dev libreadline8 libunistring-dev libunistring2 m4-dev m4 make nettle-dev nettle parted python3-rfc3987 python3-strict-rfc3339 tar which zeromq If you do not wish to distribute GPLv3 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 dependen[ 12.317700] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) t packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. [ 12.388927] virtio_rpmsg_bus virtio0: rpmsg host is online [ 12.394477] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 12.489958] remoteproc0#vdev0buffer: registered virtio0 (type 7) [ 12.496212] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 12.509464] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 12.517615] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 12.528562] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.542100] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 12.549597] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 12.561494] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 12.573505] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.583014] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached [ 12.583467] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 12.599946] platform 41000000.r5f: configured R5F for IPC-only mode [ 12.601484] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 12.621529] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 12.629703] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.654601] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 12.710243] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 12.718742] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 12.728460] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 12.736551] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 12.749494] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.766391] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 12.777492] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 12.785691] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 12.786721] am65-cpsw-nuss 46000000.ethernet: phy /bus@100000/bus@28380000/ethernet@46000000/mdio@f00/ethernet-phy@0 not found on slave 1 [ 12.797464] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.818091] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 12.827117] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 12.835263] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 12.849527] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 12.945674] remoteproc remoteproc1: 41000000.r5f is available [ 12.964792] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode [ 12.997578] remoteproc remoteproc1: attaching to 41000000.r5f [ 13.029709] remoteproc remoteproc2: 4d81800000.dsp is available [ 13.106388] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 13.144109] remoteproc remoteproc2: attaching to 4d81800000.dsp [ 13.180882] remoteproc1#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 13.231155] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode [ 13.316992] virtio_rpmsg_bus virtio1: rpmsg host is online [ 13.329424] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 13.337084] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 13.377496] remoteproc2#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 13.398556] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 13.406077] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 13.417885] remoteproc1#vdev0buffer: registered virtio1 (type 7) [ 13.424040] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 13.437499] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.449635] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 13.461503] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 13.473612] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 13.485487] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.496647] virtio_rpmsg_bus virtio2: rpmsg host is online [ 13.502229] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 13.502279] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 13.521478] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 13.533520] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 13.533728] remoteproc remoteproc1: remote processor 41000000.r5f is now attached [ 13.541628] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.626190] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 13.633727] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 13.641856] remoteproc2#vdev0buffer: registered virtio2 (type 7) [ 13.647987] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 13.656079] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.674451] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 13.681975] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 13.693484] remoteproc remoteproc2: remote processor 4d81800000.dsp is now attached [ 13.701193] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 13.709317] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.721976] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 13.733495] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 13.741636] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 13.753471] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.754360] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@aa000000 [ 13.772211] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 13.781462] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 13.789581] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 13.801488] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.813580] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 13.821084] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 13.833481] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 13.841625] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.854071] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 13.865479] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 13.873598] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 13.877622] platform 5c00000.r5f: configured R5F for IPC-only mode [ 13.885471] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.897491] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 13.904981] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 13.917500] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 13.925628] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.938358] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 13.949489] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 13.957623] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 13.969478] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 13.981600] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 13.989092] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 14.001464] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 14.009593] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.022650] m_can_platform 40528000.can: m_can device registered (irq=23, version=32) [ 14.034801] m_can_platform 40568000.can: m_can device registered (irq=25, version=32) [ 14.046390] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 14.053940] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 14.069498] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 14.077649] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.090465] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 14.097978] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 14.113484] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 14.121584] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.137566] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 14.145051] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 14.157458] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 14.161646] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 14.165550] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.216431] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 14.298522] remoteproc remoteproc3: 64800000.dsp is available [ 14.342177] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 14.377912] remoteproc remoteproc4: 5c00000.r5f is available [ 14.390693] remoteproc remoteproc3: attaching to 64800000.dsp [ 14.433531] remoteproc remoteproc4: attaching to 5c00000.r5f [ 14.453655] remoteproc remoteproc3: unsupported resource 65538 [ 14.469409] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 14.494640] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 14.495990] remoteproc3#vdev0buffer: assigned reserved memory node vision-apps-c71-dma-memory@aa000000 [ OK ] Created slice system-systemd\x2dfsck.slice. [ 14.649010] remoteproc4#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 14.794165] virtio_rpmsg_bus virtio3: rpmsg host is online [ 14.796101] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 14.806917] virtio_rpmsg_bus virtio4: rpmsg host is online [ 14.811563] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 14.876973] remoteproc3#vdev0buffer: registered virtio3 (type 7) [ 14.883668] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 14.891159] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 14.905469] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 14.921497] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.924851] remoteproc4#vdev0buffer: registered virtio4 (type 7) [ 14.931193] remoteproc remoteproc3: remote processor 64800000.dsp is now attached [ 14.943523] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 14.951224] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 14.959407] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 14.969495] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 14.982169] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 14.993480] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.001602] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.013502] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.022410] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 15.034011] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 15.045491] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 15.053623] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 15.065496] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.074961] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 15.085492] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 15.093615] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 15.105460] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.150789] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached [ 15.241998] platform 5d00000.r5f: configured R5F for IPC-only mode [ 15.310897] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 15.410785] remoteproc remoteproc5: 5d00000.r5f is available [ 15.461660] remoteproc remoteproc5: attaching to 5d00000.r5f [ 15.505633] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 15.526541] remoteproc5#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 15.551559] virtio_rpmsg_bus virtio5: rpmsg host is online [ 15.557187] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15 [ 15.567194] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe [ 15.577670] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 15.589566] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd [ 15.596382] remoteproc5#vdev0buffer: registered virtio5 (type 7) [ 15.596752] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15 [ 15.602830] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 15.613481] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe [ 15.618629] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.629508] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 15.640049] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 15.647569] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.649577] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 15.660609] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.665518] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe [ 15.678007] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 15.685564] virtio_rpmsg_bus virtio4: creating channel ti.ethfw.notifyservice addr 0x1e [ 15.693720] virtio_rpmsg_bus virtio4: creating channel rpmsg-kdrv addr 0x1a [ 15.693761] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 15.705775] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: Device info: permissions: 07FFFFFF uart_id: 2 [ 15.717482] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 15.725458] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: FW ver 0.1 (rev 1) 6/Nov/2021 SHA: [ 15.727102] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 15.742767] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 15.753468] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.762934] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 15.773599] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 15.781717] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 15.793514] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.800157] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached [ 15.809298] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 15.817498] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 15.829488] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 15.837625] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.848831] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded [ 15.861458] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:00000003 rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00 [ 15.877463] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c1 [ 15.896875] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 15.910018] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 15.925554] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 15.940219] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 15.953505] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 15.969604] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 15.977120] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 15.989651] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 15.997774] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.005822] platform 5e00000.r5f: configured R5F for remoteproc mode [ 16.013947] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.025555] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.033679] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.045497] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.054263] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.056687] usbcore: registered new interface driver usbfs [ 16.067193] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.077486] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.077514] usbcore: registered new interface driver hub [ 16.086434] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [ 16.099972] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.108113] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.119084] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.141528] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.154925] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.169477] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.178118] usbcore: registered new device driver usb [ 16.215123] remoteproc remoteproc7: b034000.pru is available [ 16.246342] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.255097] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.268234] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.281508] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.293924] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.303741] remoteproc remoteproc8: b004000.rtu is available [ 16.304545] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.322796] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.333485] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.345474] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.361614] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.369108] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.381462] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.393460] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| [ 16.409587] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ [ 16.425471] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 |___| |__| |_| |___|_| |___|___|_| |___| [ 16.437472] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 |___| Arago Project http://arago-p[ 16.452036] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 roject.org j7-evm ttyS2 Arago 2020.09 j7-evm ttyS2 j7-evm login: [ 16.467918] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.474295] remoteproc remoteproc9: b00a000.txpru is available [ 16.482071] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.492369] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.499681] remoteproc remoteproc10: b038000.pru is available [ 16.505455] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.520362] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.534684] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.535700] remoteproc remoteproc11: b006000.rtu is available [ 16.542371] remoteproc remoteproc6: 5e00000.r5f is available [ 16.553649] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.561817] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.572728] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.586584] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.597491] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.609276] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.613914] remoteproc remoteproc12: b00c000.txpru is available [ 16.617405] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.637722] remoteproc remoteproc13: b134000.pru is available [ 16.641922] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.650806] remoteproc remoteproc14: b104000.rtu is available [ 16.654029] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.664552] remoteproc remoteproc15: b10a000.txpru is available [ 16.669482] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.680768] remoteproc remoteproc16: b138000.pru is available [ 16.686645] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.700574] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.717600] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.732413] PVR_K: 938: RGX Firmware image 'rgx.fw.22.104.208.318' loaded [ 16.739343] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.753528] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.765520] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.778583] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.786145] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.801510] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.809697] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.821909] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.829304] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 16.841473] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 16.845698] remoteproc remoteproc17: b106000.rtu is available [ 16.849575] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 16.865465] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.877589] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 16.885097] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 16.885883] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 16.897452] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 16.913466] remoteproc remoteproc6: powering up 5e00000.r5f [ 16.913472] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.919106] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 16.937763] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 16.949479] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 16.952384] remoteproc remoteproc19: b10c000.txpru is available [ 16.957765] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 16.963706] remoteproc remoteproc6: request_firmware failed: -2 [ 16.973460] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 16.985451] platform 5f00000.r5f: configured R5F for remoteproc mode [ 16.989863] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 16.999807] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.007858] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000 [ 17.008695] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.033482] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.037912] remoteproc remoteproc18: 5f00000.r5f is available [ 17.041602] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.060987] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.073507] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.081641] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.089777] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.102203] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.113500] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.121595] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.133485] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.142221] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.153981] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.165478] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.173585] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.185493] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.194766] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.205469] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.213571] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.221661] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.298112] remoteproc remoteproc18: Direct firmware load for j7-main-r5f1_1-fw failed with error -2 [ 17.313589] remoteproc remoteproc18: powering up 5f00000.r5f [ 17.319345] remoteproc remoteproc18: Direct firmware load for j7-main-r5f1_1-fw failed with error -2 [ 17.329808] remoteproc remoteproc18: request_firmware failed: -2 [ 17.341623] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.349206] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.359542] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.373467] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.389511] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.394411] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c [ 17.398317] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.417480] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.425577] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.437494] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.449612] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.461497] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.473485] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.483185] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.568307] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.575819] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.593481] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.601938] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.613944] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.625626] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.633134] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.645478] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.655441] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.669576] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 17.677070] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 17.689495] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 17.697604] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.710124] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 17.721479] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 17.729606] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 17.739310] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.748114] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 17.762005] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 17.771357] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 17.779485] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 17.793494] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 17.860808] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 17.969685] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 [ 18.010092] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started j7-evm login: j7-evm login: j7-evm login: j7-evm login: root Last login: Wed Aug 4 22:20:57 UTC 2021 root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# root@j7-evm:~# ls 962_pwr.sh cap_0002.yuv single_cam_graph_2_pipe_img.txt test.sh cap_0000.yuv export single_cam_graph_3_data_ref_q_img.txt test_325.sh cap_0001.yuv single_cam_graph_1_img.txt single_cam_graph_4_pipe0_img.txt tiny_rootfs_1102.tgz root@j7-evm:~# cd / root@j7-evm:/# ls bin dev gpio-custom.ko include install_rtos_sd.sh linuxrc media opt run sys usr boot etc home init lib lost+found mnt proc sbin tmp var root@j7-evm:/# [ 28.093495] xhci-hcd xhci-hcd.2.auto: can't setup: -110 [ 28.098724] xhci-hcd xhci-hcd.2.auto: USB bus 1 deregistered [ 28.104426] xhci-hcd: probe of xhci-hcd.2.auto failed with error -110 .[ 28.111008] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 28.116506] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1 [ 28.124508] xhci-hcd xhci-hcd.3.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010 [ 28.133924] xhci-hcd xhci-hcd.3.auto: irq 607, io mem 0x06410000 [ 28.140117] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 28.148375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 28.155585] usb usb1: Product: xHCI Host Controller [ 28.160453] usb usb1: Manufacturer: Linux 5.10.41-g4c2eade9f7 xhci-hcd [ 28.166972] usb usb1: SerialNumber: xhci-hcd.3.auto [ 28.172093] hub 1-0:1.0: USB hub found [ 28.175867] hub 1-0:1.0: 1 port detected [ 28.180702] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 28.181620] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 28.188203] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 28.193665] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2 [ 28.202834] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 28.209413] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed [ 28.217942] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 28.224018] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 28.233063] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 28.240347] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 28.248310] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 28.256032] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 28.256034] usb usb2: Product: xHCI Host Controller [ 28.256036] usb usb2: Manufacturer: Linux 5.10.41-g4c2eade9f7 xhci-hcd [ 28.256038] usb usb2: SerialNumber: xhci-hcd.3.auto [ 28.256506] hub 2-0:1.0: USB hub found [ 28.265621] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 28.271632] hub 2-0:1.0: 1 port detected [ 28.276236] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 28.312177] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517 [ 28.325503] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 28.332997] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 28.341148] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 28.349240] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 /[ 28.358626] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 28.366191] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 28.374377] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 28.385024] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 28.393961] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 28.402381] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 28.412578] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 28.420769] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 root@j7-evm:/# root@j7-evm:/# root@j7-evm:/# root@j7-evm:/# root@j7-evm:/# ls bin dev gpio-custom.ko include install_rtos_sd.sh linuxrc media opt run sys usr boot etc home init lib lost+found mnt proc sbin tmp var root@j7-evm:/# insmod gpio-custom.ko [ 34.517136] gpio init [ 34.519448] driver register [ 34.522471] my_pdrv_probe! [ 34.522484] gpio_red = 314 [ 34.527883] ret = 1 [ 34.529982] gpio_green = 311 [ 34.532848] ret = 1 [ 34.534946] green-led request = 0 [ 34.538252] red-led request = 0 [ 34.541380] gpio_red output ret=0 [ 34.544686] gpio_red gpio_get_value=1 [ 34.548340] gpio_green output ret=0 [ 34.551818] gpio_green gpio_get_value=1 [ 34.555644] Hello world! root@j7-evm:/# [ 35.893462] tlv71033: disabling root@j7-evm:/#
Part of the driver code:
static int my_pdrv_probe (struct platform_device *pdev){ int ret; struct device_node *np = pdev->dev.of_node; printk("my_pdrv_probe!"); if (!np) return -ENOENT; gpio_red = of_get_named_gpio(np, "redled-gpio", 0); printk("gpio_red = %d\n", gpio_red ); ret = gpio_is_valid(gpio_red); printk("ret = %d\n", ret); gpio_green = of_get_named_gpio(np, "greenled-gpio", 0); printk("gpio_green = %d\n", gpio_green ); ret = gpio_is_valid(gpio_green); printk("ret = %d\n", ret); ret = gpio_request(gpio_green, "green-led"); printk("green-led request = %d\n", ret ); ret = gpio_request(gpio_red, "red-led"); printk("red-led request = %d\n", ret ); ret = gpio_direction_output(gpio_red, 1); printk("gpio_red output ret=%d\n", ret); ret = gpio_get_value(gpio_red); printk("gpio_red gpio_get_value=%d\n", ret); ret = gpio_direction_output(gpio_green, 1); printk("gpio_green output ret=%d\n", ret); ret = gpio_get_value(gpio_green); printk("gpio_green gpio_get_value=%d\n", ret); printk("Hello world!"); return 0; }
thanks