Ch'Gans napsal(a):
>
>
> On Fri, 2008-10-10 at 18:07 +0200, Daniel Smolik wrote:
> > chgans napsal(a):
> > >
> > > I'm as well interested to have support (in the form of i-packages)
> > for
> > > their other peripheral board (ts-ser4, ts-gsm1, ts-relay1, ts-adc16
> > > and ts-bat3), as well of course, with support SD card. (I managed to
> > > successfully build a 2.6.21-ts kernel with built-in support for
> > > SD-card using their proprietary bulb (so no need for intermediate
> > > ramdisk).
> > >
> > Could you post some info how to do it ? I have dream to get SD card
> > work under kernel > 2.6.23 because I need bluetooth
> > stack that work only on > 2.6.23.
>
> I'll do it this week.
> In short, that's very easy, instead of building the thing as a module
> you built it as kernel code, you just need to do some quick and easy
> Makefile hacking, and use the *right tool chain* along the *right SD
> (bloody) bulb* binary.
I try this on 2.6.23 (2.6.21 is not interesetd for me)
I add this to Kconfig.
config TS_SDCARD
tristate "SD Card support for Technologic Systems ARM platform"
depends on TS7800_PLATFORM || MACH_TS72XX
help
SD Card support for Technologic Systems SD Card core on TS-7XXX
platform.
This to Makefile
#
# SD Card driver for TS-ARM
#
obj-m := tssdcard.o
tssdcard-y := tssdcard2.o sdcore2_bin.o
obj-$(CONFIG_TS_SDCARD) += tssdcard.o
#tssdcard-objs := tssdcard2.o sdcore2.o
rename scdcore.2bin to sdcore2_bin.o_shipped
I must made some modification of tssdcard2.c to get it compile properly.
Module is inserted but doesn't work.
Dan
>
> Regards,
> Christian
>
> >
> > Dan
> >
> >
> >
> >
> >
>
>
--
Mydatex s r.o.
http://www.mydatex.cz
email:
mob: 604200362
tel: 226210085
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|