Re: using SD card on Broadcom 4709 eval board

2014-11-23 Thread Abu Rasheda
On Sun, Nov 23, 2014 at 3:09 AM, Paul Bolle wrote: > The "depends on" line you quoted was added in v2.6.32, which is still > supported, so the tree you're using might not be seen as "extremely old" > by everyone. I think it i 3.6.3x where x is I think 4 > The above is a verbose way to admit that

Re: using SD card on Broadcom 4709 eval board

2014-11-23 Thread Paul Bolle
On Sat, 2014-11-22 at 17:05 -0800, Abu Rasheda wrote: > > depends on B43 && SSB_SDIOHOST_POSSIBLE && EXPERIMENTAL, > > EXPERIMENTAL was removed in v3.9. So this concerns a pre-v3.9 > tree? > > Yes, it is 2.6 kernel. Which v2.6 release? There were 40, the first was

Re: using SD card on Broadcom 4709 eval board

2014-11-22 Thread Abu Rasheda
> > > depends on B43 && SSB_SDIOHOST_POSSIBLE && EXPERIMENTAL, > > EXPERIMENTAL was removed in v3.9. So this concerns a pre-v3.9 tree? > Yes, it is 2.6 kernel. I know this is extremely old.I just want to have SD card working, any suggestions ? > off the above B43 is only shows up in arch/ppc, >

Re: using SD card on Broadcom 4709 eval board

2014-11-22 Thread Paul Bolle
On Sat, 2014-11-22 at 14:46 -0800, Abu Rasheda wrote: > I have been trying to use SD card on Broadcom's 4709 eval board. Linux > kernel tree provided with SDK seems to have few SDIO drivers, but non > of them seems to be working or more accurately, loading them does not > list device in /proc/devic

using SD card on Broadcom 4709 eval board

2014-11-22 Thread Abu Rasheda
I have been trying to use SD card on Broadcom's 4709 eval board. Linux kernel tree provided with SDK seems to have few SDIO drivers, but non of them seems to be working or more accurately, loading them does not list device in /proc/devices, so I can create block file to mount it. After googling an