Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHi smcnutt,
We finished the net device(dm9000a) driver in u-boot. And debuging tftpboot 1. =>tftpboot 01500000 vmlinux.img // SDRAM base address: 0100 0000 // SDRAM size : 0100 0000 (16MB) After succesfully download the vmlinux.img, U-boot can't return to "console" state(cannot get '==>') ? We cannot type "bootm" command. 2. in <u-boot>/net/net.c L:528 Beforeswitch (NetState) {...., We add printf(" T T T ");, the result is that the net speed is faster than before. We guess the reason is that: u-boot send a "request";printf() add a little delay to meet u-boot receive it properly, isn't it ? Ping command can't work without printf(" t t t ") Delay, neither. Dose any good idea to solve speed/delay problem.