2016年3月15日 星期二

Install kano os on raspberry pi

1. Download kano os from kano web site

http://www2.kano.me/downloads

2.Burn kano image to SD

3.boot up from your raspberry pi 3

4.Skip kano_init_flow since we don’t buy a kano kit

  ** the default password is kano

  * modify   config file which was located in your home directory     /home/[UserName]/.init-flow.json

  change “complete”: false  —>   “complete”: true"

reference: 

https://github.com/KanoComputing/kano-init-flow/blob/master/kano_init_flow/controller.py

5. resize sd if your kano os didn’t use all SD card 

#sudo fdisk /dev/mmcblk0

Then, in the fdisk program, you must press the d, 2, n, p, 2, Enter, Enter, and w key, in this exact same order, pressing the Enter key after each one. After that, reboot the Ubuntu MATE operating system, open the Terminal app again and run the following command.

#sudo  resize2fs /dev/mmcblk0p2

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...