Help in Firmware downgrade

  • Thread starter Thread starter jiooduidu
  • Start date Start date
  • Replies Replies 36
  • Views Views 681
Hello, I have a JIDU6401
I have tried booting openwrt in ram, compiled from GitHub - AKoo7/openwrt: This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
After successfully booting openwrt i have tested a few things and then tried to install as documented in GitHub - adeveloperkk/Jio-Idu6401
i ran the command
Code:
root@OpenWrt:~# ubidetach -m 5
ubidetach: error!: cannot detach mtd5
           error 19 (No such device)
then I asked Claude about the error by showing the logs, It said to try "ubidetach -m 6", I ran that and it successfully detached, then thought to get back to stock for then, and rebooted using "reboot" command

But now when i am trying to log in to the U-Boot console, it shows following error
Code:
'spi-nand0' is now active device
Reading from 0xeb80000 to 0xeb801ff, size 0x200 ...
Succeeded
Check magic err.
Reading from 0xeb80000 to 0xeb801ff, size 0x200 ...
Succeeded
Check magic err.
Failed to get Username or Password! Use default ID.
Username:
and does not accepts the old username and password retrieved by (/usr/bin/mfg_data get bootpass)
Also in the ssh console of stock firmware it now shows

Code:
/usr/bin/mfg_data get bootpass
Check magic err.
mfg_data_check err.

What can I do now? Please help
 
Back