On Wed, Nov 11, 2020 at 8:51 AM Riley Porter <[email protected]> wrote: > > I have compiled Roberts kernel (https://github.com/RobertCNelson/bb-kernel) > and now trying to figure out how to install the new kernel and the dtb file > in order to test it. I know most tutorials say to use tftp and ethernet > however the black does not have ethernet. > > What is the preferred method of doing this? > > I have a UART connection, however if think to do this I would have to compile > the SPL too? Which means I would have to compile uboot, transfer the SPL, > then execute uboot from memory, then transfer the uimage and dtb then boot? > > I have not tried this, thinking that there might be an easier way to do this?
Take the microSD from the board, plug into your linux pc and run: ./tools/install_kernel.sh (you'll have to update system.sh to specify your drive name..) 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/CAOCHtYhyCkV4SLvUi0W5G2-e-AjbEq%3DQfxeEM-HZRM%2BU%2BuaFEw%40mail.gmail.com.
