Skip to content

Commit 394a01f

Browse files
add usage instructions for the imx943evk19b1
Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
1 parent 7a20b38 commit 394a01f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bcu.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3638,7 +3638,10 @@ static int enable_vt_mode()
36383638
void notice_print(struct options_setting* setting, char* cmd)
36393639
{
36403640
if (strcmp(setting->board, "imx943evk19a0") == 0)
3641-
printf("\nPlease set SW7-1 as ON to ensure the proper functioning of the BCU!\n\n");
3641+
printf("\nPlease set SW7-1 as %sON%s to ensure the proper functioning of the BCU!\n\n", g_vt_red, g_vt_default);
3642+
3643+
if (strcmp(setting->board, "imx943evk19b1") == 0)
3644+
printf("\nPlease set SW7-1 as %sOFF%s to ensure the proper functioning of the BCU!\n\n", g_vt_red, g_vt_default);
36423645

36433646
if (!strcmp(setting->board, "imx95evk19") &&
36443647
!strcmp(cmd, "reset") &&

0 commit comments

Comments
 (0)