Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-19 Thread Graham
But it will change the MAC address, every time you load a new image on the memory card. --- Graham == On Thursday, January 18, 2018 at 10:42:57 PM UTC-6, santosh aiwale wrote: > > > Thanks it's working now. > > actually problem was : I didn't connect RST, INT pin and kept floating. > Now it's

Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-18 Thread santosh aiwale
Thanks it's working now. actually problem was : I didn't connect RST, INT pin and kept floating. Now it's connected and working fine. One more question is it possible to change RST and INT pin to other port pin? On Thursday, 18 January 2018 22:29:41 UTC+5:30, RobertCNelson wrote: > > On Thu,

Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-18 Thread Robert Nelson
On Thu, Jan 18, 2018 at 10:32 AM, santosh aiwale wrote: > Yes, sir I am trying with singal SPI0 but it's can't work board not booting. > > With > uboot_overlay_addr0=/lib/firmware/PB-SPI0-ETH-WIZ-CLICK.dtbo > > And using SPI1 >

Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-18 Thread santosh aiwale
Yes, sir I am trying with singal SPI0 but it's can't work board not booting. With uboot_overlay_addr0=/lib/firmware/PB-SPI0-ETH-WIZ-CLICK.dtbo And using SPI1 uboot_overlay_addr0=/lib/firmware/PB-SPI1-ETH-WIZ-CLICK.dtbo It's detect but can't communicate. If i test ifconfig eth0:

Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-17 Thread santosh aiwale
On Wednesday, 17 January 2018 22:35:57 UTC+5:30, RobertCNelson wrote: > > On Wed, Jan 17, 2018 at 1:37 AM, santosh aiwale > wrote: > > > > > > On Tuesday, 16 January 2018 22:21:39 UTC+5:30, santosh aiwale wrote: > >> > >> The Wiznet W5500 is working on SPI with BBB.

Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-17 Thread santosh aiwale
On Wednesday, 17 January 2018 22:35:57 UTC+5:30, RobertCNelson wrote: > > On Wed, Jan 17, 2018 at 1:37 AM, santosh aiwale > wrote: > > > > > > On Tuesday, 16 January 2018 22:21:39 UTC+5:30, santosh aiwale wrote: > >> > >> The Wiznet W5500 is working on SPI with BBB.

Re: [beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-17 Thread Robert Nelson
On Wed, Jan 17, 2018 at 1:37 AM, santosh aiwale wrote: > > > On Tuesday, 16 January 2018 22:21:39 UTC+5:30, santosh aiwale wrote: >> >> The Wiznet W5500 is working on SPI with BBB. >> I am working on pocket beagle bone using Linux beaglebone 4.4.91-ti-r133. >> here is the

[beagleboard] Re: Wiznet W5500 ethernet module driver can't install

2018-01-16 Thread santosh aiwale
On Tuesday, 16 January 2018 22:21:39 UTC+5:30, santosh aiwale wrote: > > The Wiznet W5500 is working on SPI with BBB. > I am working on pocket beagle bone using Linux beaglebone 4.4.91-ti-r133. > here is the driver link https://github.com/borg42/w5x00. > also kernel module build not available. >