2021.07.04 / Folus Wen Actions: 1. Comment uboot dts file redundant memory definition. Files: 1. As follow commit history Image version: D0.00.XX.XXXX.XX Image checksum: XXXXXXXX Hardware PWB P/N : XXXXXXX Hardware Version : XXXXXXX
@@ -118,3 +118,12 @@ echo 3 > /proc/sys/kernel/panic
#echo 1 > /proc/sys/kernel/panic_on_rcu_stall
/sbin/klogd
/sbin/syslogd -f /etc/syslog.conf
+
+# ---------------------------------------------
+# Enable swap
+#dd if=/dev/zero of=/Storage/swapfile bs=1024 count=65535
+#losetup /dev/loop7 /Storage/swapfile
+#mkswap /dev/loop7
+#swapon /dev/loop7
@@ -27,7 +27,7 @@
memory {
device_type = "memory";
- reg = <0x80000000 0x10000000>; /* 256 MB */
+ //reg = <0x80000000 0x10000000>; /* 256 MB */
reg = <0x80000000 0x20000000>; /* 512 MB */ /* +++ vern,512MB DDR ,20181030 ---*/
};