On Sun, Jan 15, 2023 at 9:30 PM Arınç ÜNAL <[email protected]> wrote:
> Oh nice. Did you have to disable some initialisation stuff like > SKIP_LOWLEVEL_INIT_ONLY as pointed out on this post? No I just compiled it and booted and it just works... > > But now I want something that is convenient and easy for OpenWrt > > users without UART etc to use. So I need to fix installation into > > NAND. > > Hmm, is your plan to boot U-Boot from CFE then boot the kernel, and ship > this all as an OpenWrt image? Yeah actually I just put U-Boot compressed with lzma first in the big image I flash to the NAND. The CFE boot will just take the first lzma image it finds, uncompress and execute it... Then U-Boot can read the whole kernel from the NAND and execute it. My current problem is that there are random ECC errors for some reason, while it seems the image still comes across fully intact... Linus _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
