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

Remote config fail due to user name not set up as "pi" #5

Open
sylvanoMTL opened this issue Jun 11, 2022 · 1 comment
Open

Remote config fail due to user name not set up as "pi" #5

sylvanoMTL opened this issue Jun 11, 2022 · 1 comment

Comments

@sylvanoMTL
Copy link

I have had a try to install on Raspberry Pi CM4 (which has a default user other than "Pi"), the current OS is the latest debian bulleye 32bit lite
the custom installation failed
The user name was provided in the dialog boxes

SimulinkRPi_remote_install_fail

@sylvanoMTL
Copy link
Author

looks like the error is in the script: lines 150

Add user to video and i2c user group                  
echo "12. Adding user to video group..."                        
sudo adduser pi video                       
echo "13. Adding user to i2c group..."                       
sudo adduser pi i2c        
echo "Customization Complete..." 

pi should be replaced by the input user name

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