Hi, If the option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP is checked and the board RedBoot configurations 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
);
