Other Parts Discussed in Thread: DRA742, DRA752, PMP
I am getting 2 errors when booting Linux with the Vision SDK.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[FAILED] Failed to start Network Service.
See 'systemctl status systemd-networkd.service' for details.
Here is the output from the systemctl commands:
root@dra7xx-evm:~# systemctl status systemd-modules-load.service --no-pager
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-12-03 04:46:43 UTC; 3min 36s ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 91 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 91 (code=exited, status=1/FAILURE)
Dec 03 04:46:43 dra7xx-evm systemd-modules-load[91]: Failed to find module 'cmemk'
Dec 03 04:46:43 dra7xx-evm systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Dec 03 04:46:43 dra7xx-evm systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Dec 03 04:46:43 dra7xx-evm systemd[1]: Failed to start Load Kernel Modules.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
root@dra7xx-evm:~# systemctl status systemd-networkd.service --no-pager
● systemd-networkd.service - Network Service
Loaded: loaded (/lib/systemd/system/systemd-networkd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-12-03 04:46:56 UTC; 5min ago
Docs: man:systemd-networkd.service(8)
Process: 817 ExecStart=/sbin/ifup eth0 (code=exited, status=1/FAILURE)
Main PID: 817 (code=exited, status=1/FAILURE)
Dec 03 04:46:56 dra7xx-evm systemd[1]: systemd-networkd.service: Service has no hold-off time (RestartSec=0), schedu… restart.
Dec 03 04:46:56 dra7xx-evm systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 8.
Dec 03 04:46:56 dra7xx-evm systemd[1]: Stopped Network Service.
Dec 03 04:46:56 dra7xx-evm systemd[1]: systemd-networkd.service: Start request repeated too quickly.
Dec 03 04:46:56 dra7xx-evm systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Dec 03 04:46:56 dra7xx-evm systemd[1]: Failed to start Network Service.
Hint: Some lines were ellipsized, use -l to show in full.
I changed the Eth0 static IP address following the instructions in the mmWave Studio Cascade User Guide section 11.1.
I built Linux following the instructions in Vision SDK (v03.08.00) Linux User Guide sections 2 & 3.
I set MAKECONFIG?=tda2xx_cascade_linux_radar in vision_sdk/build/Rules.make but I had to change fdtfile=dra7-cascaderadar-infoadas.dtb manually in the /vision_sdk/binaries/apps/tda2xx_cascade_linux_radar/hlos/linux/boot/uenv.txt file, for some reason it was trying to use dra7-infoadas.dtb which does not exist in the /boot directory.
I tried building with and without the patches applied from Vision SDK Linux Cascade Radar Data Acquisition Tool User Guide.
How can I fix these 2 failures?