Support for Jio Air Fiber JIDU6101 (Model:RARHGLK00103 by443) (Filogic 830)

Hey mahesh,
So the TG group was public for most of it existence but right now we are going though a red team and blue team situation, i can share you the invite link (in dm) after making sure you're not from team red.

1 Like

Hi Abhi,
I have seen your youtube channel and the video where you explored the isp odu but sorry i won't be able to share the TG link as there is conflict of interest. (While we want things to be public and opensource but we also don't want it to get posted on youtube, which will bring unnecessary trouble of few on the one hand and on the other you will get views and engagement for your channel)

Hope you understand.

I also set the IP address using (setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.10
setenv netmask 255.255.255.0
saveenv

). However, I accidentally rebooted the router. Now, when I try to access the console via failsafe and press Ctrl + C, nothing happens. no console router works normal can you help and also i also bricked another router can you tell me how to unbrick it using a programmer

Please dm me link, I will prefer to discuss technical part of this, I am already on luci but will prefer to go with Vannilla openwrt.

can i too….

@m1mahesh do you have the link to the TG group. have you managed to get Vanilla openwrt for this.

I am facing similar issue of bricking, may be the instructions are but buggy. did you manage to debrick this.

I’ve been a bit busy these days and didn’t get an opportunity to work on this. I did receive the invite and joined the Telegram group; however, I was removed after about 60 minutes because I didn’t introduce myself within that time. I had joined several groups around the same period, and there wasn’t any serious work going on.

i think using a spi nand programmer like XGECU can fix it, but its very expensive but i recently found the spi nand on the device is also supported by a cheap ch314a programmer with 1.08v adapter using neo programmer or any other software with supportes the chip. can you tell how you bricked you device.

So I have handed over the responsibility of the Telegram group to someone else and have left it.
While I do not want YouTubers to milk views from this work for their personal gain, I do understand that there are people who genuinely want to do this for personal use.
Because of that, I am considering creating a public Telegram channel that will act as a public repository. I will share a basic, generic guide along with some relevant information.
It will be kept simple and final. There will be no further updates, no follow-ups, and no interaction. I do not want to spoon-feed anyone, nor do I want to act as customer support.

All responsibility and liability will be entirely yours. If you mess up your router, do not expect any help from me.

(Will share details whenever i get some free time)

Flash Instructions

NOTE: Accessing the U-Boot console is must.

Accessing U-Boot

Model 6101/6801/6911/6411:
In the U-Boot menu, navigate to Start Web Failsafe → press CTRL + C.

setenv ipaddr 192.168.31.1
setenv serverip 192.168.31.100 # This should be your laptop ip address,
saveenv

Create TFTP server and host the firmware files, kernel.bin, factory.ubi and sysupgrade.bin

tftpboot 0x46000000 openwrt-mediatek-filogic-jrouter-6x01-initramfs-kernel.bin
fdt addr $(fdtcontroladdr)
fdt rm /signature
bootm

pc (use winscp to avoid running below command and transfer the sysupgrade.bin via gui)

scp -O *-factory.ubi root@192.168.31.1:/tmp/

run on router cli

ubidetach -m 6
ubiformat /dev/mtd6 -y -f /tmp/*-factory.ubi

reboot

Accessing U-Boot

*Model 6101:
In the U-Boot menu, navigate to Start Web Failsafe → press CTRL + C.

setenv bootcmd 'ubi read 46000000 kernel;fdt addr $(fdtcontroladdr);fdt rm /signature;bootm'
setenv ipaddr
setenv bootdelay 0
saveenv
reset

pc (use winscp to avoid running below command and transfer the sysupgrade.bin via gui)

scp -O openwrt-*-sysupgrade.bin root@192.168.31.1:/tmp/

run on router cli

sysupgrade -n /tmp/openwrt-*-sysupgrade.bin

1 Like

Is any way to downgrade the firmware because in latest update I can't able to downgrade
@sandipbhadoriya , if possible tell please

Model number?

6101 and 6801 or 6401 all are updated to latest where all options remove from ui

I thought atleast I will get luci ui .

Please check the telegram repository channel i have have added uboot credentials in the final steps, for model 6401 and 6801. For other model 6101 and other you have to get it from someone else. You can try admin:admin for 6101.

Can I build firmware in macos? Is anyone can build firmware for me? I can't arrange laptop with Linux

you obviously already tried a search engine and found [OpenWrt Wiki] Build system setup macOS ?

yes with UART you can do that it workes

I will follow the method which is posted on mediatek repository telegram channel, if u generated the firmware then it will save my time a alot , telegram @rupesh_tanwer

Hello I flash openwrt and it's success but now I want to flash stock rom again how can I do it please guide