From: Przemyslaw Marczak <p.marczak@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-boot] Origen board boot failed with 2014.07 source code
Date: Mon, 04 Aug 2014 12:03:45 +0200 [thread overview]
Message-ID: <53DF5A81.4080209@samsung.com> (raw)
In-Reply-To: <FE7ADED5C2218B4786C09CD97DC4C49F0114D7C3@exchbj02.viatech.com.bj>
Hello Tiger,
On 07/30/2014 01:44 PM, TigerLiu at via-alliance.com wrote:
> Hi, singh:
>
> I have an Origen(Cortex-A9 Dual Core, Exynos 4210) development
> board.(InSignal produced)
>
> I followed below steps to verify the latest u-boot release code:
>
> 1. build uboot
>
> make origen_config
>
> make all
>
>
>
> then it will origen-spl.bin in spl dir.
>
> 2. run "dd" command to burn raw images into a SD Card.
>
> dd iflag=dsync oflag=dsync if=./origen-spl.bin of=/dev/sdb bs=512
The first block of SD card is reserved for a partition table.
You missed seek=1 in above command - this should helps.
>
> dd iflag=dsync oflag=dsync if=./u-boot.bin of=/dev/sdb bs=512 seek=65
>
>
>
> but nothing appeared in a UART terminal.
>
>
>
> Best wishes,
>
>
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com
prev parent reply other threads:[~2014-08-04 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 11:44 [U-Boot] [U-boot] Origen board boot failed with 2014.07 source code TigerLiu at via-alliance.com
2014-08-04 10:03 ` Przemyslaw Marczak [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=53DF5A81.4080209@samsung.com \
--to=p.marczak@samsung.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.