SWRT-dev / swrt-gpl

support bcm470x ipq40xx ipq807x mt7621 mt798x
https://swrt.site/
Other
65 stars 33 forks source link

cant install on RM-AC2100 #15

Closed DevoUraq closed 1 year ago

DevoUraq commented 1 year ago

Hello Mr this is how i have trying to install your firmware

ssh root@192.168.31.1

nvram set uart_en=1 nvram set boot_wait=on nvram set bootdelay=5 nvram set flag_try_sys1_failed=1 nvram commit cd /tmp

mtd write redmi-kernel1.bin kernel1

mtd -r write redmi-rootfs0.bin rootfs0

This Split command

00x40000

dd if=RM2100.trx bs=4194304 count=1 of=redmi.kernel1.trx dd if=RM2100.trx bs=4194304 skip=1 of=redmi.rootfs0.trx

Didnt Work accually

and this Again

=========================================

00x600000

dd if=RM2100.trx bs=6291456 count=1 of=redmi.kernel1.trx dd if=RM2100.trx bs=6291456 skip=1 of=redmi.rootfs0.trx

=========================================

Both OF Them Cant work

Where Is The Problem ????

DevoUraq commented 1 year ago

Any Help Would Be Really appreciate

Thank Youuuuu