mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
the serial console begin output something
This commit is contained in:
@@ -39,7 +39,8 @@ unsigned char buf[2*1024];
|
||||
|
||||
int start_kboot(void)
|
||||
{
|
||||
serial_init(0x11,UART0);
|
||||
port_init();
|
||||
serial_init(0x7,UART0);
|
||||
while(1){
|
||||
serial_putc (UART0,'0');
|
||||
blue_on(1);
|
||||
|
||||
Reference in New Issue
Block a user