Just finished the first job on Raspberry Pi, using python code as a kiosk program, some common config you may needed: My Raspberry Pi is running with RASPBIAN Debian Wheezy Auto-login After boot up the Raspbian, if you want to auto-login with username: pi, password: raspberry. sudo nano /etc/inittab find: 1:2345:respawn:/sbin/getty –noclear 38400 tty1 change […]