Part Number: AM6442
Hi everyone,
i'm currently working on a custom board based on the SK-AM64.
The image (generated with Yocto 4.0) is booting from SD card without issues.
Entering the system command "reboot" in Linux leads to the system locking up:
root@am64xx-evm:~# reboot
Broadcast message from root@am64xx-evm (ttyS2) (Fri Mar 9 12:59:30 2018):
The system is going down for reboot NOW!
INIT: Sending processes configured via /etc/inittab the TERM signal
Stopping OpenBSD Secure Shell server: sshdstopped /usr/sbin/sshd (pid 299)
.
Stopping advanced power management daemon: no /usr/sbin/apmd found; none killed
apmd.
hwclock: can't open '/dev/misc/rtc': No such file or directory
Stopping syslogd/klogd: stopped syslogd (pid 309)
stopped klogd (pid 312)
done
ALSA: Storing mixer settings...
Unmounting remote filesystems...
Stopping Lighttpd Web Server: stopped /usr/sbin/lighttpd (pid 319)
lighttpd.
Deconfiguring network interfaces... [ 21.691153] am65-cpsw-nuss 8000000.ethern
done.
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Deactivating swap...
Unmounting local filesystems...
[ 26.840292] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
Rebooting...
Entering the "reset" command in u-boot results in the system restarting as expected.
1. In comparison to the SK-AM64 we've changed the LPDDR4 module to a 2GBit one (the necessary changes to the device tree and u-boot have been made)
2. MMC is directly connected to 3.3V, therefore the necessary changes in the devicetree have been made to support only 3.3V/SDHC, the regulator GPIO has been removed
3. The same image will reboot fine on the SK-AM64
Are there suggestions on how to debug this problem or how to solve it? What additional information is necessary?
Thanks in advance
Regards,
Dave