Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- flutter tcpip server
- flutter tcpip client
- Properties.Settings.Default
- debugShowCheckedModeBanner
- Listview filtering
- peaks
- flutter
- c
- ubuntu 19 한글 입력
- array
- Server
- showDialog
- ListView.build
- TCPIP
- dart:io
- AlertDialog
- flutter button
- debug banner
Archives
- Today
- Total
Louie De Janeiru
install on Linux 본문
1. Configure Environment
sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python-pip
2. Install mbed-cli
pip install mbed-cli
git clone https://github.com/ARMmbed/mbed-cli
$ python setup.py install
3. add bash
cp -r mbed-cli/tools/bash_completion/mbed /etc/bash_completion.d
4. log out and long in to refresh terminal
5. cd Work/mbed
6. create project
mbed new mbed-os-program
7. cd mbed-os-program
8. find your target
mbed target -S
9. build
mbed compile -t ARM -m DISCO_F469NI
'mbed' 카테고리의 다른 글
install on window 10 (0) | 2018.10.31 |
---|