Other Parts Discussed in Thread: AM3352
Hello,
I am trying to do the initial configuration to startup our new design based on am3352 processor.
For this we use kernel 4.4.19 got from TI SDK, and file "tisdk_am335x-evm_defconfig" for the initial kernel configuration.
I have created our own .dts file and also removed from am33xx.dtsi "rtc: rtc@44e3e000" node because we don not use internal RTC.
At this point we try to start from SD. U-boot runs fine and also kernel does start running, but it stops at this point:
[ 5.788328] systemd-journald[95]: Received request to flush runtime journal from PID 1
[ 5.835180] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 6.017917] omap_hwmod: pruss: _wait_target_ready failed: -16Storage.
[ 6.026023] PM: no-rtc available, rtc-only mode disabled.
[ 6.061264] ti-pruss 4a300000.pruss: couldn't enable pruss
Starting Network Time Synchronization...
[ 6.092702] ti-pruss: probe of 4a300000.pruss failed with error -16
Starting Update UTMP about System Boot/Shutdown...
Starting LSB: Raise network interfaces....
Starting Copy rules generated while the root was ro...
[ OK ] Started Copy rules generated while the root was ro.
[ OK ] Started Network Time Synchronization.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started LSB: Raise network interfaces..
Any idea about how to fix this issue?
Best regards
Angel