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
>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
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
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:
4 matches
Mail list logo