Closed Droid-MAX closed 2 years ago
If you're using WiFi on your system it can add memory pressure to OS memory so osmem
parameter should be increased.
Run majestic
from command line to figure out how much MMZ memory you can hand over to OS:
Free MMZ mem finally: 42664KB
- in this case at least 40Mb can be hand over.
on u-boot console, type this command:
setenv bootargs 'mem=${osmem} console=ttyAMA0,115200 panic=5 root=/dev/mtdblock3 rootfstype=squashfs init=/init mtdparts=hi_sfc:256k(boot),64k(env),3072k(kernel),10240k(rootfs),-(rootfs_data)'
setenv osmem 48M
saveenv
reset
then problem has gone, lmao:joy:
better to set osmem as 40M.
Required information
Issue description
A brief description of the problem. Should include what you were attempting to do, what you did, what happened and what you expected to see happen.
Expectations
Steps to reproduce
Information to attach
dmesg
)cat /etc/majestic.yaml
)