AP-303 disk space problem

I followed the document to install the openwrt, after installing I find out only about 15MB is available for other apps. Is this how it suppose to be? Or are there other ways to expand it?
From the document it says that the Flash is 128NAND. Using fdisk and the u-boot env I think it's 32+32+64?
I guess I can put apps in tmpfs but it's less than ideal.

newbie for openwrt

**this printenv is after I factory-reset the AP, look at the mtdparts**
autoload=n
autostart=yes
baudrate=9600
boardname=Speyburn
bootargs=console=ttyMSM0,9600n8 rdinit=/sbin/init ubi.mtd=aos0 ubi.mtd=aos1 ubi.mtd=ubifs
bootcmd=boot ap
bootdelay=2
bootfile=ipq40xx.ari
ethact=eth0
ethaddr=38:17:c3:c8:00:54
machid=8010001
mtddevname=ubifs
mtddevnum=2
mtdids=nand0=nand0
mtdparts=mtdparts=nand0:0x2000000@0x0(aos0),0x2000000@0x2000000(aos1),0x4000000@0x4000000(ubifs)
os_partition=2
partition=nand0,2
servername=aruba-master
stderr=serial
stdin=serial
stdout=serial

image

Openwrt doesn't allocate all available flash space, but leaves the original layout intact.

1 Like

But when I install openwrt on rpi3 using a 16GB SDcard, it only uses about 256MB by default?

Even less, the default root partition size is ~100MB, but you can always resize it, and have it allocate the whole SD card.

1 Like