Part Number:DM388
In Source/ti_tools/ipnc_psp_arago/u_boot/board/ti/dm38x/evm.c
In the function 'static void gpio_init(void)' , code for glowing BB_Led2 in CSK was added. Thus on power on the led glows.
Now a new function 'void led_glow(void)' is written and declared the same in evm.h
I was trying to call this function in a .c file at Source/ipnc_rdk/ipnc_app/...
By including evm.h(with path) in that .c file which I want the led glow function to be called.
But on building it shows an error of No files found for ../evm.h
What is the correct procedure to achieve this? Please assist.
Thanks n regards.