From: Arthur LAMBERT <lambertarthur22@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] README file for wifi/bluetooth support
Date: Fri, 19 Jun 2015 17:29:52 +0200 [thread overview]
Message-ID: <1434727794-9419-2-git-send-email-lambertarthur22@gmail.com> (raw)
In-Reply-To: <1434727794-9419-1-git-send-email-lambertarthur22@gmail.com>
Signed-off-by: Arthur LAMBERT <lambertarthur22@gmail.com>
---
board/freescale/warpboard/README | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 board/freescale/warpboard/README
diff --git a/board/freescale/warpboard/README b/board/freescale/warpboard/README
new file mode 100644
index 0000000..0ec6b97
--- /dev/null
+++ b/board/freescale/warpboard/README
@@ -0,0 +1,6 @@
+# Enable bluetooth :
+hciattach /dev/ttymxc4 3wire
+hciconfig hci0 up
+
+# Enable Wifi :
+modprobe brcmfmac
--
1.9.1
next prev parent reply other threads:[~2015-06-19 15:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-19 15:29 [Buildroot] [PATCH 1/4] defconfig for warpboard Arthur LAMBERT
2015-06-19 15:29 ` Arthur LAMBERT [this message]
2015-06-19 15:29 ` [Buildroot] [PATCH 3/4] fix bluetooth support on kernel 4.0, and warpboard kernel config Arthur LAMBERT
2015-06-19 15:29 ` [Buildroot] [PATCH 4/4] firmware file for wifi Arthur LAMBERT
2015-06-19 17:20 ` Yann E. MORIN
2015-06-21 0:49 ` Arthur LAMBERT
2015-06-21 10:16 ` Yann E. MORIN
2015-06-19 21:48 ` [Buildroot] [PATCH 1/4] defconfig for warpboard Arnout Vandecappelle
2015-06-19 22:00 ` Arnout Vandecappelle
2015-06-21 1:00 ` Arthur LAMBERT
2015-06-21 13:26 ` Arnout Vandecappelle
2015-06-20 9:44 ` Arnout Vandecappelle
2015-06-21 0:56 ` Arthur LAMBERT
2015-06-21 13:32 ` Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1434727794-9419-2-git-send-email-lambertarthur22@gmail.com \
--to=lambertarthur22@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.