Skip to content
Permalink
Browse files
rollback uboot for sunxi64-current (#3046)
  • Loading branch information
lanefu committed Jul 22, 2021
1 parent bc19b9b commit 390376d2e2987bbe83dec18d972c1a1be996f98a
Showing with 3 additions and 0 deletions.
  1. +3 −0 config/sources/families/include/sunxi64_common.inc
@@ -22,6 +22,9 @@ case $BRANCH in
KERNELSOURCE="https://github.com/megous/linux"
KERNELBRANCH="branch:orange-pi-5.10"
KERNELPATCHDIR='sunxi-'$BRANCH
##fixme workaround do to instability in recent uboot.
##https://armbian.atlassian.net/browse/AR-867
BOOTBRANCH='tag:v2020.10'

;;

7 comments on commit 390376d

@EvilOlaf

This comment has been minimized.

Copy link
Member

@EvilOlaf EvilOlaf replied Jul 24, 2021

Building for OPi3 fails. I guess some more adjustments are needed here?

@igorpecovnik

This comment has been minimized.

Copy link
Member

@igorpecovnik igorpecovnik replied Jul 24, 2021

@vastchen

This comment has been minimized.

Copy link

@vastchen vastchen replied Jul 27, 2021

Same problem uboot config lost orangepi3 config?

@vastchen

This comment has been minimized.

Copy link

@vastchen vastchen replied Jul 27, 2021

uboot v2020.10 no orangepi3 config.

@igorpecovnik

This comment has been minimized.

Copy link
Member

@igorpecovnik igorpecovnik replied Jul 27, 2021

Orangpei3 config is not present in that u-boot. It was added with a patch which has to be bring in. We plan to deal with this problem in next couple of weeks. Not today.

@2markus

This comment has been minimized.

Copy link

@2markus 2markus replied Jul 29, 2021

Odroid C1 with u-boot 2011.03 has probably the same problem, don't build with
[ error ] ERROR in function compile_uboot [ compilation.sh:241 ]
[ error ] U-boot compilation failed

@igorpecovnik

This comment has been minimized.

Copy link
Member

@igorpecovnik igorpecovnik replied Jul 29, 2021

Odroid C1 is EOL and that u-boot is unmaintained for many years. That problem is different. We have probably removed compilers that are needed to build that u-boot. Resulting image has (partially) broken SD card driver (for years) and I doubt anyone will be fixing it ...

Please sign in to comment.