I have a RouterBoard 433ah and I installed OpenWRT (last trunk) on it.
I then recompile the linux kernel to OpenWrt and then copied to the boot partition (/dev/mtdblock1 or "kernel"). But before this, I forgot to erase from the boot partition the old kernel. On the "kernel" partition is not enough space - "said" VFS.
I reboot and I had to format NAND flash from the bootloader (RouterBoot). When I downloaded the kernel by tftp again, on the "kernel" partition is not enough space even for linux kernel:
root@OpenWrt:/# df -h
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 63664 40 63624 0% /tmp
tmpfs 512 0 512 0% /dev
/dev/mtdblock1 3840 2304 1536 60% /mnt
Now I can not copy the kernel to that partition and install OpenWrt
How do I clean up this partition?