Hello.

Kieran Bingham wrote:

Anyone know why the USB is disabled on the DM365EVM in the Khilman tree:

on branch master @ git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git

I've tried adding

static void dm365evm_usb_configure(void)
{
   davinci_cfg_reg(DM365_GPIO33);
   gpio_request(33, "usb");
   gpio_direction_output(33, 1);
   davinci_setup_usb(500, 8);
}

and calling that from within dm365_evm_init()

but it just causes the kernel to crash early on.

I'll have to get the CCS / JTAG out to find out where its stalled - but thought it was worth chasing on here....

You can patch printk() with printascii() call and enable CONFIG_DEBUG_LL in the Kernel hacking menu to get the early kernel log.

Has anyone tested the USB Host on the DM365EVM on the latest KHilman kernel?

   Apparently not, as it's still not enabled.

--
Regards

WBR, Sergei

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to