Skip to content

feat(debian): Add BeagleBadge support and proxy instruction#727

Open
jonaswood01 wants to merge 1 commit into
TexasInstruments:masterfrom
jonaswood01:PR-build_debian
Open

feat(debian): Add BeagleBadge support and proxy instruction#727
jonaswood01 wants to merge 1 commit into
TexasInstruments:masterfrom
jonaswood01:PR-build_debian

Conversation

@jonaswood01

Copy link
Copy Markdown
Contributor

BeagleBadge now in ti-main branch of TI/armbian-build:
https://github.com/TexasInstruments/armbian-build/blob/ti-main/config/boards/beaglebadge.conf

Users can now build on proxy if they have HTTP_PROXY set: armbian/build#9741

sudo usermod -aG docker $USER
newgrp docker

If the host machine is behind a proxy, be sure to set **at minimum** the HTTP_PROXY environment variable prior to building:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Our general statement in the Debian getting started guide is:

Also export ``http_proxy``, ``https_proxy``, ``ftp_proxy`` and ``no_proxy`` with appropriate values if needed.

Feels slightly redundant.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Slightly different: that statement is for on-board network use, while this PR is for a host machine building an image

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Fair enough. Could you resolve the vale comment then?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants