i want to print debug msg

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i want to print debug msg

186 Views
srinivas_123
Contributor II

i have myhello.c file 

in this myhello.c content is like

int main()

{

  if(i2c_read()==true)

{

     debug(" read success\n");

}

}

this i2c_read function is called at the start of uboot , before DRAM initialization, I want to print the debug message on the console at the time of booting.

is anyone know how to do it please help me

Thanks&Regads

srinivas

0 Kudos
Reply
1 Reply

165 Views
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

You can get started here,

Regards

0 Kudos
Reply