Part Number: AM3358
Dear Sir,
My situation is the next :
I used the Yocto project to build a custom image for my AM335x starter kit board (AM335x evm sk).
I downloaded the meta-ti and edited the “local.conf” file in the conf directory of build directory of poky to change value of “MACHINE” variable to “am335x-evm”.
After having executed “bitbake core-image-minimal” command, I got my custom image and copied to sd card.
I copied to sd card following files : MLO, zImage, u-boot.img, dtb file for AM335x evm sk and rootfs for AM335x evm starter kit.
After having turned ON the AM335x starter kit and configured the boot (with usb serial communication), linux boot with success and majority of AM335x starter kit peripherals was recognized.
But, my problem is that the USB1 don’t work with the linux image build with Yocto project but it work with linux image on sd card provided in the am335x Starter Kit of Texas Instruments.
When I look the USB1 configuration in the dts file « am335x-evmsk.dts » (located directory of Yocto project directory in « poky/build/tmp/work-shared/am335x-evm/kernel-source/arch/arm/boot/dts ») it seems configured correctly…
Here is the USB1 configuration in the « am335x-evmsk.dts » file :
***********************************************************************
&usb {
status = "okay";
};
&usb_ctrl_mod {
status = "okay";
};
&usb1_phy {
status = "okay";
};
&usb1 {
status = "okay";
dr_mode = "host";
};
***********************************************************************
I don’t know if there is something else to configure in the dts file to use USB1…
Other observations :
- on the usb1 5V power, there is no 5V (pin « VUSB_VBUS1 »).
It means that the « AM335x_USB1_DRVVBUS » pin is to low state, but, it should be to high state if dts file is correctly configured.
Here is schematic part of AM335x evm sk which correspond to USB1 power control :
- there is no USB in “/dev/” directory and “lsusb” command doesn’t exist.
How can I resolve these problems to make work USB1 and to linux recognize all USB peripherals which will be connected on this USB1 port ?
Regards.
Stan.
