The kernel in backfire is too big to fit into the default kernel partition. This patch solves this problem by making it bigger. I have tested it on the Mikrotik Routerboard 433AH.
Signed-off-by: Marko Foerster <[email protected]> Index: rb4xx_nand.c =================================================================== --- rb4xx_nand.c (Revision 21442) +++ rb4xx_nand.c (Arbeitskopie) @@ -92,7 +92,7 @@ { .name = "kernel", .offset = (256 * 1024), - .size = (4 * 1024 * 1024) - (256 * 1024), + .size = (6 * 1024 * 1024) - (256 * 1024), }, { .name = "rootfs", _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
