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]

Re: ethernet download


>>>>> Trenton D Adams writes:

> Well then how are you supposed to ever update your program?  If redboot
> doesn't watch on the network port, you can't update your program
> anymore.

Two ways. You can stop RedBoot from launching the app at boot time (RedBoot
offers a configurable delay for this purpose before running its boot script).
Or you can build update functionality into your app if you need to have the
update occur while the app is running (this can real tricky if your app is
running from or using flash).

--Mark


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