- Android Things Projects
- Francesco Azzola
- 217字
- 2021-07-02 20:46:24
How to install Android Things using OS X
If you have a Mac OS X, the steps to install Android Things are slightly different. There are several options to flash this OS to the SD card; you will learn the fastest and easiest one.
These are the steps to follow:
- Format your SD card using FAT32. Insert your SD card into your Mac and run Disk Utility. You should see something like this:

- Download the Android Things OS image using this link: https://developer.android.com/things/preview/download.html.
- Unzip the file you have downloaded.
- Insert the SD card into your Mac.
- Now it is time to copy the image to the SD card. Open a terminal window and write the following:
sudo dd bs=1m if=path_of_your_image.img of=/dev/rdiskn
Where the path_to_your_image is the path to the file with the img extension you downloaded at step 2. In order to find out the rdiskn you have to select Preferences and then System Report. The result is shown in the following screenshot:

The BSD name is the disk name we are looking for. In this case, we have to write the following:
sudo dd bs=1m if=path_of_your_image.img of=/dev/disk1
That's all. You have to wait until the image is copied into the SD card. Do not forget that the copying process could take a while. So be patient!
推薦閱讀
- DBA攻堅(jiān)指南:左手Oracle,右手MySQL
- 老“碼”識途
- Mastering Akka
- Getting Started with Nano Server
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- Moodle 3 Administration(Third Edition)
- Getting Started with React VR
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- Python編程入門(第3版)
- Java語言程序設(shè)計(jì)實(shí)用教程(第2版)
- 游戲設(shè)計(jì)的底層邏輯
- jQuery EasyUI從零開始學(xué)
- 深入淺出Go語言核心編程
- 接口自動化測試持續(xù)集成:Postman+Newman+Git+Jenkins+釘釘
- 零基礎(chǔ)學(xué):微信小程序開發(fā)