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

install_python2.sh: ports.ubuntu.com apt sources for "32-bit" RasPiOS 12 — regardless whether booting 32-bit or 64-bit "armhf" kernels #3638

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

holta
Copy link
Member

@holta holta commented Sep 11, 2023

Fixes bug:

Description of changes proposed in this pull request:

  1. Tweak apt sources for "32-bit" RasPiOS 12.

  2. Make clear that 32-bit Ubuntu/Debian are not supported on Raspberry Pi.

Smoke-tested on which OS or OS's:

scripts/install_python2.sh verified to install apt package python2 on both:

  1. "32-bit" RasPiOS 12 on RPi 4 — running a 64-bit kernel i.e. uname -a showed aarch64

  2. "32-bit" RasPiOS 12 on RPi 4 — running a 32-bit kernel i.e. uname -a showed armv7l — due to arm_64bit=0 in /boot/config.txt (per Strange switch to 64bit kernel on 32bit RasPiOS [on 64-bit CPU architectures] #3516)

Mention a team member @username e.g. to help with code review:

@EMG70

@holta holta added this to the 8.1 milestone Sep 11, 2023
@holta holta changed the title install_python2.sh: ports.ubuntu.com apt sources for "32-bit" RasPiOS 12 install_python2.sh: ports.ubuntu.com apt sources for "32-bit" RasPiOS 12 — regardless whether booting 32-bit or 64-bit "armhf" kernels Sep 11, 2023
@holta holta merged commit 2621199 into iiab:master Sep 11, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant