Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build Armbian for Orange Pi 5 #5870

Closed
1 task done
gjsmo opened this issue Oct 28, 2023 · 3 comments
Closed
1 task done

Unable to build Armbian for Orange Pi 5 #5870

gjsmo opened this issue Oct 28, 2023 · 3 comments

Comments

@gjsmo
Copy link

gjsmo commented Oct 28, 2023

What happened?

During the build process, Armbian tries to clone the repository morrownr/8821cu-20210118. This does not appear to exist anymore, causing the build to fail. It also seems to prevent the compile.sh from properly creating a logfile, or at least giving me the path to and/or uploading it with the SHARE_LOG option.

How to reproduce?

./compile.sh docker BOARD=orangepi5 BRANCH=legacy RELEASE=bookworm KERNEL_CONFIGURE=no BUILD_DESKTOP=no BUILD_MINIMAL=no INSTALL_HEADERS=yes EXTERNAL=yes EXTERNAL_NEW=compile PROGRESS_DISPLAY=dialog BOOTSIZE=256 SKIP_BOOTSPLASH=yes CONSOLE_AUTOLOGIN=no BUILD_ONLY=default SHARE_LOG=yes

I have tried other combinations, including zero options whatsoever, with no effect.

Branch

main (main development branch)

On which host OS are you observing this problem?

Other

Relevant log URL

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@github-actions
Copy link

Jira ticket: AR-1902

@rpardini
Copy link
Member

You're using the wrong branch. Try main. This was solved months ago.

@gjsmo
Copy link
Author

gjsmo commented Oct 28, 2023

@rpardini Ok I'll admit I'm actually baffled here how I got onto master instead of main. My bash history shows that I intentionally checked out master: git clone --depth=1 --branch=master https://github.com/armbian/build, and I'm sure I didn't type that because I wouldn't have bothered with the long form of the branch option. Is it possible there are some docs which have not been properly updated?

EDIT: I believe this was the offending page, the links "CLI" and "Desktop" still point back to master. I think I was looking for information about how your build system works, which apparently is not done using GH. It appears that the documentation page on building also has a reference to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants