public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-boot] Origen board boot failed with 2014.07 source code
@ 2014-07-30 11:44 TigerLiu at via-alliance.com
  2014-08-04 10:03 ` Przemyslaw Marczak
  0 siblings, 1 reply; 2+ messages in thread
From: TigerLiu at via-alliance.com @ 2014-07-30 11:44 UTC (permalink / raw)
  To: u-boot

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

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,

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [U-boot] Origen board boot failed with 2014.07 source code
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Przemyslaw Marczak @ 2014-08-04 10:03 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-04 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox