Ken Dai

@Ken-Dai

Joined on Dec 17, 2018

  • contributed by < MetalheadKen > H03: fibdrv 實驗環境 $ uname -a Linux kendai-XPS-13-9360 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux $ gcc --version | head -n 1 gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
     Like  Bookmark
  • contributed by < MetalheadKen > :::info :mega: 題目出處 H01: lab0 C Programming Lab: Assessing Your C Programming Skills ::: 實驗環境
     Like  Bookmark
  • # Raspberry Pi Introduction ###### tags: `Linux` ## Raspberry Pi 3 基本介紹 ![](https://i.imgur.com/4T5MNav.png) ![](https://i.imgur.com/7VVP7cB.png) ## 使用 QEMU 模擬 Raspberry Pi ### 取得 QEMU * 安裝 QEMU * `$ sudo apt install qemu` ### 取得 Raspbian Image * 下載 Raspbian disk image 的 zip 檔 * `$ wget https://downloads.raspberrypi.org/raspbian/images/raspbian-2018-11-15/2018-11-13-raspbian-stretch.zip` * 解壓縮 * `$ unzip 2018-11-13-raspbian-stretch.zip` * 解壓縮後的檔名為 `2018-11-13-raspbian-stretch.img` #
     Like 2 Bookmark