hello world !
sorry for writing in English, hablo un poquito espanol
i compiled BB.14_07 for my device ARV4518PWR01 and flashed it with tftpd32.
The router comes up but after a reboot all changes are lost.!!!!!
root@OpenWrt:/# ls
bin etc mnt proc root sys usr www
dev lib overlay rom sbin tmp var
root@OpenWrt:/# df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 30468 204 30264 1% /
/dev/root 2560 2560 0 100% /rom
tmpfs 30468 1116 29352 4% /tmp
tmpfs 30468 204 30264 1% /tmp/root
overlayfs:/tmp/root 30468 204 30264 1% /
tmpfs 512 0 512 0% /dev
root@OpenWrt:/# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlayfs (rw,noatime,lowerdir=/,upperdir=/tmp/root)
tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00010000 00002000 "uboot"
mtd1: 00010000 00010000 "uboot_env"
mtd2: 003d0000 00010000 "firmware"
mtd3: 0014e997 00010000 "kernel"
mtd4: 00281669 00010000 "rootfs"
mtd5: 00010000 00010000 "rootfs_data"
mtd6: 00010000 00010000 "boardconfig"
root@OpenWrt:/# dmesg | grep "jffs2"
[ 0.296000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 10.660000] jffs2: Too few erase blocks (1)
root@OpenWrt:/# dmesg | grep "squashfs"
[ 0.292000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.656000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
root@OpenWrt:/# dmesg | grep "ubifs"
[ 0.640000] UBIFS error (pid 1): ubifs_mount: cannot open "ubi0:rootfs", error -19
root@OpenWrt:/# free
total used free shared buffers
Mem: 60940 24676 36264 0 2448
-/+ buffers: 22228 38712
Swap: 0 0 0
please help me