Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-20 Thread Matwey V. Kornilov
2015-12-20 1:29 GMT+03:00 Robert Nelson : >>> ah, it's tripping on the "." = "0a" character.. >>> >>> Do you happen to remember where you purchased it and what it was >>> called.. (for git commit) >>> >>> This patch should work: >>> >>>

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-20 Thread Tom Rini
On Sun, Dec 20, 2015 at 12:57:33PM +0300, Matwey V. Kornilov wrote: > 2015-12-20 1:29 GMT+03:00 Robert Nelson : > >>> ah, it's tripping on the "." = "0a" character.. > >>> > >>> Do you happen to remember where you purchased it and what it was > >>> called.. (for git

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-19 Thread Robert Nelson
>> ah, it's tripping on the "." = "0a" character.. >> >> Do you happen to remember where you purchased it and what it was >> called.. (for git commit) >> >> This patch should work: >> >> https://gist.github.com/RobertCNelson/21f44591c78daed7c637 >> > > The patch works good. > But could you please

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-19 Thread Matwey V. Kornilov
2015-12-17 21:08 GMT+03:00 Robert Nelson : > On Thu, Dec 17, 2015 at 11:54 AM, Matwey V. Kornilov > wrote: >> 2015-12-17 3:53 GMT+03:00 Robert Nelson : >>> Hi Matwey >>> >>> On Sat, Dec 12, 2015 at 3:14 AM, Matwey V.

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-17 Thread Matwey V. Kornilov
2015-12-17 3:53 GMT+03:00 Robert Nelson : > Hi Matwey > > On Sat, Dec 12, 2015 at 3:14 AM, Matwey V. Kornilov > wrote: >> Hello, >> >> I am running 2016.01-rc on BBB (Embest replica) >> >> printenv shows the following: >> >> findfdt=if test

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-17 Thread Robert Nelson
On Thu, Dec 17, 2015 at 11:54 AM, Matwey V. Kornilov wrote: > 2015-12-17 3:53 GMT+03:00 Robert Nelson : >> Hi Matwey >> >> On Sat, Dec 12, 2015 at 3:14 AM, Matwey V. Kornilov >> wrote: >>> Hello, >>> >>> I am running

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-16 Thread Robert Nelson
Hi Matwey On Sat, Dec 12, 2015 at 3:14 AM, Matwey V. Kornilov wrote: > 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

[U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-12 Thread Matwey V. Kornilov
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