我的IPNC串口打印出的信息中有如下一段:
NAND: HW ECC BCH8 Selected
256 MiB
这个和我的Rules.make中MEMORY_CONFIG:=256MB有什么关系吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我的IPNC串口打印出的信息中有如下一段:
NAND: HW ECC BCH8 Selected
256 MiB
这个和我的Rules.make中MEMORY_CONFIG:=256MB有什么关系吗?
NAND: HW ECC BCH8 Selected
256 MiB
这里读的是NAND Flash大小。
MEMORY_CONFIG 在IPNC_RDK_InstallGuide里面有描述,指的是Linux Memory大小。
MEMORY_CONFIG will determine the memory bootprint the application is built for, 256MB or 512MB is supported. User need to note that with 256MB memory user
can achieve upto 1080p30. For 1080p60, User need to select 512MB memory map.