請問...SDK6.0
我看BBB,General EVM 都有usb0_init /usb1_init 來做pinmux init
為什麼AM335X SK 不需要呢????
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
不懂您的意思
BBB 是在哪把這腳位設定為GPIO呢? UBOOT嗎??
static void usb0_init(int evm_id, int profile)
{
setup_pin_mux(usb0_pin_mux);
return;
}
/* pinmux for usb0 drvvbus */
static struct pinmux_config usb0_pin_mux[] = {
{"usb0_drvvbus.usb0_drvvbus", OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT},
{NULL, 0},
};