[U-Boot] debug uboot from ram for x86 board

2008-12-24 Thread LanceZ
Hi there, I am trying to add some codes(driver) to u boot, but I do not have jtag or other debugging tools. what I can use are :serial port/ethernet, so I can use tftp and loadb to download the bin to ram. Currently, I tried to use "loadb" to load the sample(hello_world) to ram and then execute

Re: [U-Boot] u-boot.lds i686-pc-linux-gnu-ld section .start16 overlapssection .text

2008-12-11 Thread LanceZ
>Hmm, I have 170kB free - minus 128kB (assuming you're using a 128kB flash >rather than my 256kB) leaves 42kB, so you are using ~36kB more than my 86kB >Looks like you may have some places to carve out some code. >Good luck, glad to be of service I changed the space to 256KB, and build OK. Than

[U-Boot] u-boot.lds i686-pc-linux-gnu-ld section .start16 overlaps section .text

2008-12-03 Thread LanceZ
Hi I add a ethernet driver to u-boot, when I compile the source tree, I got the following link error, can anyone please suggest me how to fix the error? i686-pc-linux-gnu-ld: section .start16 [0500 -> 05ba] overlaps section .text [05fe -> 06011b85] i686-pc-linux-gnu-ld: section .res

Re: [U-Boot] mini-pci wireless driver

2008-11-12 Thread LanceZ
Hi Wolfgang Thanks for the reply, I am not really want to support the TCP/IP , Wnat I do is to add the wireless network card to uboot then I can load OS firmware from another computer(maybe through tftp wlan) wd wrote: > > Dear "Lance Zhang", > > In message > <[EMAIL PROTECTED]> you > wrote: