JiapengLi / OpenWrt-HiLink-HLK-RM04

OpenWrt patch and installation guide for HiLink HLK-RM04
openwrt.org
55 stars 33 forks source link

Memory node doesn't work. #3

Closed JiapengLi closed 10 years ago

JiapengLi commented 10 years ago

Memory node in the dts file seems not work, we can force set the SDRAM size in the kernel menconfig. Run:

make kernel_menuconfig 

find kernel hacking , press Enter, then find (rootfstype=squashfs,jffs2) Default kernel command string Enter again and manually set SDRAM value rootfstype=squashfs,jffs2 mem=16M

JiapengLi commented 10 years ago

Fixed r39234 https://dev.openwrt.org/browser/trunk/target/linux/ramips/patches-3.10/999-memory-detect.patch?rev=39234