[opensuse-arm] u-boot 2014.10
Hi, I updated u-boot to 2014.10 (Base:System and Factory). Some patches are now upstream. It will ease next version upgrade. We have still some patches upstreamable. I will try to get them included in next release, especially our SPL EXT2 related patches. If you have any problem booting with this new u-boot version, please tell us. The problem is that u-boot builds for armv7 boards are DISABLED! See omap3beagle for example: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/u-boot-omap3bea... Once this build problem fixed, just wait that JeOS images get rebuilt to give it a try. ;) Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Le 16/10/2014 21:18, Guillaume Gardet a écrit :
Hi,
I updated u-boot to 2014.10 (Base:System and Factory). Some patches are now upstream. It will ease next version upgrade. We have still some patches upstreamable. I will try to get them included in next release, especially our SPL EXT2 related patches.
If you have any problem booting with this new u-boot version, please tell us.
The problem is that u-boot builds for armv7 boards are DISABLED! See omap3beagle for example: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/u-boot-omap3bea...
Just noticed that all armv7 are disabled in Factory. Probably to build all 13.2 packages (which has no JeOS images). ;) Guillaume
Once this build problem fixed, just wait that JeOS images get rebuilt to give it a try. ;)
Guillaume
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
El 2014-10-16 21:21, Guillaume Gardet escribió:
Le 16/10/2014 21:18, Guillaume Gardet a écrit :
Hi,
I updated u-boot to 2014.10 (Base:System and Factory). Some patches are now upstream. It will ease next version upgrade. We have still some patches upstreamable. I will try to get them included in next release, especially our SPL EXT2 related patches.
If you have any problem booting with this new u-boot version, please tell us.
The problem is that u-boot builds for armv7 boards are DISABLED! See omap3beagle for example: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/u-boot-omap3bea...
Just noticed that all armv7 are disabled in Factory. Probably to build all 13.2 packages (which has no JeOS images). ;)
Once this build problem fixed, just wait that JeOS images get rebuilt to give it a try. ;)
Guillaume
Hi, uboot 2014.10 is broken for sunxi devices (tested with a cubieboard2). Even though it compiles ok, the SPL generated is unbootable: U-Boot SPL 2014.10 (Nov 02 2014 - 22:30:17) DRAM: 1024 MiB CPU: 960000000Hz, AXI/AHB/APB: 3/2/2 spl: wrong MMC boot mode ### ERROR ### Please RESET the board ### The problem seems to be patch fix_omap_boot_mode.patch, which changes the mmc boot mode. I don't know if the patch is still valid, but commenting it out seems to solve the issue for me. Thanks! -- Cheers -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Le 03/11/2014 10:54, Oscar C a écrit :
El 2014-10-16 21:21, Guillaume Gardet escribió:
Le 16/10/2014 21:18, Guillaume Gardet a écrit :
Hi,
I updated u-boot to 2014.10 (Base:System and Factory). Some patches are now upstream. It will ease next version upgrade. We have still some patches upstreamable. I will try to get them included in next release, especially our SPL EXT2 related patches.
If you have any problem booting with this new u-boot version, please tell us.
The problem is that u-boot builds for armv7 boards are DISABLED! See omap3beagle for example: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/u-boot-omap3bea...
Just noticed that all armv7 are disabled in Factory. Probably to build all 13.2 packages (which has no JeOS images). ;)
Once this build problem fixed, just wait that JeOS images get rebuilt to give it a try. ;)
Guillaume
Hi,
uboot 2014.10 is broken for sunxi devices (tested with a cubieboard2). Even though it compiles ok, the SPL generated is unbootable:
U-Boot SPL 2014.10 (Nov 02 2014 - 22:30:17) DRAM: 1024 MiB CPU: 960000000Hz, AXI/AHB/APB: 3/2/2 spl: wrong MMC boot mode ### ERROR ### Please RESET the board ###
The problem seems to be patch fix_omap_boot_mode.patch, which changes the mmc boot mode. I don't know if the patch is still valid, but commenting it out seems to solve the issue for me.
This patch is quite old (but still valid for OMAP). Strange it did not affect sunxi before (or at least we did not noticed this failure). I will fix that soon. Thanks for the report. Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
El 2014-11-03 11:07, Guillaume Gardet escribió:
Le 03/11/2014 10:54, Oscar C a écrit :
El 2014-10-16 21:21, Guillaume Gardet escribió:
Le 16/10/2014 21:18, Guillaume Gardet a écrit :
Hi,
I updated u-boot to 2014.10 (Base:System and Factory). Some patches are now upstream. It will ease next version upgrade. We have still some patches upstreamable. I will try to get them included in next release, especially our SPL EXT2 related patches.
If you have any problem booting with this new u-boot version, please tell us.
The problem is that u-boot builds for armv7 boards are DISABLED! See omap3beagle for example: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/u-boot-omap3bea...
Just noticed that all armv7 are disabled in Factory. Probably to build all 13.2 packages (which has no JeOS images). ;)
Once this build problem fixed, just wait that JeOS images get rebuilt to give it a try. ;)
Guillaume
Hi,
uboot 2014.10 is broken for sunxi devices (tested with a cubieboard2). Even though it compiles ok, the SPL generated is unbootable:
U-Boot SPL 2014.10 (Nov 02 2014 - 22:30:17) DRAM: 1024 MiB CPU: 960000000Hz, AXI/AHB/APB: 3/2/2 spl: wrong MMC boot mode ### ERROR ### Please RESET the board ###
The problem seems to be patch fix_omap_boot_mode.patch, which changes the mmc boot mode. I don't know if the patch is still valid, but commenting it out seems to solve the issue for me.
This patch is quite old (but still valid for OMAP). Strange it did not affect sunxi before (or at least we did not noticed this failure).
I will fix that soon. Thanks for the report.
Guillaume
Thanks! We have switched from a downstream uboot to upstream with this release, that's why we didn't notice this problem before. -- Cheers -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 03.11.2014 um 11:13 schrieb Oscar C:
El 2014-11-03 11:07, Guillaume Gardet escribió:
Le 03/11/2014 10:54, Oscar C a écrit :
uboot 2014.10 is broken for sunxi devices (tested with a cubieboard2). Even though it compiles ok, the SPL generated is unbootable:
U-Boot SPL 2014.10 (Nov 02 2014 - 22:30:17) DRAM: 1024 MiB CPU: 960000000Hz, AXI/AHB/APB: 3/2/2 spl: wrong MMC boot mode ### ERROR ### Please RESET the board ###
The problem seems to be patch fix_omap_boot_mode.patch, which changes the mmc boot mode. I don't know if the patch is still valid, but commenting it out seems to solve the issue for me.
This patch is quite old (but still valid for OMAP). Strange it did not affect sunxi before (or at least we did not noticed this failure).
I will fix that soon. Thanks for the report.
Thanks for identifying and applying the fix.
Thanks!
We have switched from a downstream uboot to upstream with this release, that's why we didn't notice this problem before.
Dirk and Thomas did notice on Cubietruck during Hackweek, but they apparently didn't come up with a patch or SR - I've been using upstream U-Boot versions, thus unaffected. Cheers, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Andreas Färber
-
Guillaume Gardet
-
Oscar C