[U-Boot] No power on USB host of IMX25 PDK

2011-11-04 Thread Hugo Holgersson
Device(s) found The 5V is kept but I will not get the wPortChange=0x1 so usb_new_device() will be skipped. Off course, the usb_hub_power_on(hub) should be kept. But without the 5V, usb_new_device() will not find any device :) See bellow for details! Hugo Holgersson Debug log: MX25PDK U-B

Re: [U-Boot] No power on USB host of IMX25 PDK

2011-11-04 Thread Hugo Holgersson
Thanks for the input! Putting the mux code to generic.c, as it was done for the UART's pins, did not change anything... I write MXC_EHCI_MODE_SERIAL to &ehci->portsc. Exactly the same behavior. Same log. But the question (1) remains; which is the register (the address) of where mxc_set_usbcon

Re: [U-Boot] No power on USB host of IMX25 PDK

2011-11-07 Thread Hugo Holgersson
On 11/04/2011 05:24 PM, Fabio Estevam wrote: > On Fri, Nov 4, 2011 at 2:06 PM, Hugo Holgersson > wrote: >> Thanks for the input! >> >> Putting the mux code to generic.c, as it was done for the UART's pins, did >> not change anything... >> >> I writ

[U-Boot] No prompt on mx25pdk boot

2011-10-20 Thread Hugo Holgersson
ations gave a u-boot.bin with headers having the same layout as those in 2009.08 u-boot.bin (the branch to reset at address 0x also included). No luck. For now the only way of debugging is the board's UART log since I haven’t managed to hook up my Segger J-Link... Any ideas are

Re: [U-Boot] No prompt on mx25pdk boot

2011-10-20 Thread Hugo Holgersson
. By the way, do you develop within CodeWarrior or any other IDE? Regards, Hugo Holgersson Från: Fabio Estevam [feste...@gmail.com] Skickat: den 20 oktober 2011 18:19 Hi Hugo, On Thu, Oct 20, 2011 at 2:04 PM, Hugo Holgersson wrote: > Dear readers, &g