public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly
@ 2015-12-12  9:14 Matwey V. Kornilov
  2015-12-17  0:53 ` Robert Nelson
  0 siblings, 1 reply; 8+ messages in thread
From: Matwey V. Kornilov @ 2015-12-12  9:14 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-12-20 13:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-12  9:14 [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly Matwey V. Kornilov
2015-12-17  0:53 ` Robert Nelson
2015-12-17 17:54   ` Matwey V. Kornilov
2015-12-17 18:08     ` Robert Nelson
2015-12-19  9:46       ` Matwey V. Kornilov
2015-12-19 22:29         ` Robert Nelson
2015-12-20  9:57           ` Matwey V. Kornilov
2015-12-20 13:22             ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox