### config.txt ###

# Tells the Pi's bootloader which file contains the kernel.
kernel=kernel8.img

# Necessary if you're using a serial dongle to talk to the Pi over the UART
enable_uart=1

# Tells the Pi's bootloader which file contains the ramdisk.
initramfs bootdata.bin

# Used to configure HDMI, you may need to tweak these settings dependong on
# the monitor you're using.
hdmi_cvt=800 480 60 6
hdmi_group=2
hdmi_mode=87
hdmi_drive=2
framebuffer_depth=32
framebuffer_ignore_alpha=1