Hey everyone, any pointers on how to port openwrt to this device?
I got the firmware extracted, it's already a fork of OpenWRT 15.05, running on IPQ5018 it seems.
OpenWRT Data:
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='Chaos Calmer'
DISTRIB_REVISION='b5a0bd4+r49254'
DISTRIB_CODENAME='chaos_calmer'
DISTRIB_TARGET='ipq/ipq50xx'
DISTRIB_DESCRIPTION='OpenWrt Chaos Calmer 15.05.1'
DISTRIB_TAINTS='no-all busybox override'
15.05.1
Partition data:
cat partition-table
total=29,flash=128M
0= SBL1,0x00000000,0x00080000, 0, 0, 0, 1, bin/sbl1_nand.mbn
1= MIBIB,0x00080000,0x00080000, 0, 0, 0, 1, bin/nand-system-partition-ipq5018.bin
2= boot-config_0,0x00100000,0x00040000, 0, 0, 0, 1, bin/bootconfig.bin
3= boot-config_1,0x00140000,0x00040000, 0, 0, 0, 1, bin/bootconfig.bin
4= QSEE,0x00180000,0x00100000, 0, 0, 0, 1, bin/tz.mbn
5= DEVCFG,0x00280000,0x00040000, 0, 0, 0, 1, bin/devcfg.mbn
6= CDT,0x002c0000,0x00040000, 0, 0, 0, 1, bin/cdt.bin
7= uboot-env,0x00300000,0x00080000, 0, 0, 0, 0, #
8= uboot,0x00380000,0x00140000, 0, 0, 0, 1, bin/openwrt-ipq5018-u-boot.mbn
9= radio,0x004c0000,0x00100000, 0, 1, 0, 0, #
10= TRAINING,0x005c0000,0x00080000, 0, 0, 0, 0, #
11= file-system@0,0x00640000,0x02a00000, 0, 0, 2, 1, bin/root.ubi
12= file-system@1,0x03040000,0x02a00000, 0, 0, 1, 1, bin/root.ubi
13= ETHPHYFW,0x05a40000,0x00080000, 0, 0, 0, 0, #
14= factory_data,0x05ac0000,0x00900000, 0, 0, 0, 1, bin/factory_data.ubi
15= runtime_data,0x063c0000,0x01100000, 0, 0, 0, 1, bin/runtime_data.ubi
16= partition-table,0x00000000,0x00000000, 1, 0, 0, 0, #
17= default-config,0x00000000,0x00000000, 1, 0, 0, 0, bin/default-config.bin
18= support-list,0x00000000,0x00000000, 1, 0, 0, 6, bin/supportlist.bin
19= soft-version,0x00000000,0x00000000, 1, 0, 0, 6, bin/soft-version.bin
20= profile,0x00000000,0x00000000, 1, 0, 0, 0, bin/profile.bin
21= default-mac,0x00000000,0x00000000, 2, 2, 0, 0, #
22= device-id,0x00000000,0x00000000, 2, 2, 0, 0, #
23= product-info,0x00000000,0x00000000, 2, 2, 0, 0, bin/product-info.bin
24= user-config,0x00000000,0x00000000, 3, 2, 0, 4, bin/user-config.bin
25= device-config,0x00000000,0x00000000, 3, 2, 0, 4, bin/default-config.bin
26= tm-sig,0x00000000,0x00000000, 3, 2, 0, 0, #
27= pin,0x00000000,0x00000000, 2, 2, 0, 0, #
28= backup-config,0x00000000,0x00000000, 3, 2, 0, 0, #
I can upload the fully decompressed rootfs somewhere if needed