Here’s the guide and a script to set up the chroot under Raspberry Pi: https://github.com/econcz/chroot_x86_64
In case you wish to use the Raspberry Pi headlessly, you’ll need to configure VNC:
https://www.raspberrypi.org/document...te-access/vnc/
I personally add this line to my user’s crontab to match my tablet’s screen resolution over VNC:
Code:
@reboot sleep 10; export DISPLAY=:0; xrandr --newmode "1392x1024_60.00" $(gtf 1392 1024 60 | awk 'NR==3' | sed -E 's/Modeline.+"//'); xrandr --addmode HDMI-1 "1392x1024_60.00"; xrandr --output HDMI-1 --mode "1392x1024_60.00"
Good luck!
PS I recommend not deleting this post since there were questions on the forum whether people can use Stata on their iPads, Android tablets etc. or not. This is a working solution.
0 Response to Running Stata on Raspberry Pi 4B (a guide)
Post a Comment