hello,
We are using a custom C6748 board and i am trying to marry together SYS/BIOS 6.33.5.46 NDK 2.21.0.32 and NSP 1.10.0.03
I am currently replacing DSP/BIOS 5 and i have a code base that had NDK 2.20 working just fine before i started this. that means i had the pinmux set up correctly and the EMAC, MDIO powered up and there is nothing wrong with our board.
So i was able to effortlessly bring in the NDK and NSP and add the check boxes that i think i want. the thing compiles and it will not lock up when i run it. the NDK even calls the netstart routine i linked into the network open hook.
the problem is that it does nothing after that. i have DHCP client turned on and there is NO network activity going on on my network (i wiresharked it, nothing is coming out).
i would love to know what i am doing wrong. I am not even sure where to start debugging as this is my first attempt at SYS/BIOS and this version of the NDK.
is there a special heap that i need to create or is the system heap good enough (i made it 0x20000 bytes)? is there some disconnect between my EMAC (NSP module) and the NDK? i am using the NSP for the OMAP138, is that the wrong NSP for the 6748 (i understand they are different but a lot of the tools seem to be written for both)? is there a basic setting i have off/on that would default the NDK to not work right away? do i need to post my .cfg file for anybody to help me?
-Mike