What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ASUS RT-AX86S still shows old value after RAM upgrade

shuaigebo

New Around Here
I have an RT-AX86S, and I upgraded the memory from 512MB to 1024MB. After the upgrade, it started up normally but the system still displayed 512MB. How can I make 1024MB work.
 
Asus routers don't have upgradable memory. If you replaced the memory chips you also need to hack the CFE code to reflect that change. See again this thread where you originally posted this question.
 
D.jpg

5SA47 D9STQ
I think the bootloader must be config.
 
Are you using firmware for ax86u ?

I think you need to compile the firmware. Run it before compiling.
Code:
  cd ~/asuswrt-merlin.ng/release/src-rt-5.02L.07p2axhnd/targets/cfe/sysdeps/RT-AX86U
  sed -i 's/\x27\x14\x00\x00\x00\x00\x00\x00\x4A\x01/\x27\x15\x00\x00\x00\x00\x00\x00\x4A\x01/g' cfe4908.bin
  sed -i 's/\x27\x14\x00\x00\x00\x00\x00\x00\x4A\x01/\x27\x15\x00\x00\x00\x00\x00\x00\x4A\x01/g' cfe4908ram.bin
  sed -i 's/\x27\x14\x00\x00\x00\x00\x00\x00\x4A\x01/\x27\x15\x00\x00\x00\x00\x00\x00\x4A\x01/g' cfe4908rom.bin
  sed -i 's/\x27\x14\x00\x00\x00\x00\x00\x00\x4A\x01/\x27\x15\x00\x00\x00\x00\x00\x00\x4A\x01/g' precfe4908rom.bin

But since I haven't tested it, there are no guarantees. In the worst case, you'll need to completely flash the NAND
 
RT-AX86S uses the firmware of RT-AX86U. I refer to your method of upgrading 2G to find the firmware code 27140000000000004A01 and replace it with 27150000000000004A01, but it does not work. Cfe4908.bin cfe4908ram.bin cfe4908rom.bin precfe4908rom.bin. I used Winhex to search for 27140000000004A01, where there are three places for cfe4908.bin and three places for cfe4908.bin. I couldn't find the other two files, but I don't know how to compile firmware. Can you help me compile and replace the firmware for cfe?
 
I have an RT-AX86U, can I backup partitions and write them directly.use dd if=/dev/mtdblockX of=/tmp/mtdblockXbin and dd if=/tmp/mtdblockX.bin of=/dev/mtdblockX.
 
I have an RT-AX86U, can I backup partitions and write them directly.use dd if=/dev/mtdblockX of=/tmp/mtdblockXbin and dd if=/tmp/mtdblockX.bin of=/dev/mtdblockX.
no
you need to remove the NAND and read the firmware completely
if the router does not start. You need to check the startup in recovery mode (I don't remember exactly what it's called). If this mode does not work, then you need to remove the NAND and write the firmware there.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top