[U-Boot] EHCI timed out on TD - token=0x80008d80

2016-09-08 Thread Andreas Neubacher
Hi Marek & Team :), i'm facing the same issue as Manju and all the others on the web (see mail below). i've tested it on different hardware-platforms and different uboot-versions... - ATMEL G45 (custom board), uboot 2015.01 - ATMEL G45 (custom board), uboot 2013.03 - ATMEL SAMA5D36 (custom board),

[U-Boot] [PATCH] fix lcd testpattern in 16bit mode

2016-01-21 Thread Andreas Neubacher
925cfe21b270c9e36627d5c69634a6873111f442 Mon Sep 17 00:00:00 2001 From: Andreas Neubacher Date: Thu, 21 Jan 2016 13:06:32 +0100 Subject: [PATCH] fix the color testpattern in 16bit mode Signed-off-by: Andreas Neubacher --- common/lcd.c | 17 - include/lcd.h | 11 +-- 2 files changed, 25 insertions

Re: [U-Boot] set and test a local variable in a script

2014-11-23 Thread Andreas Neubacher
hi, many, many, many thx for your quick response ... now it works, and i know why it hasn't :) br, Andy On 22.11.2014 23:56, Wolfgang Denk wrote: Dear Andreas, In message <5470d48c.1080...@gmx.at> you wrote: i'm trying to set a local variable and test the variable in an if-then-else scri

[U-Boot] set and test a local variable in a script

2014-11-22 Thread Andreas Neubacher
hi, i'm trying to set a local variable and test the variable in an if-then-else script ... but it's somehow a bit weird!? - set variable "nea" to 0 - create a script "x" and run OK - modify variable "nea" to 1 - run script "x" again ... NOK?! ... what i'm doing wrong - the behavior is

[U-Boot] check if board is in uboot / kernel via ethernet?

2013-10-24 Thread Andreas Neubacher
hi, is it possible to check if board is in uboot or in kernel via ethernet? is there any additional information we can readout with a simple ping, ...? br, Andy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] fw_printenv (uboot2011.12) 'Warning: Bad CRC, using default environment'

2013-08-01 Thread Andreas Neubacher
On 31.07.2013 18:51, Andreas Bießmann wrote: Dear Andy Neubi, On 31.07.13 15:26, Andy Neubi wrote: hi, i'm using the uboot-tools (fw_printenv) to readout the env-settings of my beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using default environment' msg please config