Re: OLED Framebuffer Driver for GUI

2008-04-30 Thread Jaya Kumar
On Wed, Apr 30, 2008 at 9:11 PM, Bernard Blackham <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > Can anyone point me in the right direction to info about the framebuffer > and customizing it to allow for an SPI output interface? > > > > Take a look at the deferred I/O support for fram

DM355 with OpenOCD via Olimex JTAG

2008-01-25 Thread Jaya Kumar
Hi folks, Has anyone gotten the DM355 evaluation board working with OpenOCD and Olimex's JTAG wiggler? If so, can I get your config script? Thanks, jayakumar ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http:

Re: DM355 with OpenOCD via Olimex JTAG

2008-01-28 Thread Jaya Kumar
On Jan 25, 2008 10:24 AM, Diego Dompe <[EMAIL PROTECTED]> wrote: > Yes, > > Be sure to put EMU0 and EMU1 switches next to the JTAG connector both > on LOW. > > This scritps get you basic connectivity and debug capability. I > haven't experimented a lot to get advanced features like DCC > downloads.

DM355 using NAND flash only

2008-01-28 Thread Jaya Kumar
Hi, The dm355 has an RBL that can handle booting from NAND flash. From sprufb3: ARM ROM Boot - NAND Mode – No support for a full firmware boot. Instead, copies a second stage user boot loader (UBL) from NAND flash to ARM internal RAM (AIM) and transfers control to the use

Re: Problems with DM355

2008-02-04 Thread Jaya Kumar
2008/2/4 Santiago Lanzuela Benedicto <[EMAIL PROTECTED]>: > > Do you use any specific hardware to verify the programs? I've seen in TI > website that DM6446 had a LCD monitor and a camera, but the DM355 > development kit hasn't got this options. > TI told me that they have a 3rd party LCD option f

Re: [PATCH v4] ARM: davinci: AM18x: Add wl1271/wlan support

2011-08-04 Thread Jaya Kumar
On Thu, Aug 4, 2011 at 3:51 PM, Ido Yariv wrote: > +static __init int da850_wl12xx_init(void) > +{ > +       int ret; > + > +       ret = davinci_cfg_reg_list(da850_wl12xx_pins); > +       if (ret) { > +               pr_err("wl12xx/mmc mux setup failed: %d\n", ret); > +               goto exit; >