Something is wrong there, have you poweroff/on the router? How you have done the CFE update?
Something is wrong there, have you poweroff/on the router? How you have done the CFE update?
It's fine! Let me explain that.1) Yes, the router was power off/on. In GUI I see: CFE 1.0.1.4.
CFE v.1.0.1.3 is showed only I if I run: nvram get bl_version.
strings /dev/mtd0ro | grep bl_version
It's fine! Let me explain that.
CFE has NVRAM default values, embedded right into it's code.
The current NVRAM values stored in separate part of flash.
When you resetting router to defaults, firmware erases NVRAM partition and CFE fills basic NVRAM variables from it's code to NVRAM partition (including bl_version variable) on the next boot.
So, while you not reset you router to defaults again, you'll see old bl_version value. You may check CFE version by:
Code:strings /dev/mtd0ro | grep bl_version
Nothing serious:2. I didn't notice any changes on temperatures, i have double check it.
Is the bootloader EU only? Is it okay to upgrade an RT-N66U US model to this CFE bootloader using your procedures?It's fine! Let me explain that.
Is the bootloader EU only? Is it okay to upgrade an RT-N66U US model to this CFE bootloader using your procedures?
Yes it works for US models but check what your router has first as the router may already have the updated one.
Mine was 1.2 updated to 1.3. I hesitated to do it cause hggomes post indicated the bootloader is for EU.
http://forums.smallnetbuilder.com/showthread.php?t=17793
That's good to know. Have you reset your router to factory default and if so retained the MAC addresses?
Regarding the 1.0.1.4 upgrade you are safe to do it via ryzhov_al first post script, i guess it will do all necessary changes to the 1.0.1.4, including .EU to .US. changes if that's the case.
Good luck
admin@RT-N66U:/tmp# ./cfe_update.sh /dev/mtd0ro
Current CFE version is 1.0.1.2
[1/4] Dumping default NVRAM settings from original CFE...
nvram header found:
start 0x400
end 0x1374
len 3956
crc 0x7c
ver 0x01
[2/4] Preparing new CFE...
nvram header created:
start 0x400
end 0x1370
len 3952
crc 0x98
ver 0x01
[3/4] Checking differences between old and new NVRAM areas:
--- nvram_orig.txt 2014-07-05 18:06:06.359498627 +0200
+++ nvram_updated.txt 2014-07-05 18:06:06.409498627 +0200
-bl_version=1.0.1.2
+bl_version=1.0.1.4
Something goes wrong, unexpected NVRAM values, exiting...
-rw-rw-rw- 1 admin root 262144 Jul 5 18:06 cfe.new
-rw-rw-rw- 1 admin root 153 Jul 5 18:06 diff.txt
-rw-rw-rw- 1 admin root 4011 Jul 5 18:06 nvram.txt
-rw-rw-rw- 1 admin root 4011 Jul 5 18:06 nvram_orig.txt
-rw-rw-rw- 1 admin root 4011 Jul 5 18:06 nvram_updated.txt
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!