Commit 57d3f4d3 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

ramdisk +size

parent 82500c42
......@@ -11,7 +11,7 @@
} ;
chosen {
/* bootargs = "console=ttyPS0,115200 debug root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=131072";*/
bootargs = "cma=128M console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.8 earlyprintk ramdisk_size=131072";
bootargs = "cma=128M console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.8 earlyprintk ramdisk_size=262144";
linux,stdout-path = "/amba@0/serial@e0000000";
} ;
cpus {
......
......@@ -37,7 +37,7 @@ LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "131072"
IMAGE_ROOTFS_SIZE = "262144"
#IMAGE_FSTYPES = "jffs2 ext2.gz"
......@@ -47,4 +47,4 @@ create_symlinks_append(){
if os.path.isfile("${DEPLOY_DIR_IMAGE}/${PRODUCTION_DIR}/${PRODUCTION_ROOTFS}"):
os.system("rm ${DEPLOY_DIR_IMAGE}/${PRODUCTION_DIR}/${PRODUCTION_ROOTFS}")
os.system("cp ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext2.gz.u-boot ${DEPLOY_DIR_IMAGE}/${PRODUCTION_DIR}/${PRODUCTION_ROOTFS}")
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment