[ECOS] old REDBOOT BOOTP bug <REMINDER for Jonathan>

Chris Zankel zankel@tensilica.com
Wed May 15 09:37:00 GMT 2002


Jonathan Larmour wrote:
> Stephen Polkowski wrote:
>>It looks like this old bug hasn't been updated in the CVS tree.
>>Could someone knock this one out since it is causing a lot of problems
>>for new users.  It's a one character change to the following file. Thanks.
>>/ecos/packages/redboot/current/src/net/net_io.c   LINE 538
> I have fixed it internally, it's just that anon cvs hasn't been
> automatically updated for quite some time. I've fixed that particular thing
> by hand in it now.

Hi Jonathan,

you might also want to change the default configuration
for bootp when flashes are enabled:


*** net_io.c    Tue May 14 13:27:10 2002
--- net_io.c.orig       Tue May  7 23:06:07 2002
***************
*** 77,83 ****
                         bootp,
                         ALWAYS_ENABLED, true,
                         CONFIG_BOOL,
!                       !CYGSEM_REDBOOT_DEFAULT_NO_BOOTP
       );
   RedBoot_config_option("Local IP address",
                         bootp_my_ip,
--- 77,83 ----
                         bootp,
                         ALWAYS_ENABLED, true,
                         CONFIG_BOOL,
!                       true
       );
   RedBoot_config_option("Local IP address",
                         bootp_my_ip,


Thanks,
Chris


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss



More information about the Ecos-discuss mailing list