This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Problem with flash device entry in __DEVTAB__


Hi All,
 
I have an eCos bootloader, and I am trying to test some 
read-writes on the flash device.
 
But when cyg_io_lookup() is called, it goes for only 2 loops,
it detects /dev/ttydiag and /dev/haldiag. And it does not 
search the driver handler for flash device (/dev/flash1). 
 
>From analyzing this function, I am able to make out that the
device entry structure __DEVTAB__ does not have entry for 
/dev/flash1. 
 
Can you please tell me how to put the flash device entry in 
__DEVTAB__ so that the cyg_io_lookup will return the flash 
driver handler ?
 
Regards,
Ringo


	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-- 
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]