Re: [U-Boot] U Boot ethernet problem

2010-11-03 Thread Moshe Artzi
I have tried :tftp , dhcp , tftpboot. Using tftpd32 server application -Original Message- From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: Wednesday, November 03, 2010 4:29 PM To: Moshe Artzi Cc: 'Gena Chap'; u-boot@lists.denx.de; openocd-developm...@lists.berlios.de Subject: Re: U

Re: [U-Boot] U Boot ethernet problem

2010-11-03 Thread Marek Vasut
On Wednesday 03 November 2010 14:59:55 Moshe Artzi wrote: > Hi Marek, > > > > I finally running u boot on my PXA320 but, > > I don't know why but, > > > > When I'm sending ping from the u boot to the host it pings ok. > > But when I'm trying to ping from the host to the u boot it lost. > >

Re: [U-Boot] [U-BOOT] Ethernet problem on PXA320

2010-01-21 Thread Ben Warren
Dennis, On Thu, Jan 21, 2010 at 12:38 AM, Dennis Semakin wrote: > Hello, > Thanks for your reply > > 19.01.10, 09:50, "Ben Warren" : > > > Dennis, > > The NE2000 is a memory-mapped device. The BASE address is the address > > where the chip sits in your board's memory map. You need to know yo

Re: [U-Boot] [U-BOOT] Ethernet problem on PXA320

2010-01-21 Thread Dennis Semakin
Hello, Thanks for your reply 19.01.10, 09:50, "Ben Warren" : > Dennis, > The NE2000 is a memory-mapped device. The BASE address is the address > where the chip sits in your board's memory map. You need to know your > board's memory map to meaningfully debug this problem. > regards, > Ben

Re: [U-Boot] [U-BOOT] Ethernet problem on PXA320

2010-01-19 Thread Ben Warren
Dennis, Dennis Semakin wrote: > Hello all > > As I already wrote, I'm trying to fix issue with my ethernet on Colibri > PXA320 board. > I know, u-boot supports this board. But network on my board doesn't work. > First, does anyone know where did developers get CONFIG_DRIVER_NE2000_BASE > value f

[U-Boot] [U-BOOT] Ethernet problem on PXA320

2010-01-19 Thread Dennis Semakin
Hello all As I already wrote, I'm trying to fix issue with my ethernet on Colibri PXA320 board. I know, u-boot supports this board. But network on my board doesn't work. First, does anyone know where did developers get CONFIG_DRIVER_NE2000_BASE value from? I mean, now it's #define CONFIG_DRIVER_