Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

How can i used uart2 on profile 0 of AM335x EVM ?

$
0
0

Dear all,

I'm using custom board with AM3352.
I need to only 3 uarts without cpld and lcd. (used profile 0)
Just like baseboard type of AM335x GP EVM.

I modified some code below.

\linux-3.2.0-psp05.06.00.00\arch\arm\mach-omap2\board-am335xevm.c
    /* General Purpose EVM */
    static struct evm_dev_cfg gen_purp_evm_dev_cfg[] = {
    ...
    #ifdef __MCTALK__ // 130408 mrstranger
            {uart2_init, DEV_ON_BASEBOARD, PROFILE_ALL},
    #else
            {volume_keys_init,  DEV_ON_DGHTR_BRD, PROFILE_0},
            {uart2_init, DEV_ON_DGHTR_BRD, PROFILE_3},
    #endif
    ...
    }

But, I can't used uart2. (/dev/ttyO2)
How can i used uart2 on profile 0 of AM335x EVM?
Please give me some advice.

Thanks and Regards,
MS Kim.


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>