All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated
Date: Sun, 15 Mar 2015 18:02:39 +0000 (UTC)	[thread overview]
Message-ID: <bug-7931-163@https.bugs.busybox.net/> (raw)

https://bugs.busybox.net/show_bug.cgi?id=7931

           Summary: Default configuration for Cubieboard v1 is outdated
           Product: buildroot
           Version: 2015.02
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Outdated package
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: mfld.fr at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


The cubieboard_defconfig uses the linux-sunxi kernel v3.0.y, that fails early
during boot on a Cubieboard v1 (final revision).

The boot succeeds after switching to linux-sunxi v3.4.y kernel, as recommended
by this community on its wiki:
http://linux-sunxi.org/Linux_Kernel#Kernel_versions

Change proposal:

BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/linux-sunxi/linux-sunxi.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="9a1cd034181af628d4145202289e1993c1687db6"
BR2_LINUX_KERNEL_VERSION="9a1cd034181af628d4145202289e1993c1687db6"
BR2_LINUX_KERNEL_PATCH=""

The commit 9a1cd03 is the latest (2014) of the v3.4.y branch.

I did not try the mainline kernel, because it is explicitly stated by Free
Electrons guys that the A10 NAND or multimedia caps are not yet supported.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

             reply	other threads:[~2015-03-15 18:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-15 18:02 bugzilla at busybox.net [this message]
2015-03-15 18:17 ` [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
2015-03-15 18:39 ` bugzilla at busybox.net
2015-05-08 15:14 ` bugzilla at busybox.net
2015-06-03  1:11 ` bugzilla at busybox.net
2015-06-07 18:21 ` bugzilla at busybox.net
2015-06-08  7:21 ` bugzilla at busybox.net
2015-10-15  8:48 ` bugzilla at busybox.net

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=bug-7931-163@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --cc=buildroot@busybox.net \
    /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.