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]

RE: Cannot change MAC address...?


If you are without JTAG debugger, you can load your hello-world program
from redboot. You will need to start a TFTP server on your host machine.
Use the load and go command from the manual:
http://ecos.sourceware.org/docs-latest/redboot/redboot-guide.html

RedBoot> load -h <host_ip_address> main.elf
RedBoot> go

I don't see anything in the redboot documentation describing the API but
the source is mostly located in packages/redboot/current/src/fconfig.c
and packages/redboot/current/include/flash_config.h.

Christophe

-----Original Message-----
From: John Graham [mailto:johngavingraham@googlemail.com] 
Sent: 8. mai 2010 17:35
To: Christophe Coutand; ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Cannot change MAC address...?

> Not that I can see but if you have remote targets you want to update,
> I'm sure you can write an application that can do the job (instead of
> re-compiling/programming redboot).

Thanks, I hadn't thought of that.

I got a basic hello-world program to compile, but I don't know how to
get it to work - is there a guide somewhere?

Also, do you know where I can get information on the API I need to use
for changing a MAC address?

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