All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] booting issue with Atmel SAMA5D31 Evaluation kit
Date: Fri, 13 Dec 2013 11:57:29 +0100	[thread overview]
Message-ID: <52AAE819.8050709@gmail.com> (raw)
In-Reply-To: <9716309.EojDV8gqJ6@regdesktophome>

Dear Ron Eggler,

On 12/12/2013 10:22 PM, Ron Eggler wrote:
> Hi,
> 
> I got a SAMA5D31 evaluation kit here, it came with some default application. I started 
> reading through the getting started guide and immediately tried to load my own image - 
> MISTAKE!
> I started playing around with u-boot trying to get an image from my tftp server loaded but 
> now i realize, that I can't get it to hook up to my LAN. Bad! Because it won't even let me 
> boot the original application anymore.
> When I boot it and my variables look like this:
> ...
> ...
> Warning: failed to set MAC address

your env is missing an ethaddr

> 
> Hit any key to stop autoboot:  0 
> macb0: PHY present at 0
> macb0: Starting autonegotiation...
> macb0: Autonegotiation timed out (status=0x7849)
> macb0: link down (status: 0x7849)
> macb0: PHY present at 0
> macb0: Starting autonegotiation...
> macb0: Autonegotiation timed out (status=0x7849)
> macb0: link down (status: 0x7849)
> Wrong Image Format for bootm command
> ERROR: can't get kernel image!
> U-Boot> printenv
> baudrate=115200
> bootargs=console=ttyS0,115200 ip=${ipaddr} root=/dev/nfs rw 
> nfsroot=${serverip}:/full/path/to/rfs
> bootcmd=tftp;tftp 21000000 sama5d3x_ek.dtbbootm 22000000 - 21000000
> bootdelay=1
> bootfile=uImage-3.6-ts-armv7l
> ethact=macb0
> ipaddr=192.168.1.122
> loadaddr=22000000
> serverip=192.168.1.121
> stderr=serial
> stdin=serial
> stdout=serial
> 
> Environment size: 367/131067 bytes
> U-Boot> 
> 
> What can I do to at least get it to boot the default program again?

Dunno from the given information, maybe it is the missing ethaddr. I can
confirm that loading data via tftp is working on my d34 device. I think
Bo has an d31 handy and could help you.

To get the original code onto your device you could use the sam-ba
application. It's working on Win and Linux, unfortunately not on OS X.
Just plug the provided USB cable into the J20 on your baseboard (not the
J-Link!), switch J9 correclty (I think open it), push and hold PB4 and
push/release PB1, after that sequence startup sam-ba, choose the correct
interface and the 'at91sama5d3x-ek' board.

Best regards

Andreas Bie?mann

  reply	other threads:[~2013-12-13 10:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-12 21:22 [U-Boot] booting issue with Atmel SAMA5D31 Evaluation kit Ron Eggler
2013-12-13 10:57 ` Andreas Bießmann [this message]
2013-12-13 21:15   ` Ron Eggler
2013-12-16  2:36     ` Bo Shen
2013-12-16  3:19       ` Ron Eggler
2013-12-16  3:42         ` Bo Shen
2013-12-15 20:17           ` Ron Eggler
2013-12-16  5:44             ` Shen, Voice

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=52AAE819.8050709@gmail.com \
    --to=andreas.devel@googlemail.com \
    --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.