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

migrate to python3 #20

Open
flatmax opened this issue Mar 14, 2023 · 3 comments
Open

migrate to python3 #20

flatmax opened this issue Mar 14, 2023 · 3 comments
Assignees

Comments

@flatmax
Copy link

flatmax commented Mar 14, 2023

buildroot no longer supports python2 building - this requires the host machine to install python2 to make.sh.

Can you please migrate to python3 support ?

That would simplify issues reported against buildroot.rockchip

@RadxaYuntian
Copy link
Member

Please tell us which branches are affected by this. For RK3399 we are now using mainline U-Boot in our systems. Rockchip also provides buildroot support so I can also check if their latest version has migrated to py3.

@flatmax
Copy link
Author

flatmax commented Mar 15, 2023

I am working with the rock 3a and the cm3 boards

@ericwoud
Copy link

ericwoud commented Jun 8, 2023

I just do:

sed -i '1c#!/usr/bin/env python3' arch/arm/mach-rockchip/decode_bl31.py

It changes the first line to:

#!/usr/bin/env python3

Before building... That's all it needs (for rock5b),

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

No branches or pull requests

4 participants