misteradrian
New Around Here
First time trying out this firmware on my RT-AC68R. Installed 3.0.0.4.374.41 today and am trying to get JFFS2 working.
I see this in dmsg on boot:
I have tried this:
...and power cycled the router. Tried using "mtd-erase2" but that always just says "usage: mtd-erase2 [device]" ...
Looking through other posts some people mention random stuff like rebooted 20 times and it worked or went back to some specific firmware and it worked, but details are contradictory.
I tried this .. and it seems to work, but I'm afraid of doing something back like writing to the flash in some way it's not supposed to:
Pointers would be great, thanks.
I see this in dmsg on boot:
Code:
Scanning device for bad blocks
Bad eraseblock 284 at 0x000002380000
Bad eraseblock 783 at 0x0000061e0000
Bad eraseblock 784 at 0x000006200000
Bad eraseblock 785 at 0x000006220000
Bad eraseblock 786 at 0x000006240000
Options: NO_AUTOINCR,NO_READRDY,BBT_SCAN2NDPAGE,
Creating 2 MTD partitions on "brcmnand":
0x000002000000-0x000008000000 : "brcmnand"
0x000004000000-0x000006000000 : "jffs2"
I have tried this:
Code:
nvram unset jffs2_size
nvram set jffs2_format=1
nvram set jffs2_on=1
nvram commit
...and power cycled the router. Tried using "mtd-erase2" but that always just says "usage: mtd-erase2 [device]" ...
Looking through other posts some people mention random stuff like rebooted 20 times and it worked or went back to some specific firmware and it worked, but details are contradictory.
I tried this .. and it seems to work, but I'm afraid of doing something back like writing to the flash in some way it's not supposed to:
mount -t jffs2 mtd5 /jffs
Pointers would be great, thanks.