All of lore.kernel.org
 help / color / mirror / Atom feed
From: Achim Ehrlich <aehrlich@taskit.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Taskit Portux920T port - Some issues
Date: Mon, 22 Feb 2010 13:13:22 +0100	[thread overview]
Message-ID: <4B8274E2.4020708@taskit.de> (raw)
In-Reply-To: <m2vddt446b.fsf@ohwell.denx.de>

Hello,

> Hi,
> 
>> Hi, we are Enrico & Luca.
> 
> Hi Enrico and Luca, welcome aboard!
> 
>> We have tried to port u-boot to a Portux920T MiniPC.
>> It seems we are successful, in fact u-boot brings up the device with no
>> error and can boot a linux kernel.
>> Ethernet driver works, dhcp works and major problems are present.
> 
> Congratulations!  Do you realize that only yesterday there was another
> posting of a port to this board?  In that other port NOR flash support
> wasn't even tried ;)
>

No, Portux920T and PortuxG20 are different boards with different CPUs.
Portux920T indeed boots from NOR Flash.
 
>> The only thing we can't get right is flash programming. We are trying to use
>> CFI flash driver that shows evident timing issues, at least in our opinion.
>> When running saveenv more than once we get the typical "Flash not erased"
>> error, while running cp.b (for example) does not give us any problem.
>> Running a "bootm kerneladdr initaddr" command it frequently gives us a "No
>> boot image - CRC error", but running it another time, without rebooting the
>> machine, results in a successful boot.
> 
> So in essence you see read errors without any writing, correct?  In this
> case I would not suspect the CFI driver at all, because it is not
> involved, but rather point the finger to the RAM initialization.  Are
> you 100% sure that this is correct?  Maybe compare with the other posted
> port.

I think both, Flash and SDRAM chipselect settings are not correct. Please
use the following values:
#define CONFIG_SYS_SMC_CSR0_VAL 0x00003286
#define CONFIG_SYS_SDRC_CR_VAL 0x21914159
 
> So in essence I suggest, you compare your work with the other work and
> work out where to go from there.  You may even ask Achim Ehrlic
> directly, after all he works at Taskit, so he may be able to help you
> efficiently :)
> 
> [...]

After all, he should.

Hope that helps.

Achim

-- 
product manager

email:aehrlich at taskit.de 
Tel.: ++49 30 611295-25
Fax: ++49 30 611295-11

--
taskit GmbH
Seelenbinderstr. 33 | D-12555 Berlin
web:http://www.taskit.de
Amtsgericht Charlottenburg: 93HRB39014
Managing director: Thorsten Raulfs
--

      reply	other threads:[~2010-02-22 12:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <d6d92be31002181301r69f3477ahec58ced385cc09ec@mail.gmail.com>
2010-02-18 21:07 ` [U-Boot] Taskit Portux920T port - Some issues Luca Lazzarin
2010-02-19 15:48   ` Detlev Zundel
2010-02-22 12:13     ` Achim Ehrlich [this message]

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=4B8274E2.4020708@taskit.de \
    --to=aehrlich@taskit.de \
    --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.