* OMAP3530 EVM Sources are on linux.omap.com
@ 2008-05-12 10:59 Syed Mohammed, Khasim
2008-05-15 15:32 ` Remith Ravi
0 siblings, 1 reply; 5+ messages in thread
From: Syed Mohammed, Khasim @ 2008-05-12 10:59 UTC (permalink / raw)
To: linux-omap@vger.kernel.org
Hello all:
We have uploaded OMAP3530 EVM sources on linux.omap.com
x-loader : http://linux.omap.com/pub/xloader/3530evm/
u-boot-1.1.4 : http://linux.omap.com/pub/bootloader/3530evm/
Linux Kernel 2.6.22-18 : http://linux.omap.com/pub/kernel/3530evm/
Tool Chain used : Code Sourcery arm-2007q3
Few important features supported in kernel are listed below:
* ALSA Audio Driver.
* Power Management
* Supports for NFS file system.
* Ethernet.
* Frame buffer (FBDEV).
* Debug UART port.
* DMA framework.
* TWL4030 (T2) RTC.
* Watchdog driver.
* Support T2 Core GPIO.
* GPIO.
* V4L2 Based Video driver.
* Keypad.
* HS-I2C.
* McBSP.
* McSPI.
* TouchScreen.
* UART library.
* High-speed MMC
* NAND
* USB OTG
* TV out.
* Clock framework with device driver adaptation
Platform description can be found here,
http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6123&contentId=4750#omap3530
Regards,
Khasim
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: OMAP3530 EVM Sources are on linux.omap.com
2008-05-12 10:59 OMAP3530 EVM Sources are on linux.omap.com Syed Mohammed, Khasim
@ 2008-05-15 15:32 ` Remith Ravi
2008-05-15 17:35 ` Tony Lindgren
0 siblings, 1 reply; 5+ messages in thread
From: Remith Ravi @ 2008-05-15 15:32 UTC (permalink / raw)
To: Syed Mohammed, Khasim, remith; +Cc: linux-omap@vger.kernel.org
Khasim,
After running the power management command ' echo "mem" >
/sys/power/state ' the OMAP3430EVM entered into suspend state.
Now what I have to do to make the system resume the normal state? I
tried pressing some keys but it didn't help.
Regards,
Remith
Mistral Solutions.
On Mon, May 12, 2008 at 4:29 PM, Syed Mohammed, Khasim <khasim@ti.com> wrote:
> Hello all:
>
> We have uploaded OMAP3530 EVM sources on linux.omap.com
>
> x-loader : http://linux.omap.com/pub/xloader/3530evm/
> u-boot-1.1.4 : http://linux.omap.com/pub/bootloader/3530evm/
> Linux Kernel 2.6.22-18 : http://linux.omap.com/pub/kernel/3530evm/
> Tool Chain used : Code Sourcery arm-2007q3
>
> Few important features supported in kernel are listed below:
>
> * ALSA Audio Driver.
> * Power Management
> * Supports for NFS file system.
> * Ethernet.
> * Frame buffer (FBDEV).
> * Debug UART port.
> * DMA framework.
> * TWL4030 (T2) RTC.
> * Watchdog driver.
> * Support T2 Core GPIO.
> * GPIO.
> * V4L2 Based Video driver.
> * Keypad.
> * HS-I2C.
> * McBSP.
> * McSPI.
> * TouchScreen.
> * UART library.
> * High-speed MMC
> * NAND
> * USB OTG
> * TV out.
> * Clock framework with device driver adaptation
>
> Platform description can be found here,
> http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6123&contentId=4750#omap3530
>
> Regards,
> Khasim
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: OMAP3530 EVM Sources are on linux.omap.com
2008-05-15 15:32 ` Remith Ravi
@ 2008-05-15 17:35 ` Tony Lindgren
0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2008-05-15 17:35 UTC (permalink / raw)
To: Remith Ravi; +Cc: Syed Mohammed, Khasim, linux-omap@vger.kernel.org
* Remith Ravi <remith@mistralsolutions.com> [080515 08:34]:
> Khasim,
>
> After running the power management command ' echo "mem" >
> /sys/power/state ' the OMAP3430EVM entered into suspend state.
>
> Now what I have to do to make the system resume the normal state? I
> tried pressing some keys but it didn't help.
You need to configure some wakeup events. For GPIO pins this requires
setting the wakeup flags with enable_irq_wake(). Also to wake from an
external module like smc91x, the external module's functional clock
needs to be powerred on.
It could also be that suspend does not yet wake properly in general
as we don't yet have realy PM code 3430 integrated.
Tony
>
> Regards,
> Remith
> Mistral Solutions.
>
>
> On Mon, May 12, 2008 at 4:29 PM, Syed Mohammed, Khasim <khasim@ti.com> wrote:
> > Hello all:
> >
> > We have uploaded OMAP3530 EVM sources on linux.omap.com
> >
> > x-loader : http://linux.omap.com/pub/xloader/3530evm/
> > u-boot-1.1.4 : http://linux.omap.com/pub/bootloader/3530evm/
> > Linux Kernel 2.6.22-18 : http://linux.omap.com/pub/kernel/3530evm/
> > Tool Chain used : Code Sourcery arm-2007q3
> >
> > Few important features supported in kernel are listed below:
> >
> > * ALSA Audio Driver.
> > * Power Management
> > * Supports for NFS file system.
> > * Ethernet.
> > * Frame buffer (FBDEV).
> > * Debug UART port.
> > * DMA framework.
> > * TWL4030 (T2) RTC.
> > * Watchdog driver.
> > * Support T2 Core GPIO.
> > * GPIO.
> > * V4L2 Based Video driver.
> > * Keypad.
> > * HS-I2C.
> > * McBSP.
> > * McSPI.
> > * TouchScreen.
> > * UART library.
> > * High-speed MMC
> > * NAND
> > * USB OTG
> > * TV out.
> > * Clock framework with device driver adaptation
> >
> > Platform description can be found here,
> > http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6123&contentId=4750#omap3530
> >
> > Regards,
> > Khasim
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* OMAP3530 EVM Sources are on linux.omap.com
@ 2008-06-02 6:58 Prashant K
2008-06-02 7:03 ` Syed Mohammed, Khasim
0 siblings, 1 reply; 5+ messages in thread
From: Prashant K @ 2008-06-02 6:58 UTC (permalink / raw)
To: khasim; +Cc: linux-omap
Hi,
I have OMAP3530 EVM version _ES 2.1_ from Mistral Solutions.
Can I use http://linux.omap.com/pub/kernel/3530evm/ kernel on it as is?
Thanks,
Prashant K
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: OMAP3530 EVM Sources are on linux.omap.com
2008-06-02 6:58 Prashant K
@ 2008-06-02 7:03 ` Syed Mohammed, Khasim
0 siblings, 0 replies; 5+ messages in thread
From: Syed Mohammed, Khasim @ 2008-06-02 7:03 UTC (permalink / raw)
To: Prashant K; +Cc: linux-omap@vger.kernel.org
> -----Original Message-----
> From: prashantkhoje@gmail.com [mailto:prashantkhoje@gmail.com] On Behalf Of Prashant K
> Sent: Monday, June 02, 2008 12:29 PM
> To: Syed Mohammed, Khasim
> Cc: linux-omap@vger.kernel.org
> Subject: OMAP3530 EVM Sources are on linux.omap.com
>
> Hi,
> I have OMAP3530 EVM version _ES 2.1_ from Mistral Solutions.
> Can I use http://linux.omap.com/pub/kernel/3530evm/ kernel on it as is?
>
Hi Prashant,
Yes you can, let me know if you find any issues with the same. You can also get updated versions of u-boot and x-loader for EVM here.
Regards,
Khasim
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-06-02 7:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 10:59 OMAP3530 EVM Sources are on linux.omap.com Syed Mohammed, Khasim
2008-05-15 15:32 ` Remith Ravi
2008-05-15 17:35 ` Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2008-06-02 6:58 Prashant K
2008-06-02 7:03 ` Syed Mohammed, Khasim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox