I am trying to compile an openwrt kamikaze on an adm5120 board similar to br6104k
The kernel boots but it don't find jffs2/squashfs (there is a failure when is trying to clean the flash)
I' m trying to use a ramfs filesystem, but seem that this filesystem isn't found.
I worked in this way:
1 - make menuconfig / target image -> ramdisk
2 - make V=99
3 - i worked a bit to have a .trx file .. i obtained a file working and booting..
The kernel seem not to be able to find the ramfs filesystem. may be it need to append something similar to root=/dev/ram0 ? (this one is not working)
In make kernel_menuconfig i saw a configuration line to decide where the ramfs has to be. This line is normally empty. Sure that the kernel include the ramfs filesystem ?
boh..