LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   68HC11 Microcontroller programming in linux (https://www.linuxquestions.org/questions/linux-newbie-8/68hc11-microcontroller-programming-in-linux-644584/)

skilambi 05-24-2008 09:55 PM

68HC11 Microcontroller programming in linux
 
Hi All,

I am reasonably new to microcontroller design and linux both. I recently bought a board FOX11 trainer from wytec which has a MC68HC11E1 microcontroller. It does come with an IDE that runs on windows and I can use it to program the chip.

But i really wish to use linux. I have Ubuntu 8. I installed the gnu m68hc1x sources successfully from the following site
http://www.gnu-m68hc11.org/m68hc11_pkg_rpm.php

Its working good. :)

However, I am completely lost as to how program the chip using linux. there is some documentation here
http://stephane.carrez.free.fr/doc/hc11_2.html#SEC15

but its not enough. I dont seem to have the "loader" installed.

How can I do this. Please be as detailed as possible.

I am sorry if I have posted this on the wrong forum. But I am thinking this is a software issue.

Thanks,
Sai.

knudfl 05-25-2008 02:19 AM

Google => ("keyword 1") '68HC11 program loader linux', (no quotes)
and download loader db11 from
http://polyplex.org/electronics/db11.html
Compiles with g++ , stops with missing 'm6811-elf-as'. Don't worry the
loader has been built, when you come to that.
Other keywords for google: 'gnu x tools' 'GNU 68HC11 assembler' 'm6811-elf-as'
http://m68hc11.serveftp.org/wiki/index.php/FAQ:Assemble and
http://www.microcross.com/GNU-X-Tool...uide-v3.40.pdf
(see page 128)
Seems you also can use 'gdb' for loading, see §3 here
http://www.gnu.org/software/m68hc11/m68hc11_gdb.html
also on page 1 with "keyword 1"
Good luck !

skilambi 05-25-2008 09:57 AM

Thanks So much for the quick reply.

I will try this out and let you know what happened.

Regards,


All times are GMT -5. The time now is 06:29 PM.