Re: PDF documentation

2012-10-17 Thread Constantine Shulyupin
On Wed, Oct 17, 2012 at 6:51 PM, Peter Stuge pe...@stuge.se wrote: Constantine Shulyupin wrote: Peter, can you please just send me some links to most frequently used online PDF? I don't have a particular PDF that is used more frequently than others. Here's one I used recently, for a common

Re: [Celinux-dev] PDF documentation

2012-10-17 Thread Constantine Shulyupin
of the Linux Foundation Senior Staff Engineer, Sony Network Entertainment = -- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci ___ Davinci-linux-open-source mailing list

PDF documentation

2012-10-16 Thread Constantine Shulyupin
and datasheets in HTML format on a site can be more useful than PDF? - what PDF documentation do you use? (You can just drop a link to PDF, for example http://www.ti.com/lit/ds/symlink/omap4430.pdf) -- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci

Re: [PATCH] usb: remove CONFIG_USB_MUSB_HOST etc

2012-10-11 Thread Constantine Shulyupin
to be just defaulting to MUSB_UNDEFINED. Setting it to MUSB_OTG would be better than that. Thanks, Sekhar -- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci ___ Davinci-linux-open-source mailing list

[PATCH v7] Enable USB peripheral mode on dm365 EVM

2012-10-11 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Sets USB PHY clock source to 24 MHz clock. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. To active the patch need to call davinci_setup_usb from dm365_evm_init References: Definition of USB_PHY_CTRL

[PATCH v7] Initialize USB on dm365 EVM

2012-10-11 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Call USB initialization davinci_setup_usb from board initialization dm365_evm_init. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. Note: register USB_PHY_CTRL must have flag USBPHY_CLKFREQ_24MHZ References

[PATCH v2] USB: usb-skeleton.c: fix compilation error and restore kref_put on fail in skel_open

2012-10-10 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Function skel_open increments usage count for the device with kref_get and the usage count should be decremented on the function failure. Some last changes in function skel_open and finally commit 52a7499 Revert USB: usb-skeleton.c: fix open

[PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-10 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM connected to PC. References: Definition of USB_PHY_CTRL and PHYCLKFREQ: - http

[PATCH] usb: remove CONFIG_USB_MUSB_HOST etc

2012-10-08 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Remove USB configuration in arch/arm/mach-davinci/usb.c accordingly CONFIG_USB_MUSB_OTG CONFIG_USB_MUSB_PERIPHERAL CONFIG_USB_MUSB_HOST and set MUSB_OTG configuration by default because this configuration options are removed from Kconfig. Signed

[PATCH v4] Enable USB peripheral on dm365 EVM

2012-10-04 Thread Constantine Shulyupin
From: Constantine Shulyupin co...@makelinux.com Signed-off-by: Constantine Shulyupin co...@makelinux.com --- Note: USBPHY_CTL_PADDR and USBPHY_CLKFREQ_24MHZ are defined in board-dm365-evm.c because davinci.h can't be included from drivers/usb/musb/. May be davinci.h should be renamed

video capture application

2011-09-13 Thread Constantine Shulyupin
-- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open

Re: [PATCH] Enable USB on dm365

2011-07-29 Thread Constantine Shulyupin
)  #define USBPHY_DATAPOL                BIT(11) /* (dm355) switch D+/D- */ +#define USBPHY_CLKFREQ_24MHZ    BIT(13)   Please indent with tabs, not spaces. WBR, Sergei -- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci

[PATCH] Enable USB on TI DM365

2011-06-24 Thread Constantine Shulyupin
Enable USB on TI DM365 Signed-off-by: Constantine Shulyupin co...@makelinux.com --- arch/arm/mach-davinci/Makefile |3 +- arch/arm/mach-davinci/include/mach/usb.h |2 +- arch/arm/mach-davinci/usb.c | 32 ++--- drivers/usb/musb/davinci.c

Please help to run XIP kernel

2011-02-13 Thread Constantine Shulyupin
$(filesize);erase 0x0230 +0x$(filesize);cp.b 0x8070 0x0230 0x$(filesize);protect on 0x0230 +0x$(filesize) Run with go 0x0230 And the processor hangs. What is the problem? Thanks. -- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci

Re: Boot time

2010-08-01 Thread Constantine Shulyupin
of kernel and shell in 0.5 sec (not including u-boot and decompression): http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/p/7616/30088.aspx -- Constantine Shulyupin Embedded Linux Expert TI DaVinci Expert http://www.LinuxDriver.co.il

Re: Flash new uImage in nor flash

2009-03-20 Thread Constantine Shulyupin
Start from http://wiki.davincidsp.com/index.php?title=Burn_any_image_to_NOR_flash 2009/3/20 Ondrej Pindroch opindr...@softhard.sk: Can anybody write me, how to flash new uImage to NOR flash on DVEVM 6446 I have found some indications how to do it. But it results only tu bad magic number. I

Re: [PATCH 0/3] DaVinci NAND: Add support for 4-bit ECC on DM355 EVM

2009-03-20 Thread Constantine Shulyupin
I just finishing improved DM355 boot from SD. It can help you. On Thu, Mar 19, 2009 at 10:57 PM, David Brownell davi...@pacbell.net wrote: I've barely glanced at this so far ... but one question is how to test this with an existing DM355.  (Some of the code can be reviewed without testing, of

Re: NAND OOB Layout in U-boot vs. Linux

2009-03-06 Thread Constantine Shulyupin
://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source -- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il/ ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http

Re: flashing ublDM355-nand.bin using sfh_DM35x utility

2009-02-25 Thread Constantine Shulyupin
a solution. Kind regards James ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source -- Constantine Shulyupin Freelance Embedded

Re: dm355 boot and flash from SD card

2009-02-19 Thread Constantine Shulyupin
and it is working very good. But can you help me how can I use this software to upload my kernel, UBL, U-boot and Filesystem to board. Thanks again for your work, Best regards, Vilmos Varga Design engineer Trixel Ltd Hungary --- On Wed, 2/18/09, Constantine Shulyupin co...@linuxdriver.co.il

Re: DM355 u-boot and SD filesys start

2009-02-19 Thread Constantine Shulyupin
FLASH but mounts the card and drops to linux using the card fs. Best regards. Garry Jackson Wales. UK -- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il/ ___ Davinci-linux-open-source mailing

Re: DM355 u-boot and SD filesys start

2009-02-19 Thread Constantine Shulyupin
I do SD boot it tens times in a day. :) Now I just cleaning up the code. Be ready to be the next beta user! On Thu, Feb 19, 2009 at 2:12 PM, GarryJackson ga...@j43-design.co.uk wrote: Constantine Shulyupin co...@... writes: Good! On Thu, Feb 19, 2009 at 1:52 PM, GarryJackson ga...@... wrote

dm355 boot and flash from SD card

2009-02-18 Thread Constantine Shulyupin
older binary version here: https://community.ti.com/forums/t/1970.aspx -- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il/ ___ Davinci-linux-open-source mailing list Davinci-linux-open-source

Re: DM355 u-boot and SD filesys start

2009-02-18 Thread Constantine Shulyupin
here are some hints: http://www.linuxdriver.co.il/ti/dm355/sd_boot/ On Wed, Feb 18, 2009 at 3:17 PM, Ioan Prys ioanp...@a470.co.uk wrote: Constantine Shulyupin co...@... writes: I could. Thanks for the suggestions guys, will try them later today and report. For a full SD boot (DM355

Utility for Booting and Flashing Linux on DM355 from SD Card

2008-12-18 Thread Constantine Shulyupin
-- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il/ ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

fixing noise on u-boot output

2008-04-28 Thread Constantine Shulyupin
) to return (( CFG_NS16550_CLK + MODE_X_DIV * gd-baudrate / 2 ) / MODE_X_DIV / gd-baudrate); Regards -- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il/ ___ Davinci-linux-open-source mailing list Davinci-linux

running ZD1211LnxDrv on 2.6.10_mvl402 on HIGH speed

2007-12-09 Thread Constantine Shulyupin
/ZD1211LnxDrv_2_15_0_0.davinci.bin Thanks for the fix to Dima Drachuk. This fix could be relevant for another usb devices too. Regards -- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il/ ___ Davinci-linux

Linux Technology Reference

2007-12-09 Thread Constantine Shulyupin
Just a new useful link: http://www.makelinux.net/reference Contains links to documentation, manuals and articles about GNU, Linux kernel and embedded Linux. Enjoy -- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il

Re: AW: U-Boot-1.2.0 and NAND_Flash

2007-08-04 Thread Constantine Shulyupin
is defined, debug is enabled You could try to synchronize ECC usage. Both with or both without. We used both (kernel and u-boot) without and it works. It seems UBL needs ECC. Regards. -- Constantine Shulyupin Freelance Embedded Linux Engineer 054-4234440 http://www.linuxdriver.co.il

Re: Optimizing bootup time

2007-07-09 Thread Constantine Shulyupin
of the partition? -- Constantine Shulyupin Embedded Linux Consultant 054-4234440 http://linuxdriver.co.il/ On Mon, 2007-07-09 at 13:09 -0700, Andy Ngo wrote: Hi all, I'm trying to optimize the bootup/load time (from power up to when the kernel and rc scripts finish loading) on our custom Davinci board

Re: Wi-fi support on Davinci board?

2007-06-22 Thread Constantine Shulyupin
http://wiki.linuxquestions.org/wiki/DaVinci-Linux_FAQ#USB_WiFi On Fri, 2007-06-22 at 12:20 +0300, Ivan Tonchev wrote: Hi Lewis, I think that ZD1211 based devices should work. We've used such a USB device with another TI SoC running ARM9 Linux. BR, Ivan Lewis Liu wrote: Hi,

FAQ: git kernel boot problem

2007-05-23 Thread Constantine Shulyupin
http://wiki.linuxquestions.org/wiki/DaVinci-Linux_FAQ#git_kernel_boot_problem -- Constantine Shulyupin Embedded Linux Consultant 054-4234440 http://linuxdriver.co.il/ ___ Davinci-linux-open-source mailing list Davinci-linux-open-source

Re: GPIO interrupts in kernel 2.6.10

2007-05-04 Thread Constantine Shulyupin
) IO_ADDRESS(DAVINCI_GPIO_BASE + 0x08)); return request_irq(IRQ_GPIO0+gpio, handler, irq_flags, devname, dev_id); } -- Constantine Shulyupin Embedded Linux Consultant 054-4234440 http://linuxdriver.co.il/ On Fri, 2007-05-04 at 14:07 +0200, Lorenzo Lutti wrote: Matthias Welwarsky ha scritto

Re: 180Mhz is minimal ARM clock required for USB 2.0

2007-03-24 Thread Constantine Shulyupin
Yes, it is possibe. You need to make a trick: alter file drivers/usb/musb/Kconfig comment a line: config USB_MUSB_HDRC #depends on USB || USB_GADGET (tested on v1.1) Then configure, compile an use. On Fri, 2007-03-23 at 18:18 -0700, Andy Ngo wrote: Hi guys, On a related USB item, can

deep power save

2007-03-19 Thread Constantine Shulyupin
Hi, Does anyone know, does MVL supports ARM Wait-For-Interrupt Sleep Mode, described in sprue14a.pdf: ARM Subsystem? Thanks. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

usbnet

2007-02-23 Thread Constantine Shulyupin
Have someone used USBNET ? -- Constantine Shulyupin Embedded Linux Consultant 054-4234440 http://linuxdriver.co.il/ ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo

WiFi ZD1211LnxDrv_2_15_0_0 on 2.6.10

2007-02-07 Thread Constantine Shulyupin
. -- Constantine Shulyupin Embedded Linux Consultant http://linuxdriver.co.il/ diff -p -B -w -b -r -X /home/conan/cmnd/d.x ZD1211LnxDrv_2_15_0_0/Makefile ZD1211LnxDrv_2_15_0_0.davinci/Makefile *** ZD1211LnxDrv_2_15_0_0/Makefile 2006-07-07 10:42:52.0 +0300 --- ZD1211LnxDrv_2_15_0_0.davinci

Success Story: USB WiFi

2007-01-23 Thread Constantine Shulyupin
notification (because of musb_hdrc). It was possible to see only with USB Analyzer. The solution is to introduce small delay between USB handshake and FW loading. BTW: there is zd1211rw in 2.6.18+. -- Constantine Shulyupin Embedded Linux Consultant Israel Tel-Aviv 054-4234440 http://linuxdriver.co.il

Re: usb 1-1: insmod timed out on ep0in

2007-01-16 Thread Constantine Shulyupin
timed out on ep0out . usb 1-1: insmod timed out on ep0in usb 1-1: insmod timed out on ep0out usb 1-1: insmod timed out on ep0out and its comming continuously Plz help me to solve this problem, -- Constantine Shulyupin ___ Davinci-linux-open

git tree

2007-01-14 Thread Constantine Shulyupin
Hi, I tried to pull and run latest kernel from source.mvista.com/git/linux-davinci-2.6.git. It failed to run. Tell me please, what is the latest working version and configuration? BTW: I try to run zd1211 driver. Have anybody managed already to do this? Thanks, Constantine Shulyupin

VLS

2006-12-07 Thread Constantine Shulyupin
Hi, Have anyone compiled and used VLS? Thanks. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

downloading

2006-09-30 Thread Constantine Shulyupin
Downloading from https://www-a.ti.com/extranet/cm/product/dvevmsw/dspswext/general/homepage.shtml is too slow! Are there alternatives? ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com