[beagleboard] Re: which uboot source to compile (and how) for emmc/NAND

2017-08-11 Thread David Woolford
Hi Jeff (and posterity), I am just going over my notes now and making sure it's all reproducible. When you use BOOTP/DHCP to grab the bootloaders you have to set up a TFTP server to supply u-boot.spl.bin and u-boot.img files (and a zImage but ... tmi for now) - my point being you have to

[beagleboard] Re: which uboot source to compile (and how) for emmc/NAND

2017-08-08 Thread David Woolford
Hi Jeff, Thanks for your reply. After I wrote that post I found the exact same link ( https://eewiki.net/display/linuxonarm/BeagleBone+Black) and the "obligatory patches" are basically what I was missing for building the MLO and u-boot.img files for the EMMC. Sorry if I wasn't clear - my task is

[beagleboard] Re: which uboot source to compile (and how) for emmc/NAND

2017-08-08 Thread Jeff Andich
Good to hear.. This may come in handy when we're at the point of writing the eMMC in our board.. Regards, jeff On Tue, Aug 8, 2017 at 6:50 PM David Woolford wrote: > Hi Jeff, > > Thanks for your reply. After I wrote that post I found the exact same link >

[beagleboard] Re: which uboot source to compile (and how) for emmc/NAND

2017-08-08 Thread Jeff Andich
I'm a newbie, so take this with a grain of salt or as comic relief for the experts on this website. I don't completely understand what you're trying to do, but it sounds like the kernel some how contains/flashes MLO/u-boot.img??? But maybe you can generate SD Card which contains everything you