Index: sources/ApplicationController.cpp =================================================================== diff -u -rcb71895ec67532240a7002d8f6268bc622710347 -r721e055ca19c92525a45be953ad1cffdc2d69abb --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision cb71895ec67532240a7002d8f6268bc622710347) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 721e055ca19c92525a45be953ad1cffdc2d69abb) @@ -669,11 +669,15 @@ /// in manufacturing or update mode the configurations must reside in /root/home /// therefore the settings can be initialized after POST. +#ifdef LEAHI_DIGI_BOARD + initSettings(); +#else #ifdef BUILD_FOR_DESKTOP initSettings(); #else if ( gEnableManufacturing || gEnableUpdating ) initSettings(); #endif +#endif } void ApplicationController::onQuitApplication()