6 This default configuration will allow you to start experimenting with the
7 Buildroot environment for the Banana Pro. With the current configuration
8 it will bring-up the board, and allow access through the serial console.
15 $ make bananapro_defconfig
17 Compile everything and build the SD card image:
21 How to write the SD card
22 ========================
24 Once the build process is finished you will have an image called "sdcard.img"
25 in the output/images/ directory.
27 Copy the bootable "sdcard.img" onto an SD card with "dd":
29 $ dd if=output/images/sdcard.img of=/dev/sdX
32 - replace 'sdX' with the actual device with your micro SD card
33 - you may need to be root to do that (use 'sudo')
35 Insert the micro SD card in your Banana Pro and power it up. The console
36 is on the debug TTL UART, 115200 8N1.
46 # wpa_passphrase YOUR_SSID >> /etc/wpa_supplicant.conf
47 (enter the wifi password and press enter)
48 # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
52 - replace 'YOUR_SSID' with the actual SSID from your access point
57 Connect a headphone to the 3.5mm jack (TRRS). Note, that the Banana Pro
58 has an on-board microphone, too.
60 # amixer cset name='Power Amplifier DAC Playback Switch' on
61 # amixer cset name='Power Amplifier Mute Switch' on
62 # amixer cset name='Power Amplifier Volume' 42