使用的是am335x板,在uboot下,修改am335x_evm.h如上,添加红色框内容,我想运行"run hejx_type0_erase_chip;" 与"run hejx_type1_update_mlo;" \之间在LCD屏显示做一定的变化(如输出不同的字符,其中LCD相关驱动已移植好),这个要怎么做?就是在程序里面怎样知道当前运行的是"run hejx_type0_erase_chip;"(或"run hejx_type1_update_mlo;" \),程序里面是怎么判断的?
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.
使用的是am335x板,在uboot下,修改am335x_evm.h如上,添加红色框内容,我想运行"run hejx_type0_erase_chip;" 与"run hejx_type1_update_mlo;" \之间在LCD屏显示做一定的变化(如输出不同的字符,其中LCD相关驱动已移植好),这个要怎么做?就是在程序里面怎样知道当前运行的是"run hejx_type0_erase_chip;"(或"run hejx_type1_update_mlo;" \),程序里面是怎么判断的?