yes pls....tnx
You will first restore the bootloader:
And then start filling out partition UBI_DEV
.
I restored a bootloader with a programmer. The router is alive but I don't know where to write serial numbers, MAC. WiFi does not work. I suspect that there is a lack of firmware. I would have a full image of ePROM I would be able to rebuild.
You don't need a full snapshot of partittion UBI_DEV
. It's very unlikely that anyone will take one for you.
From this I understood that volume linux
was created inside the partition UBI_DEV
and the kernel and rootfs are located there.
First, show the output of this command: ubinfo /dev/ubi0 -a
Also ask people to make a copy of volume Factory
and share it with you.
Any people can make a copy of the contents of the volumes Factory
& Factory2
with the following commands:
volnum=$( ubinfo -d 0 -N Factory | awk 'NR==1 {print $3}' ) ;
dd if="/dev/ubi0_$volnum of=/tmp/factory.bin bs=2048 ;
volnum=$( ubinfo -d 0 -N Factory2 | awk 'NR==1 {print $3}' ) ;
dd if="/dev/ubi0_$volnum of=/tmp/factory.bin bs=2048 ;
root@OpenWrt:~# ubinfo /dev/ubi0 -a
ubi0
Volumes count: 8
Logical eraseblock size: 126976 bytes, 124.0 KiB
Total amount of logical eraseblocks: 2016 (255983616 bytes, 244.1 MiB)
Amount of available logical eraseblocks: 0 (0 bytes)
Maximum count of volumes 128
Count of bad physical eraseblocks: 0
Count of reserved physical eraseblocks: 40
Current maximum erase counter value: 3
Minimum input/output unit size: 2048 bytes
Character device major/minor: 249:0
Present volumes: 0, 1, 2, 3, 4, 5, 6, 7
Volume ID: 0 (on ubi0)
Type: dynamic
Alignment: 1
Size: 1 LEBs (126976 bytes, 124.0 KiB)
State: OK
Name: nvram
Character device major/minor: 249:1
Volume ID: 1 (on ubi0)
Type: dynamic
Alignment: 1
Size: 8 LEBs (1015808 bytes, 992.0 KiB)
State: OK
Name: Factory
Character device major/minor: 249:2
Volume ID: 2 (on ubi0)
Type: dynamic
Alignment: 1
Size: 8 LEBs (1015808 bytes, 992.0 KiB)
State: OK
Name: Factory2
Character device major/minor: 249:3
Volume ID: 3 (on ubi0)
Type: dynamic
Alignment: 1
Size: 32 LEBs (4063232 bytes, 3.8 MiB)
State: OK
Name: linux
Character device major/minor: 249:4
Volume ID: 4 (on ubi0)
Type: dynamic
Alignment: 1
Size: 578 LEBs (73392128 bytes, 69.9 MiB)
State: OK
Name: linux2
Character device major/minor: 249:5
Volume ID: 5 (on ubi0)
Type: dynamic
Alignment: 1
Size: 2 LEBs (253952 bytes, 248.0 KiB)
State: OK
Name: jffs2
Character device major/minor: 249:6
Volume ID: 6 (on ubi0)
Type: dynamic
Alignment: 1
Size: 142 LEBs (18030592 bytes, 17.1 MiB)
State: OK
Name: rootfs
Character device major/minor: 249:7
Volume ID: 7 (on ubi0)
Type: dynamic
Alignment: 1
Size: 1199 LEBs (152244224 bytes, 145.1 MiB)
State: OK
Name: rootfs_data
Character device major/minor: 249:8
volnum=$( ubinfo -d 0 -N Factory | awk 'NR==1 {print $3}' ) dd if="/dev/ubi0_$volnum" of=/tmp/factory.bin bs=2048
I'm asking someone for a copy
write what need to do to get factory.bin
Connect via SSH and execute commands:
volnum=$( ubinfo -d 0 -N Factory | awk 'NR==1 {print $3}' ) ; dd if="/dev/ubi0_$volnum" of=/tmp/factory.bin bs=2048 ;
volnum=$( ubinfo -d 0 -N Factory2 | awk 'NR==1 {print $3}' ) ; dd if="/dev/ubi0_$volnum" of=/tmp/factory2.bin bs=2048 ;
Download 2 files (/tmp/factory.bin and /tmp/factory2.bin) via e.g. winscp and share with me.
here is it
https://404.com.hr/factory.zip
Hi!
Successfully bricked mine.
Any help appreciated.
Can't even use Firmware Restoration with latest ASUS firmware.
Flashed 4200 initramfs from gui or from restoration tool, then tried to flash ax6000 sysupgrade from openwrt gui.
Now it has no light in his life.
Only the tftp solution works now?
Thnakz
Why use 4200 initramfs?
Need to use AX600... here is link: https://drive.google.com/drive/folders/1wpblJbdOTa7vQxNwza1SZNnFqhtjtB3Z
Only over serial console u can unbrick router. Here is instruction: Asus TUF Gaming AX6000 support - #37 by patrykk
Unofficial TRX images method dont work... it brick router. Can anyone remove that metod from wiki?
Good. I was pretending this, so i ordered everything days before.
Thanks.
Thank you.
Would you be able to send a MTD1 dump?
dd if=mtd1 of=/tmp/mtd1 bs=10M
I do not know how to permanently save UBI partitions - after the router's restart they go to previous values.
Are there any other mtds?
It works if people use the right image.
Why do you focus on TRX images?
There was already a message in this thread that a brick was received after installing a fresh sysupgrade snapshot image on a previously installed system (which worked for several days).
Well, this requires further investigation. Do sysupgrade images contain any built-in CRC-like protection against corruption? If not, we can blame the known-existing data corruption in the network driver for any bricks, regardless of the initial installation method.
EDIT: disregard, the corruption applies to the other direction of the data transfer.
dd: can't open 'mtd1': No such file or directory
/dev/mtd1 or go cd /dev
dd if=/dev/mtd1 of=/tmp/mtd1 bs=10M
Here it is https://404.com.hr/mtd1.zip
Thanks. I will restore when I come home. I'll let you know.