All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated
@ 2015-03-15 18:02 bugzilla at busybox.net
  2015-03-15 18:17 ` [Buildroot] [Bug 7931] " bugzilla at busybox.net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-03-15 18:02 UTC (permalink / raw)
  To: buildroot

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.

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

* [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated
  2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
@ 2015-03-15 18:17 ` bugzilla at busybox.net
  2015-03-15 18:39 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-03-15 18:17 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-03-15 18:17:58 UTC ---
Hum, which version of Buildroot are you using?

I see the following in
http://git.buildroot.net/buildroot/tree/configs/cubieboard_defconfig :

# Kernel
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="274a66a7bfcbaabb88d63e4eba161965383cc416"
BR2_LINUX_KERNEL_VERSION="sunxi-3.4"
BR2_LINUX_KERNEL_DEFCONFIG="sun4i"

Which seems to indicate it's already using a 3.4 kernel.

-- 
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.

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

* [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated
  2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
  2015-03-15 18:17 ` [Buildroot] [Bug 7931] " bugzilla at busybox.net
@ 2015-03-15 18:39 ` bugzilla at busybox.net
  2015-05-08 15:14 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-03-15 18:39 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from mfld.fr at gmail.com 2015-03-15 18:39:53 UTC ---
Hello Thomas, first I would like to thank you for all the work you did on
BuildRoot, because it helped me a lot to run my BBB and now my CB1.

Back to the problem reported here:

I used a fresh new v2015.02, and the commit that was in the defconfig is the
following:
https://github.com/linux-sunxi/linux-sunxi/commit/274a66a7bfcbaabb88d63e4eba161965383cc416

As you can see, this commit is commented as 'Merge branch 'reference-3.0' into
sunxi-3.0', and referenced in the branch 'sunxi-3.0'.

In the serial console, I also saw that the linux kernel version was 3.0.y, not
3.4.y in the very first lines before the panic. This is why I stopped to test
that config and updated to latest linux-sunxi v3.4.y branch, that works very
well.

-- 
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.

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

* [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated
  2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
  2015-03-15 18:17 ` [Buildroot] [Bug 7931] " 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
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-05-08 15:14 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from mfld.fr at gmail.com 2015-05-08 15:14:40 UTC ---
Any news for that defect ?

-- 
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.

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

* [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated
  2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-06-03  1:11 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-06-03 01:11:41 UTC ---
Well, can you submit a patch to update the cubieboard_defconfig file?

-- 
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.

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

* [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated
  2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-06-07 18:21 UTC (permalink / raw)
  To: buildroot

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

--- Comment #5 from mfld.fr at gmail.com 2015-06-07 18:21:50 UTC ---
Created attachment 6061
  --> https://bugs.busybox.net/attachment.cgi?id=6061
Change kernel GIT version

This patch just changes the version sourced by BuildRoot to get the right
Linux-Sunxi 3.4 (latest commit), not the 3.0.

-- 
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.

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

* [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated
  2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-06-08  7:21 UTC (permalink / raw)
  To: buildroot

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

--- Comment #6 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-06-08 07:21:40 UTC ---
Thanks!

Could you submit that as a patch to the mailing list, by following the
submission guidelines at
http://buildroot.org/downloads/manual/manual.html#submitting-patches ?

Thanks a lot!

-- 
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.

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

* [Buildroot] [Bug 7931] Default configuration for Cubieboard v1 is outdated
  2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2015-06-08  7:21 ` bugzilla at busybox.net
@ 2015-10-15  8:48 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2015-10-15  8:48 UTC (permalink / raw)
  To: buildroot

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

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-10-15 08:48:32 UTC ---
Fixed by
http://git.buildroot.net/buildroot/commit/?id=fe277eac1f97050d3f9c7f9d3d1558ca4a1707d0.

-- 
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.

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

end of thread, other threads:[~2015-10-15  8:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-15 18:02 [Buildroot] [Bug 7931] New: Default configuration for Cubieboard v1 is outdated bugzilla at busybox.net
2015-03-15 18:17 ` [Buildroot] [Bug 7931] " 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

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.