Hello TI-friends,
As I finish compiling with following in Rule.mak
ifeq ($(DVR_RDK_BOARD_TYPE ), )
DVR_RDK_BOARD_TYPE := DM816X_EVM
endif
once I change to
ifeq ($(DVR_RDK_BOARD_TYPE ), )
DVR_RDK_BOARD_TYPE := DM816X_DVR
endif
Is it necessary to "make -s sys_all" or just "make -s dvr_rdk" ??