Tried with CFE 1.0.1.3 as original file and this is what I get.lfbb@ubuntu:~$ cd Desktop/cfe
lfbb@ubuntu:~/Desktop/cfe$ ./cfe_update.sh cfe_old.bin cfe_new.bin
[1/4] Dumping default NVRAM settings from your CFE...
nvsimple 0.2 (c) theMIROn
nvram start 0x400
nvram end 0x1410
nvram len 4092
nvram crc 0x14
nvram ver 0x01
passing "sdram_init"="0x0000"
passing "sdram_config"="0x0000"
passing "sdram_refresh"="0x0000"
passing "sdram_ncdl"="0x00000000"
passing ""="<$P*H"
Segmentation fault (core dumped)
[2/4] Modifying NVRAM settings (silent step)...
[3/4] Creating new CFE...
4092+0 records in
4092+0 records out
4092 bytes (4.1 kB) copied, 0.007589 s, 539 kB/s
[4/4] Checking differences between NVRAM from old and new CFE's
Segmentation fault (core dumped)
0a1,5
> odmpid=ASUS
> sdram_config=0x0000
> sdram_init=0x0419
> sdram_ncdl=0x00000000
> sdram_refresh=0x8040
If you see only two differences: one is for 'bl_version' and second is a new 'odmpid=ASUS' variable then all step are done! New CFE image 'cfe_new.bin' is prepared for flash.
- lfbb