You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but mem=447M@0M nvmem=64M@448M is incorrect.
It is well known issue in the Op2x forum in Korea. (http://cafe.naver.com/op2x )
you have to reserve 1M@383M. this region is reserved for ram_console and some other warmboot stuff.
if you include this 1M@383M region in the mem area then p990/su660 will break with some warmboot stuff/ram_console related functionality.
so.. I think.. by the following ramhack you can use both recovery function and ramhack correctly ..
you can use nvmem=64M like as following
64M@ : mem=383M@0M mem=64M@384M nvmem=64M@448M
and other ramhack examples tested on the SU660 are...
Ive seen the following recent changes in the BoardConfig.mk and "recovery" changes in overlay/*
but
mem=447M@0M nvmem=64M@448M
is incorrect.It is well known issue in the Op2x forum in Korea. (http://cafe.naver.com/op2x )
you have to reserve
1M@383M
. this region is reserved for ram_console and some other warmboot stuff.if you include this
1M@383M
region in the mem area then p990/su660 will break with some warmboot stuff/ram_console related functionality.so.. I think.. by the following ramhack you can use both recovery function and ramhack correctly ..
you can use nvmem=64M like as following
mem=383M@0M mem=64M@384M nvmem=64M@448M
and other ramhack examples tested on the SU660 are...
mem=383M@0M mem=27M@384M nvmem=101M@411M
mem=383M@0M mem=8M@384M nvmem=120M@392M
etc...
See also
The text was updated successfully, but these errors were encountered: