Hi, Can someone explain me why when I want to apply this patch on the U-boot I got :
git clone git://git.denx.de/u-boot cd u-boot/ git checkout v2015.10 -b tmp wget -c https://raw.githubusercontent.com/RobertCNelson/Bootloader-Builder/master/patches/v2015.10/0002-NFM-Production-eeprom-assume-device-is-BeagleBone-Bl.patch patch -p1 < 0002-NFM-Production-eeprom-assume-device-is-BeagleBone-Bl.patch ==> patching file board/ti/am335x/board.c Hunk #6 succeeded at 619 (offset -23 lines). patching file board/ti/am335x/mux.c Hunk #1 succeeded at 367 (offset 2 lines). patching file include/configs/am335x_evm.h Hunk #1 FAILED at 182. 1 out of 1 hunk FAILED -- saving rejects to file include/configs/am335x_evm.h.rej the content of the file rej is : --- include/configs/am335x_evm.h +++ include/configs/am335x_evm.h @@ -182,6 +182,8 @@ #define CONFIG_BOOTCOMMAND \ "gpio set 53; " \ "run findfdt; " \ + "setenv fdtfile am335x-boneblack.dtb; "\ + "setenv fdtbase am335x-boneblack; "\ "setenv interface mmc; " \ "setenv mmcdev 0; " \ "setenv bootpart 0:1; " \ Micka, -- 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.
