All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Build for Odroid-C2 not booting
@ 2016-09-29 10:15 Gaha Bana
  2016-09-29 13:19 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Gaha Bana @ 2016-09-29 10:15 UTC (permalink / raw)
  To: buildroot

hi ,
i installed fresh buildroot from git, and followed instructions to the
letter from
https://github.com/buildroot/buildroot/tree/master/board/hardkernel/odroidc2
Result burned to SD-Card and when i turn it on, nothing happens - bluelight
doesn't even blink just stays on meaning linux kernel hasn't really loaded
(stuck on u-boot?)
Could ANYone confirm it works for them ?
tx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160929/6e2adaa0/attachment.html>

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

* [Buildroot] Build for Odroid-C2 not booting
  2016-09-29 10:15 [Buildroot] Build for Odroid-C2 not booting Gaha Bana
@ 2016-09-29 13:19 ` Peter Korsgaard
  2016-09-29 13:42   ` Gaha Bana
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2016-09-29 13:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Gaha" == Gaha Bana <gahabana@gmail.com> writes:

 > hi ,
 > i installed fresh buildroot from git, and followed instructions to the
 > letter from
 > https://github.com/buildroot/buildroot/tree/master/board/hardkernel/odroidc2

Notice that URL is not the official location of the Buildroot git tree,
just a mirror.

 > Result burned to SD-Card and when i turn it on, nothing happens - bluelight
 > doesn't even blink just stays on meaning linux kernel hasn't really loaded
 > (stuck on u-boot?)

Do you get any serial output?

 > Could ANYone confirm it works for them ?

I don't have an odroid c2 myself, but very little has changed since the
config was added.

Dagg or Brian, can you confirm or help? Thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] Build for Odroid-C2 not booting
  2016-09-29 13:19 ` Peter Korsgaard
@ 2016-09-29 13:42   ` Gaha Bana
  2016-09-29 18:36     ` Erico Nunes
  0 siblings, 1 reply; 5+ messages in thread
From: Gaha Bana @ 2016-09-29 13:42 UTC (permalink / raw)
  To: buildroot

hi Peter,
yes - it's just a link to 'instructions' ... here is what i did:


git clone git://git.buildroot.net/buildroot
cd buildroot

 make odroidc2_defconfig
 make menuconfig (leave with Esc-Esc and save the config)

 make


resulting sdcard.img found in output/images burnt to sd-card.


if anyone else can replicate it ... will take 15mins. at least i will
know problem must be in something else.


ps. i did try various SD cards , 2 different ways of writing to them
(linux and macos) etc etc to avoid usual suspects.


tx


On Thu, Sep 29, 2016 at 3:20 PM Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Gaha" == Gaha Bana <gahabana@gmail.com> writes:
>
>  > hi ,
>  > i installed fresh buildroot from git, and followed instructions to the
>  > letter from
>  >
> https://github.com/buildroot/buildroot/tree/master/board/hardkernel/odroidc2
>
> Notice that URL is not the official location of the Buildroot git tree,
> just a mirror.
>
>  > Result burned to SD-Card and when i turn it on, nothing happens -
> bluelight
>  > doesn't even blink just stays on meaning linux kernel hasn't really
> loaded
>  > (stuck on u-boot?)
>
> Do you get any serial output?
>
>  > Could ANYone confirm it works for them ?
>
> I don't have an odroid c2 myself, but very little has changed since the
> config was added.
>
> Dagg or Brian, can you confirm or help? Thanks.
>
> --
> Bye, Peter Korsgaard
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160929/1e9d4ca3/attachment.html>

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

* [Buildroot] Build for Odroid-C2 not booting
  2016-09-29 13:42   ` Gaha Bana
@ 2016-09-29 18:36     ` Erico Nunes
  2016-09-29 21:02       ` Gaha Bana
  0 siblings, 1 reply; 5+ messages in thread
From: Erico Nunes @ 2016-09-29 18:36 UTC (permalink / raw)
  To: buildroot

Hi Gana,

On Thu, Sep 29, 2016 at 3:42 PM, Gaha Bana <gahabana@gmail.com> wrote:
>
> hi Peter,
> yes - it's just a link to 'instructions' ... here is what i did:
>
>
> git clone git://git.buildroot.net/buildroot
> cd buildroot
>
>  make odroidc2_defconfig
>  make menuconfig (leave with Esc-Esc and save the config)
>
>  make
>
>
> resulting sdcard.img found in output/images burnt to sd-card.
>
>
> if anyone else can replicate it ... will take 15mins. at least i will know problem must be in something else.
>
>
> ps. i did try various SD cards , 2 different ways of writing to them (linux and macos) etc etc to avoid usual suspects.


The default boot.ini shipped by Buildroot at
board/hardkernel/odroidc2/boot.ini contains:

# Default Console Device Setting
setenv condev "console=ttyS0,115200n8 console=tty0"   # on both

If you are monitoring the uart console only, can you try removing
console=tty0, leaving it only as:

# Default Console Device Setting
setenv condev "console=ttyS0,115200n8"

I have once noticed on my odroid-c2 that if I had this console "on
both", it didn't really work for the uart console.


Also, my odroid-c2 is unable to even load u-boot if I use old/slow SD
cards. I have to use the eMMC or a decently rated SD card for it to
work. The recommendation for Class 10 SD cards is something they even
mention in their wiki and product pages.

Erico

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

* [Buildroot] Build for Odroid-C2 not booting
  2016-09-29 18:36     ` Erico Nunes
@ 2016-09-29 21:02       ` Gaha Bana
  0 siblings, 0 replies; 5+ messages in thread
From: Gaha Bana @ 2016-09-29 21:02 UTC (permalink / raw)
  To: buildroot

hi Erico,
not sure about boot.ini/UART thingy - i think C2 gets stuck on u-boot as i
never see kernel heartbeat blink the blue-LED and i dont have
UART/Serial/USB cable yet (placed the order for one). SD card is fine
(Sandisk Ultra, fresh, have tried with Armbian and Hardkernel's Ubuntu
images) and is new.
If i had the UART, i'd probably know where it gets stuck. If you do have C2
- can you try building / burning vanilla config (i made 0 modifications)
and see if it would boot on yours ? i doubt it.

tx !



On Thu, Sep 29, 2016 at 8:36 PM Erico Nunes <nunes.erico@gmail.com> wrote:

> Hi Gana,
>
> On Thu, Sep 29, 2016 at 3:42 PM, Gaha Bana <gahabana@gmail.com> wrote:
> >
> > hi Peter,
> > yes - it's just a link to 'instructions' ... here is what i did:
> >
> >
> > git clone git://git.buildroot.net/buildroot
> > cd buildroot
> >
> >  make odroidc2_defconfig
> >  make menuconfig (leave with Esc-Esc and save the config)
> >
> >  make
> >
> >
> > resulting sdcard.img found in output/images burnt to sd-card.
> >
> >
> > if anyone else can replicate it ... will take 15mins. at least i will
> know problem must be in something else.
> >
> >
> > ps. i did try various SD cards , 2 different ways of writing to them
> (linux and macos) etc etc to avoid usual suspects.
>
>
> The default boot.ini shipped by Buildroot at
> board/hardkernel/odroidc2/boot.ini contains:
>
> # Default Console Device Setting
> setenv condev "console=ttyS0,115200n8 console=tty0"   # on both
>
> If you are monitoring the uart console only, can you try removing
> console=tty0, leaving it only as:
>
> # Default Console Device Setting
> setenv condev "console=ttyS0,115200n8"
>
> I have once noticed on my odroid-c2 that if I had this console "on
> both", it didn't really work for the uart console.
>
>
> Also, my odroid-c2 is unable to even load u-boot if I use old/slow SD
> cards. I have to use the eMMC or a decently rated SD card for it to
> work. The recommendation for Class 10 SD cards is something they even
> mention in their wiki and product pages.
>
> Erico
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160929/365f3e6d/attachment.html>

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

end of thread, other threads:[~2016-09-29 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-29 10:15 [Buildroot] Build for Odroid-C2 not booting Gaha Bana
2016-09-29 13:19 ` Peter Korsgaard
2016-09-29 13:42   ` Gaha Bana
2016-09-29 18:36     ` Erico Nunes
2016-09-29 21:02       ` Gaha Bana

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.