Skip to content

Commit

Permalink
Set specific ATF tag for Orangepi3 due to a bug https://forum.armbian…
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 27, 2019
1 parent 3948459 commit b7a3298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/boards/orangepi3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ BOARDFAMILY="sun50iw6"
BOOTCONFIG="orangepi_3_defconfig"
KERNEL_TARGET="current,dev"
FULL_DESKTOP="yes"
ATFBRANCH="tag:v2.2"

3 comments on commit b7a3298

@mirko
Copy link

@mirko mirko commented on b7a3298 Mar 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to state, that current master/HEAD also works since 67412e4d[1], if ATF is being compiled with SUNXI_SETUP_REGULATORS=0.

v2.2 simply doesn't seem to have any support for the respective regulator(s) yet, that's why it's working, where - when the regulators are set up - the OPi3 needs special treatment.

ARM-software/arm-trusted-firmware@67412e4

@igorpecovnik
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is our first step. Probably this is also deprecated?

Thank you!

@serhii-nakon
Copy link

@serhii-nakon serhii-nakon commented on b7a3298 May 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I can confirm that SUNXI_SETUP_REGULATORS=0 work
I applied patch on last stable release v2.6 that allow use this parameter and it work fine https://github.com/serhii-nakon/u-boot-opi3 (there environment to build and binary in releases)

Also I recommend to use SCP (Crust for OPI3) - it fix a problems with power off then on, suspending, and problems with Ethernet after reboot or power off and on after.

Please sign in to comment.