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

autoinstall.sh error - wrong driverpath for arch arm64 on Linux_5.15.32 #2

Open
rongith opened this issue Jul 21, 2022 · 0 comments
Open

Comments

@rongith
Copy link

rongith commented Jul 21, 2022

For Linux_5.15.32, in section case $strArch in:

	*aarch64*)
		arch=arm64
		echo "System is 64 bit arch."
		driverpath=./$version/$arch/pi3_4
	;;
	*)

Should be

	*aarch64*)
		arch=arm64
		echo "System is 64 bit arch."
		driverpath=./$version/$arch/$model
	;;
	*)

To refer properly to the repository structure.

@rongith rongith changed the title autoinstall.sh error - wrong driverpath for arch arm64 autoinstall.sh error - wrong driverpath for arch arm64 on Linux_5.15.32 Jul 21, 2022
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

1 participant