IT業界、40年やってます (老人の独り言) 

現在68歳、IT関連で勉強したい事が盛りだくさんで、目移り状態です(^o^)

Parallella ボード用 OS インストール

Download Binaries:

1. Ubuntu Linux distribution

2. Parallella Linux kernel

3. Parallella FPGA “flavours”

  • ——————————————————————–

Windows Installation Instructions:

1. Insert the micro-SD card in your regular computer:

2. Unzip the Ubuntu image

Use 7-Zip or an equivalent program to unzip the file <release-name>.img.gz

3. Burn the Ubuntu disk image to the micro-SD card

Use Win32 disk imager or equivalent program to burn the <release-name>.img to the micro-SD card

4. Copy the Parallella Linux kernel and FPGA files to the SD card

Drag and drop the uImage, devicetree.dtb, and <parallella-*>.bin files to the BOOT micro-SD device in your file manaager

5. Rename the FPGA “.bin” file as “parallella.bit.bin”

6. Done!


以下の4つのファイルをダウンロード解凍しておいて

1. ubuntu-14.04-140611.img をWin32 disk imagerを使って μSD カードに書き込む

2. uImage
3. devicetree.dtb
4. parallella_e16_hdmi_gpiose_7010.bit.bin  -> parallella.bit.bin へ名前変更

2,3,4のファイルをドラッグ&ドロップでμSD カードに書き込む。
最後に 4. の作業を忘れず。最初これを忘れたので、ブートせず焦りました。

以上の作業で準備が終わり

イメージ 1

linaro ubuntu 14.04 Linux が起動する。

linaro を選んで、パスワードも linaro でログイン出来ます。

ヒートシンクだけだとかなり熱くなるので、ノートPC用のファンで冷やしてます。


タイムゾーンの設定

$ sudo apt-get install --reinstall tzdata

$ sudo dpkg-reconfigure tzdata
*メニューが開くので
Geographic area: Asia
Time zone: Tokyo
と設定


◎関連