This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

how to call mount() in cyg_start()


Hi,

i i call mount() in he main function (like in the fatfs1 test), it works.
But if i want i use threads i dont havte main() ant i want to call it in
cyg_start(). this fails wih this assert:

ASSERT FAIL: <1>disk.c[370]disk_connected() Bad LBA sector count
ASSERT FAIL: <1>disk.c              [ 370] disk_connected()                                                                                    
Bad LBA sector count

Note: I am mounting a SD-Card.

Thanks
Felix



--
View this message in context: http://sourceware-org.1504.n7.nabble.com/how-to-call-mount-in-cyg-start-tp232754.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]