你好:
我在执行dvrrdk/dvr_rdk/bin/ti816x/init.sh时出现ddr_mem=xM wrong in bootargs怎么解决。谢谢!
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.
你好:
我在执行dvrrdk/dvr_rdk/bin/ti816x/init.sh时出现ddr_mem=xM wrong in bootargs怎么解决。谢谢!
你好:
是这句话出错了
if ! echo ${ENV_DDR_MEM} | grep -q "M";then
echo "ddr_mem=xM wrong in bootargs."
exit 1
fi
但是这个ENV_DDR_MEM在哪里设置。我在这文件的开头设置了,但是下面又有好多错误。