
user/boa/src/dni/board.c 
The boa web server is used.  Custom web pages are integrated at: 
user/boa/src/www_WW/ name”); %> to insert the value of an NVRAM variable. 
work> cd user; make clean; cd ..; make 
int example_cfg_save(void) 
{ 
 cfgmgr_write(CFGMGR_TABID_EXAMPLE, \ 
               (void*)&(pRomeCfgParam->exampleParam),\ 
             sizeof(exampleParam_t)); 
cfgmgr_task(); 
return 1; 
} 
int nvram_commit(void) 
{ 
  . . . 
cfgmgr_write(CFGMGR_TABID_EXAMPLE, \ 
             (void*)&(pRomeCfgParam->exampleParam), \ 
             sizeof(exampleParam_t)); 
cfgmgr_task(); 
return 1; 
}