Other Parts Discussed in Thread: SYSBIOS, OMAPL138
Hello again
I am trying so run the Client Example "ndk_evmOMAPL138_arm9_client" on my AM3359 ICE V2.
Therefor I had to do some changes:
- Platform evmAM3359
- Mmu: "var Mmu = xdc.useModule('ti.sysbios.family.arm.a8.Mmu');"
- omapl138 Library in the config File: "xdc.useModule('ti.drv.omapl138.Emac');" has been commented out
- In the AM335x.cmd file I had to shift the memory, because it was overlapping with other memories in this exampl
-
- SRAM: o = 0x44D82000 l = 0x0000FC00 /* 64kB internal SRAM */
L3OCMC0: o = 0x44D91C00 l = 0x00010000 /* 64kB L3 OCMC SRAM */
M3SHUMEM: o = 0x44D00000 l = 0x00004000 /* 16kB M3 Shared Unified Code Space */
M3SHDMEM: o = 0x44D80000 l = 0x00002000 /* 8kB M3 Shared Data Memory */
DDR0: o = 0xC0000000 l = 0x40000000 /* 1GB external DDR Bank 0 */
- SRAM: o = 0x44D82000 l = 0x0000FC00 /* 64kB internal SRAM */
-
- I added the sys_bios_driver.lib in the file search path
With these corrections I am able to make a build and also able to download it to the AM3359.
After starting the application I get two notes in the console:
Service Status: Telnet : Enabled : : 000
Service Status: HTTP : Enabled : : 000
But referring to the users guide there should be the acquired IP-Address .. I am also not able to visit the web page or ping the AM3359.
So there must be a mistake, but I am note sure where I should begin to search ...
CCS 6.0.1.00040 / NDK 2.24.2.31 / NSP 1.10.3.15 / SYS/BIOS 6.35.4.50 / Compiler TI v5.1.6