Chrome OS使用者

chrome使用者

1.登入chromebook,在設定中更新作業系統至最新版本。

2.開啟linux beta

3.設定共用資料夾,把Downloads和linux beta共用,啟動檔案總管,在下載處按右鍵/share linux

4.啟動chrome,網址列輸入:chrome://flags

搜尋"usb",把Crostini Usb Allow Unsupported設成enable,重啟chrome

重啟chrome後,把arduino uno插入USB孔,右下角會跳出設備,選擇連線至linux。(如果未發現硬體有可能是chromebook尚未支援到,擷圖使用ATMEGA328P的arduino板子)

5.下載安裝s3-extend-install.sh:https://drive.google.com/open?id=10J7IR32ceIPc3G1JJQNOn9m-se5qZEEi

在linux beta的>_中執行下列指令

sudo apt-get update
sudo apt-get -y dist-upgrade
cd /mnt/chromeos/MyFiles/Downloads/
cp s3-extend-install.sh ~/
cd
sudo apt-get install -y xz-utils
bash s3-extend-install.sh

6.安裝完成