board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / board / lemaker / bananapro / readme.txt
blob27b922e26d8ad17cd7a9eb212bb24b48f54d52cb
1 Banana Pro
3 Intro
4 =====
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.
10 How to build it
11 ===============
13 Configure Buildroot:
15   $ make bananapro_defconfig
17 Compile everything and build the SD card image:
19   $ make
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
31 Notes:
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.
38 Ethernet
39 ==========
41   # udhcpc -i eth0
43 Wifi
44 ==========
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
49   # udhcpc -i wlan0
51 Note:
52   - replace 'YOUR_SSID' with the actual SSID from your access point
54 Audio
55 ==========
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