This is the mail archive of the ecos-patches@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]

Bug: default parameters of BOOTP if board RedBoot configuration's is fault


Hi,

If the option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP is checked and the board
RedBoot configuration?s is fault. The application started with server BOOTP
and not default parameter save in eCos.ecc.

Best regard.

My correction is :
File: redboot/current/src/net/net_io.c

        RedBoot_config_option("Use BOOTP for network configuration",
                                  bootp,
                                  ALWAYS_ENABLED, true,
                                  CONFIG_BOOL,
+    #ifdef CYGSEM_REDBOOT_DEFAULT_NO_BOOTP
+                                false
+    #else
                                  true
+    #endif
      );


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