I'm trying to integrate the RTFS NAND example into an existing project. The example runs perfectly on my C6748 eval board but when I run the project, getdriveid() returns -1.
Can anyone suggest why getdriveid() would fail once nandStorageInit() has succeeded? There doesn't seem to be any indication as to why the call has failed (rtfserrno is 0). I have tried to debug it but the source for getdriveid() is not included in the RTFS distribution (perhaps it can be downloaded somewhere else, I don't know).
Thanks
Paul