Advertisement
ryzhov_al

CFE update @RT-N66U

Dec 4th, 2012
2,244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. admin@RT-N66U:/tmp/mnt/SDCARD/tmp# wget --no-check-certificate http://github.com/downloads/ryzhovau/asuswrt-ryzhov/cfe_n66u-1.0.1.3-4.tgz
  2. admin@RT-N66U:/tmp/mnt/SDCARD/tmp# tar -xf ./cfe_n66u-1.0.1.3-4.tgz
  3. admin@RT-N66U:/tmp/mnt/SDCARD/tmp# ./cfe_update.sh
  4. Usage:
  5. './cfe_update.sh /dev/mtd0ro' - upgrade current CFE on RT-N66U
  6. './cfe_update.sh ./cfe.old' - upgrade CFE using a backup CFE image cfe.old
  7. Update works only on original ASUS firmware or Merlin's mod.
  8. admin@RT-N66U:/tmp/mnt/SDCARD/tmp# ./cfe_update.sh /dev/mtd0ro
  9. Original CFE is already updated! Exiting...
  10. admin@RT-N66U:/tmp/mnt/SDCARD/tmp# ./cfe_update.sh ./cfe_original.my
  11. [1/4] Dumping default NVRAM settings from original CFE...
  12. nvram header found:
  13. start 0x400
  14. end 0x1374
  15. len 3956
  16. crc 0xe8
  17. ver 0x01
  18. [2/4] Preparing new CFE...
  19. nvram header created:
  20. start 0x400
  21. end 0x137c
  22. len 3964
  23. crc 0xc3
  24. ver 0x01
  25. [4/5] Checking differences between NVRAM from old and new CFE's
  26. --- nvram_orig.txt 2012-12-04 13:49:51.000000000 +0400
  27. +++ nvram_updated.txt 2012-12-04 13:49:51.000000000 +0400
  28. @@ -1 +1 @@
  29. -bl_version=1.0.1.2
  30. +bl_version=1.0.1.3
  31. @@ -16,0 +17 @@
  32. +odmpid=ASUS
  33. If you see only two differences: one is for 'bl_version' variable change
  34. and second is a new 'odmpid=ASUS' variable then all goes well!
  35. [5/5] Flashing new CFE...
  36. Do you want to flash a new CFE bootloader that? [y,n]y...flashing...
  37. Update completed. Old CFE is stored to cfe.old file, a new one - to cfe.new
  38. It's strongly recommended to store them, just in case.
  39. Please note, your personal MAC addresses in there, do not distribute them.
  40. admin@RT-N66U:/tmp/mnt/SDCARD/tmp#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement