您好,我们最近刚收到贵公司发送过来的C6A816x/AM389x 评估模块板一块。我们接通电源,插入SD卡,显示屏通过HDMI接口与板子相连,板子上的各针脚也按说明书给设置了。但打开启动开关后,风扇运转正常,屏幕一直没有信号显示,不知道是什么问题导致,鼠标链接的USB口也不能通电。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,我们最近刚收到贵公司发送过来的C6A816x/AM389x 评估模块板一块。我们接通电源,插入SD卡,显示屏通过HDMI接口与板子相连,板子上的各针脚也按说明书给设置了。但打开启动开关后,风扇运转正常,屏幕一直没有信号显示,不知道是什么问题导致,鼠标链接的USB口也不能通电。
你在linux下执行下面shell脚本:
#!/bin/sh
# check if we need to create symbolic link for matrix to auto start
echo -n "Creating matrix-gui symbolic link..."
if [ -f /tmp/sdk/$$/etc/init.d/matrix-gui ]; then
if [ -h /tmp/sdk/$$/etc/rc3.d/*matrix* ]; then
echo " (skipped) "
else
ln -s ../init.d/matrix-gui /tmp/sdk/$$/etc/rc3.d/S99matrix-gui
ln -s ../init.d/matrix-gui /tmp/sdk/$$/etc/rc5.d/S99matrix-gui
echo "done"
fi
fi