Port OpenWrt to JioFiber Router

  • Thread starter Thread starter newGuy2024
  • Start date Start date
  • Replies Replies 7
  • Views Views 2,128
Messages
16
Location
Dewas
ISP
Jio Fiber
I am doing research and will be trying to port OpenWRT to jio router, would appreciate all the help. I am opening this discussion to see if anyone of you have already tried it or has done any research.
 
I'm checking for this too. For building OpenWRT we need system info like cpu ram etc... I searched the web there is no info about it anywhere.
 
For JCO4032 and JCOW414, take a look at this.

Also, if you successfully build OpenWRT, there is a very less chance you will get all the features of JioFiber working since they are tightly bound to the jio modules. I think it is possible to copy all the modules and applications tho but I am not sure since I am not into system building myself. I'll let you guys decide.
 
idk if it will help but probably you already know but here's Cpu information of JCOW414

Code:
RIL> cat /proc/cpuinfo
system type             : EcoNet EN7528 SOC
machine                 : econet,en751221
processor               : 0
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 591.87
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 0
processor               : 1
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 449.74
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 1
processor               : 2
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 589.82
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 1
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 0
processor               : 3
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 640.61
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 1
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 1
 
Last edited by a moderator:
Found these for a similar router that uses econet chip

Github PR: Add new platform EN75xx and device SmartFiber XP8421-B by cjdelisle · Pull Request #17928 · openwrt/openwrt

Corresponding branch link if someone is willing to compile and flash
 
Back