1
0
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:
xiangfu
2008-07-30 08:32:03 -04:00
parent dded3f8cbf
commit f410b994a9
5 changed files with 178 additions and 9 deletions

View File

@@ -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);