All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hans-Ulrich Schlieben" <hu.schlieben@codewrights.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>,
	"Robert Berger@yocto.user" <robert.berger.yocto.user@gmail.com>,
	Enrico Joerns <ejo@pengutronix.de>
Cc: "yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>,
	"barebox@lists.infradead.org" <barebox@lists.infradead.org>
Subject: Re: [yocto] #yocto bootchooser: Cannot get state 'state'
Date: Thu, 23 Jan 2020 16:11:36 +0000	[thread overview]
Message-ID: <DB8PR03MB5498CAEC36BC061CA93813D2FE0F0@DB8PR03MB5498.eurprd03.prod.outlook.com> (raw)
In-Reply-To: <88f6a8d6-872d-62ea-9113-1c9a4983e300@pengutronix.de>

Hi Ahmad,

> 
> Hello,
> 
> On 1/23/20 4:30 PM, Hans-Ulrich Schlieben wrote:
> > Hi Robert,
> > 
> > there where no SDK, bison and flex missing. Now it compiled. Thanx.
> > There are 
> > 
> > Copying it onto the system and running it from the console just returned error code 132 and: 
> > Illegal instruction
> 
> Running what?
The barebox executable in the barebox folder, not some image. The executable starts with ELF so it should run, shouldn't it?
In the barebox README states:  The barebox image is a normal Linux executable, so it can be started  just like every other program

> > I copied the .config file from yocto into the barebox directory. Do I have still the wrong architecture?
> > 
> > Perhaps I have to copy  ./images/barebox-phytec-phycard-imx6q-1gib.img onto the destination system starting at offset 0x1000 using dd.
> > How to copy barebox onto the sdcard? There is no setupmbr executable in ./scripts/setupmbr, just a c file and no working Makefile.
> 
> barebox already has the dcd offset in, just dd the correct image to the start of your SD-Card and it should work.
Wait, just running dd if= bareboximagefile of=/dev/mmcblk0 would just kill my Partitiontable in sector 0. 
When I look into the bareboximagefile I see two sections starting with something like barebox.......UUUUUUUUUUUUUUUUUUUUUUUUUU at offset 0 and offset 0x1000.
The part at 0x1000 resembles more what I see on my sdcard on offset 0x1000 so my approach would be to
dd if= bareboximagefile of=/dev/mmcblk0 bs=512 offset=8 skip=8.
What do you think?

> 
> Cheers
> Ahmad
> 
> 
Thank you and Best Regards

hu


  parent reply	other threads:[~2020-01-23 16:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 12:10 #yocto bootchooser: Cannot get state 'state' hu.schlieben
2020-01-15 13:02 ` [yocto] " Enrico J?rns
2020-01-15 13:26   ` hu.schlieben
     [not found]     ` <45b34e63-a9fd-2295-311c-393bf49fdf93@pengutronix.de>
2020-01-15 14:25       ` Hans-Ulrich Schlieben
     [not found]         ` <f451a45a-a4bc-f285-0614-001cb3a57405@pengutronix.de>
2020-01-15 14:47           ` Enrico J?rns
2020-01-16 15:13             ` Hans-Ulrich Schlieben
     [not found]               ` <1c275d4d-cf23-caf5-072e-2517080950c1@pengutronix.de>
2020-01-21 18:28                 ` Hans-Ulrich Schlieben
2020-01-22 17:59                   ` Robert Berger
2020-01-23 15:30                     ` Hans-Ulrich Schlieben
     [not found]                       ` <88f6a8d6-872d-62ea-9113-1c9a4983e300@pengutronix.de>
2020-01-23 16:11                         ` Hans-Ulrich Schlieben [this message]
     [not found]                           ` <288b08bb-8248-fa5f-d62f-011215bdbeb2@pengutronix.de>
2020-01-23 16:31                             ` Hans-Ulrich Schlieben
2020-01-16 15:09           ` Hans-Ulrich Schlieben
     [not found]             ` <cd5008fe-b93f-92c6-8f97-6f7adce32f0e@pengutronix.de>
2020-01-21 17:51               ` Hans-Ulrich Schlieben
     [not found]                 ` <ec5a32e4-3317-9691-a286-0c7053f25f4c@pengutronix.de>
2020-01-23 15:37                   ` Hans-Ulrich Schlieben

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=DB8PR03MB5498CAEC36BC061CA93813D2FE0F0@DB8PR03MB5498.eurprd03.prod.outlook.com \
    --to=hu.schlieben@codewrights.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=ejo@pengutronix.de \
    --cc=robert.berger.yocto.user@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /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.