Dear E2E Community!
My company bought new OMAP L137 EVM. I'm trying to test this board with EVMOMAPL137 Test Codes ( http://support.spectrumdigital.com/boards/evmomapl137/revg/files/revg_EVMOMAPL137_BSL.zip ). For test I use programs from the Folder "evmomapl137_v1" (I cann't compile programs from another folder, "evmc6747_v1"). Mostly , these tests are completed sucessfully. Exceptions are tests for SD-Card ("sd") and Ethernet ("emac_loopback").
1) Test for SD-Card: after launching STD-out window of CCS displays: "01 Testing SD Card..." I waited more than one hour... Nothing changes... I tryed to pass the test with three different SD-Cards... nothing. (All SD-Cards have Windows-file system). When a SD-Card isn't inserted to the Media Card Connector of EVM, the test program returns the error message. Consequently, EVM sees SD Card, but can't pass the test.
2) The test for Ethernet. Every time it ends with the error message. Part with initialisation ( emac_init( ) ) completes succesfully. Errors appear while execution of test_packet() function. (in the end of this function, while execution of verify_packet() function) Ethernet Cable is connected properly. I tryed to connect it to PC (with Windows XP) and from the first to second Ethernet connectors of EVM. In the case of connection to PC, PC sees Local Ethernet Network after connection of the Cable.
I will be very pleased for Any Help and Advices. Thanks in advance! Vitalii
PS: For compilation I use Code Composer Studio Code Composer Studio Ver. 3.3.81.11 (From CD ROM of the purchased EVM).