2010-03-15 03:17 AM
Drivers/modules uClinux on STM3210E_EVAL
2011-05-17 04:43 AM
Hi,
I managed to create a module, but the problem is that when I do the command ''insmod'' I have this error message:
''mymodule: unknown relocation: 10''
''insmod: can not insert`. / mymodule.ko `: invalid module format''
If someone could help me, it would be nice.
Thank you!
Cédric
2011-05-17 04:43 AM
2011-05-17 04:43 AM
Hi,
Thank you for your reply, so I understand when recompiling the kernel I need to get a ''.o''?
Also, in this case where it is?
Thank you
Cédric
2011-05-17 04:43 AM
''in this case where it is?''
Your tools will put it wherever you tell them to - whether by default or a specific option setting.2011-05-17 04:43 AM
In fact, I want to use timers to my STM32F103ZE via uClinux installed above.
And I do not understand why I could not make a module for that.
If someone could explain ...
Thanks Cédric2011-05-17 04:43 AM
Someone has already developed a uClinux drivers for this board?
I feel a little lonely.
Do not hesitate to attach source codes.
;)
Cédric2011-05-17 04:43 AM
''
I feel a little lonely.''
Are you already experienced in embedded development in general, and/or the STM32 in particular? If not, it might be wise to gain some experience before diving into the arcane world of device drivers...2011-05-17 04:43 AM
In fact, I have no experience in these areas ...
I am a student intern in a company and I need to develop drivers
for my internship.
Understand my despair.
Thank you for your interest.
2011-05-17 04:43 AM
Developing device drivers is not a task for novices - it is unfair of them to give it to you (without adequate support).