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.

请教关于dm8186 dvrrdk 编译板卡类型选项



dm8168 /dvrrdk/rules.make 下有一个Board type选项

# Board type can be one of the following
#    1. DM816X_DVR
#    2. DM816X_EVM
#    3. DM814X_EVM
#    4. DM810X_EVM
#    5. DM810X_DVR
默认是DM816X_DVR,

我用的是TI官网上的EVM板卡+VS板卡,是不是应该设置如下:
ifeq ($(DVR_RDK_BOARD_TYPE ), )
  DVR_RDK_BOARD_TYPE := DM816X_EVM
endif

DM816X_EVM 是评估板么?

DM816X_DVR 呢?

DM816X_EVM 和 DM816X_DVR到底有什么区别?

貌似两种uImage都可以运行?