On Tue, Jun 21, 2016 at 8:44 AM, Virendra <[email protected]> wrote: > Hi, > > I am building the Custom Image 4.4 for BeagleBone Black using Robert Nelson. > I have the the following clarification > > 1. The initrd.img file is missing: After I build the "Linux Kernel" version > 4.4 I didn't see the initrd.img. Can you please let me know where this > file(initrd.img) will be created after building the Linux kernel. > 2. uEnv.txt is not using initrd.img: The uEnv.txt shows that loadxrd for > initrd.img is not loaded and used as shown in the link > https://eewiki.net/display/linuxonarm/BeagleBone+Black
Boot into your rootfs without the initrd.img run: sudo update-initramfs -uk `uname -r` to generate your initrd.img... Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYi6Ab_DLjvGU_vVouu%2BCUUsoXRPU2Hpmn8Rp49b%3DOhPrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
