Thanks ! It work better ! I forget this link : https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot
sorry ^^ About the Mac address; I read this documentation : http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.enetaddr;hb=5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d If I'm not wrong, at the first boot on a custom board with this u-boot , the board will not have any mac address on the eeprom or in the setenv and because the flag CONFIG_NET_RANDOM_ETHADDR is not set, My board will not have a mac address. Am I wrong ? I will have to go on the U-boot : setenv ethaddr XX:XX:XX:XX:XX:XX saveenv Am I wrong ? Also I'm trying to find out where in the U-boot, It try to get the Mac address ? In the eeprom ? Micka, Le mer. 20 janv. 2016 à 15:04, Robert Nelson <[email protected]> a écrit : > On Wed, Jan 20, 2016 at 6:20 AM, Micka <[email protected]> wrote: > > Hi, > > > > Can someone explain me why when I want to apply this patch on the U-boot > I > > got : > > That happens when you don't apply "0001-*" first. ;) > > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
