[Solved] ER-Lite-3 dual-core support on LEDE

Does LEDE/OpenWRT support both cores on this router?
There isn't much info available on forums.

Using CHAOS CALMER (15.05, r46767)
image: /octeon/generic/erlite-squashfs-sysupgrade.tar

top shows only 1 CPU:
CPU: 0% usr 0% sys 0% nic 99% idle 0% io 0% irq 0% sirq

cat /proc/cpuinfo
system type : UBNT_E100 (CN5020p1.1-500-SCP)
machine : Unknown
processor : 0
cpu model : Cavium Octeon+ V0.1
BogoMIPS : 1000.00
wait instruction : yes
microsecond timers : yes
tlb_entries : 64
extra interrupt vector : yes
hardware watchpoint : yes, count: 2, address/irw mask: [0x0ffc, 0x0ffb]
isa : mips1 mips2 mips3 mips4 mips5 mips64r2
ASEs implemented :
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available

processor : 1
cpu model : Cavium Octeon+ V0.1
BogoMIPS : 1000.00
wait instruction : yes
microsecond timers : yes
tlb_entries : 64
extra interrupt vector : yes
hardware watchpoint : yes, count: 2, address/irw mask: [0x0ffc, 0x0ffb]
isa : mips1 mips2 mips3 mips4 mips5 mips64r2
ASEs implemented :
shadow register sets : 1
kscratch registers : 0
package : 0
core : 1
VCED exceptions : not available
VCEI exceptions : not available

busybox top, other than GNU top, doesn't have that feature, your cpuinfo output however is quite explicit.

Thanks for your reply.
Any way I can check utilizations of both the cores?

I installed 'htop'.
I can see both cores usages now.