Hi Baskaran,
Can use the StarterWare Library to write some coding in u-boot code?
let say include a StarterWare Library "/AM335X_StarterWare_02_00_00_06/include/phy.h" in the file "/ti-sdk-am335x-evm-05.03.00.00/board-support/u-boot-2011.09-psp04.06.00.02/board/ti/evm.c". can i do this ?
the lib that i want to include is "include/phy.h", "include/cpsw.h", "include/mdio.h".
if can, how to do this ?
Thanks & Regards
Keldy
the header files you mentioned are not built as libraries. The libraries we support are grlib, usblib, mmcsclib, nandlib,utils, drivers, system config, platform.
if you can be more precise on which peripheral you want to use with u-boot it would be good.
Regards
Baskaran
Hi,
I want use PWM module in u-boot, how i integrate StarterWare PWM library to u-boot code ?
when i try to include "AM335X_StarterWare/drivers/ehrpwm.c" in "ti-sdk/board-support/u-boot/board/ti/evm.c", the error is can't locate the header file of StarterWare. i think is not a good idea for me to include every header file one by one. is there a better way to do it?
i couldnt think of better option other than including the required header files.