Hi all
I use dm8168 EVM board+ VS child board,
then in /dvrrdk/rules.make
# Board type can be one of the following
# 1. DM816X_DVR
# 2. DM816X_EVM
# 3. DM814X_EVM
# 4. DM810X_EVM
# 5. DM810X_DVR
which board type i have to choose then,
followed install guide i set board type in follow type
ifeq ($(DVR_RDK_BOARD_TYPE ), )
DVR_RDK_BOARD_TYPE := DM816X_EVM
endif
and now i found some others using DM816X_DVR for evm board, and it runs ok!
So what is the differences between this two choice ?
Is it no business with hardware ?
best regards
xavier