Altera_Forum
Honored Contributor
20 years agoAdding new packages to a hardware template
Hi!
I have a wallclock device that is not implemented in the std wallclocks of eCos. In Nios1, I managed to add a new wallclock device and include it in the target platform, but in Nios2, in the ecos.ecc file it says: # This section defines the toplevel configuration object. The only# values that can be changed are the name of the configuration and# the description field. It is not possible to modify the target,# the template or the set of packages simply by editing the lines# below because these changes have wide-ranging effects. Instead# the appropriate tools should be used to make such modifications. So I can't simply add my wallclock device, and include it in a new target? Which are "the appropiate tools?". I used to do it "by hand"... :-? aLeX