All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] U-Boot version issue
Date: Fri, 9 Oct 2015 15:22:18 +0200	[thread overview]
Message-ID: <5617BF8A.3080101@monstr.eu> (raw)
In-Reply-To: <CAPnjgZ1VENyQ4Osj81BqTQgWS72MihRgk6hNZMzb_0RGR_m+Rw@mail.gmail.com>

Hi,

On 10/09/2015 03:02 PM, Simon Glass wrote:
> +Marcel who is the maintainer

Marcel? :-)

> 
> Hi,
> 
> On 8 October 2015 at 14:56, ba_f <ba_f@rbg.informatik.tu-darmstadt.de> wrote:
>>
>> Hello,
>>
>>
>> i have an issue with different U-Boot versions, and i have no clue what's
>> the problem.
>> Maybe someone's got an idea?
>>
>> Working on Xilinx' ARM Platform i use U-Boot version
>> u-boot-xlnx-xilinx-v14.6.01, and it's all good with that one and even lower
>> versions.
>> But, using u-boot-xlnx-xilinx-v14.7 or higher results in serious CPU errors:

This issue shouldn't be discussed in this mailing list as Simon pointed
out. It is related to Xilinx and pretty ancient version.

>>
>> uboot> fatload mmc 0 0x00ffffc0 bootstrap.uimage
>> reading bootstrap.uimage
>> 6139968 bytes read in 528 ms (11.1 MiB/s)
>> uboot> go 0x01000000
> 
> What is that bootstrap program? Maybe you need to turn off the cache
> before starting it with the 'dcache off' command?

yes, likely this is a problem.
There is one related problem to this which is also in mainline u-boot.
When you load stuff from non volatile memories sometimes u-boot does
cache flush and sometimes not.
I am not sure if all RAW accesses (e.g. MMC, Sata) have cache flush but
reading from FS doesn't have it.

I would try what Simon suggested which is disable dcache and also load
image via tftp for example.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151009/0785a0aa/attachment.sig>

  reply	other threads:[~2015-10-09 13:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22 16:22 [U-Boot] ## Application terminated, rc = 0x1 ba_f
2015-09-23 23:23 ` Nable
2015-09-24  5:55 ` Wolfgang Denk
2015-09-29 13:49   ` ba_f
2015-09-29 16:13     ` Wolfgang Denk
2015-09-29 16:15     ` [U-Boot] "go" does not work for uImage - was: " Wolfgang Denk
2015-10-08 13:56       ` [U-Boot] U-Boot version issue ba_f
2015-10-09 13:02         ` Simon Glass
2015-10-09 13:22           ` Michal Simek [this message]
2015-10-12 13:52           ` ba_f

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5617BF8A.3080101@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.