All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Nelson <eric.nelson@boundarydevices.com>
To: "Jörg Boge" <joerg.boge@gmx.de>, meta-freescale@yoctoproject.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: Sabrelite Boot
Date: Fri, 14 Jun 2013 15:43:48 -0700	[thread overview]
Message-ID: <51BB9CA4.4030606@boundarydevices.com> (raw)
In-Reply-To: <trinity-55d8d526-0c87-4777-9c5a-679bf17a1e52-1371210723242@3capp-gmx-bs15>

Hi Jörg,

On 06/14/2013 04:52 AM, "Jörg Boge" wrote:
> Hello,
> I have Build for my new SabreLite Board a with
> /build$ bitbake fsl-image-gui /
> /and write to Sd with /
> /build$ sudo dd if=tmp/deploy/images/fsl-image-gui-imx6qsabresd.sdcard
> of=/dev/sdX bs=4M/
> without problem.

That part should have worked for you, though it will only have
support for the 10.1" Freescale display.

> Than I tried to rewrite the UBoot in Nand with the wiki of linaro  (
> https://wiki.linaro.org/Boards/MX6QSabreLite )
 >

Why did you do this part? Was it because of this bit in the U-Boot
README?

Otavio, does the "mx6qsabrelite" configuration place U-Boot in
unformatted space?

I'm not seeing that a boot script is created in the machine layer:
	https://github.com/Freescale/meta-fsl-arm-extra/blob/master/conf/machine/imx6qsabrelite.conf

> Thats works to, but the Board will not boot from Micro SD or SD Slot.
 >

If the image does what I think it does, and has unformatted
space before the first formatted partition, you may be able
to do this by hand like so:

	sudo dd if=u-boot.imx of=/dev/mysdcard bs=512 seek=2

> With no SD Card in a Slot the Boards work as the BootSwitch is set to
> USB Boot.

If that's the case, you can use the imx_usb tool described here
to at least load U-Boot over the USB link
	http://boundarydevices.com/unbricking

> There is nothing comming out of the Seriell Debug Port.
 >
> I also tried to rewrite Nand wit MFGTool with the same result.

There's no NAND on the board. Only SPI-NOR.

Sorry for the confusion here. It seems that some piece of
documentation went missing.

In general, we're recommending the use of the nitrogen6x
machine, even for SABRE Lite as discussed in a separate
thread yesterday.
	https://lists.yoctoproject.org/pipermail/meta-freescale/2013-June/003112.html

Regards,


Eric


  reply	other threads:[~2013-06-14 22:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14 11:52 Sabrelite Boot "Jörg Boge"
2013-06-14 22:43 ` Eric Nelson [this message]
2013-06-17 19:52   ` Otavio Salvador
2013-06-17 20:25     ` Eric Nelson
2013-06-18 16:55       ` Eric Nelson
2013-06-18 17:05         ` Fabio Estevam
2013-06-18 17:38           ` Eric Nelson
2013-06-18 17:50             ` Daiane Angolini
2013-06-18 18:01               ` Eric Nelson
2013-06-18 18:10                 ` Daiane Angolini
2013-06-18 17:24         ` Otavio Salvador
2013-06-18 17:54           ` Eric Nelson

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=51BB9CA4.4030606@boundarydevices.com \
    --to=eric.nelson@boundarydevices.com \
    --cc=joerg.boge@gmx.de \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /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.