[U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly
Matwey V. Kornilov
matwey.kornilov at gmail.com
Sat Dec 12 10:14:59 CET 2015
Hello,
I am running 2016.01-rc on BBB (Embest replica)
printenv shows the following:
findfdt=if test $board_name = A335BONE; then setenv fdtfile
am335x-bone.dtb; fi; if test $board_name = A335BNLT; then if test
$board_rev = BBG1; then setenv fdtfile am335x-bonegreen.dtb; else setenv
fdtfile am335x-boneblack.dtb; fi; fi; if test $board_name = A33515BB;
then setenv fdtfile am335x-evm.dtb; fi; if test $board_name = A335X_SK;
then setenv fdtfile am335x-evmsk.dtb; fi; if test $fdtfile = undefined;
then echo WARNING: Could not determine device tree to use; fi;
after findfdt has been run,
fdtfile=am335x-bonegreen.dtb
But it is not correct. My $board_rev is the following, I have no idea
why does it contain line break.
board_name=A335BNLT
board_rev=t\
ue
More information about the U-Boot
mailing list