Intel Galileo开发板 Debian镜像

在原发布者的基础上进行了更新,附带开发入门套件,打包内容:

  -intel_galileo_debian_xfce4镜像  -约3GB

  -putty

  -firmwire updater 固件更新工具

  -win32diskmanager烧写工具

--------------------------------------------------------------

考虑到galileo-debian的更新比较慢,cpu频率比较低。因此上传搭建好的版本供大家使用。

  -软件包更新至2017年1月29日

  -安装了vncserver远程桌面

  -安装了xfce4桌面

  -python环境

--------------------------------------------------------------

原galileo-debian镜像地址:galileo-debian   大小约140mb

更新好的镜像包:链接:http://pan.baidu.com/s/1miAuNDe 密码:rbyq  大小约:2.89GB

--------------------------------------------

README

* ************************************************
* Author :        Liutianchen
* Desciption :      Packaged Debian Image for Intel Galileo Board
* Environment :    Intel Galileo Gen1
* Date :          Version:
* 2017-01-29      V1.0
* ************************************************

Funtion
*****************
Update based on galileo-debian
Package several tool for galileo startup

Build Instruction
*****************
step tool
1. FirmWare update : IntelGalileoFirmwareUpdater-1.0.4
2. Flash Binary Image : Win32DiskImager-0.9.5-install
3. Sign up via serial port : putty
4. Remote VNC Desktop : VNCViewer

Update Details
*****************
Based Image: galileo-debian https://sourceforge.net/projects/galileodebian/
Addtional Item:
- galileo-debian version 1.2
- Software update to 2017-01-29 ubuntu wheezy
- Gcc & G++
- VNC Server (default passwd:12345678)
- Xfce4 desktop environment

--------------------------------------------

*注:内容较大,百度云网速比较慢的朋友还是下载原版镜像比较方便

    使用更新后的镜像烧写内存卡请不要小于8GB

    Intel_galileo开发板请不要在接着其他端口的情况下拔掉电源

    Intel_galileo搭建请参考我的另一篇文章  http://www.cnblogs.com/liutianchen/p/6357625.html

    本文永久地址:http://www.cnblogs.com/liutianchen/p/6357622.html

Intel Galileo Debian Image Prequits的更多相关文章

  1. Intel Galileo development documentation

    Intel Galileo development Documentation Author:Liutianchen 1552227, Department of Computer Science,E ...

  2. x86 构架的 Arduino 开发板Intel Galileo

    RobotPeak是上海的一家硬件创业团队,团队致力于民用机器人平台系统.机器人操作系统(ROS)以及相关设备的设计研发,并尝试将日新月异的机器人技术融入人们的日常生活与娱乐当中.同时,RobotPe ...

  3. x86 版的 Arduino Intel Galileo 开发板的体验、分析和应用

    1.前言 在今年(2013)罗马举办的首届欧洲 Make Faire 上,Intel 向对外发布了采用 x86 构架的 Arduino 开发板:Intel Galileo.这无疑是一个开源硬件领域的重 ...

  4. Using 1-Wire device with Intel Galileo

    Using 1-Wire device with Intel Galileo 3 Replies Many people have had trouble with getting 1-Wire de ...

  5. Intel Galileo驱动单总线设备(DHT11\DHT22)(转)

    Intel Galileo一代的IO翻转速度不够,无法直接驱动单总线设备,二代听说改进了,但没有库,于是国外开发者想出了另一种法子,转过来给大家学习下.如果后面有时间,再来翻译.原文地址:http:/ ...

  6. Intel processor brand names-Xeon,Core,Pentium,Celeron----Quark

    http://en.wikipedia.org/wiki/Intel_Quark Intel Quark From Wikipedia, the free encyclopedia     Intel ...

  7. Python 资源大全中文版

    Python 资源大全中文版 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理.awesome-python 是 vinta 发起维护的 Python 资源列 ...

  8. UP Board 妄图启动ubilinux失败

    前言 原创文章,转载引用务必注明链接. 经历了上次的上电开机失败,我们终于发现需要手动为UP板安装系统,因为没有显示器的Headless模式时,使用Linux比较方便,另外熟悉Debian系的,所以选 ...

  9. [转载]Python 资源大全

    原文链接:Python 资源大全 环境管理 管理 Python 版本和环境的工具 p – 非常简单的交互式 python 版本管理工具. pyenv – 简单的 Python 版本管理工具. Vex  ...

随机推荐

  1. 关于网页中行内元素的基线(baseline)、行高(line-height)、垂直对齐(vertical-align)等

    CSS基线之道 http://www.qianduan.net/css-baseline-road.html 垂直对齐:vertical-align属性 http://www.ddcat.net/bl ...

  2. 随机森林(Random Forest,简称RF)

    阅读目录 1 什么是随机森林? 2 随机森林的特点 3 随机森林的相关基础知识 4 随机森林的生成 5 袋外错误率(oob error) 6 随机森林工作原理解释的一个简单例子 7 随机森林的Pyth ...

  3. TCP超时与重传机制

    TCP超时与重传机制    TCP协议是一种面向连接的可靠的传输层协议,它保证了数据的可靠传输,对于一些出错,超时丢包等问题TCP设计的超时与重传机制.其基本原理:在发送一个数据之后,就开启一个定时器 ...

  4. iOS开发基础控件--UIButton

    01 //这里创建一个圆角矩形的按钮 02     UIButton *button1 = [UIButton buttonWithType:UIButtonTypeRoundedRect]; 03 ...

  5. Java Socket编程之TCP

    基于TCP的Socket通信: 服务器端: 创建一个服务器端Socket,即ServerSocket,指定绑定的端口,并监听此端口 调用accept()方法开始监听,等待客户端的连接 连接建立后,通过 ...

  6. 使用AddressSanitizer做内存分析(一)——入门篇

    使用AddressSanitizer做内存分析 新建文件mem_leak.cpp,键入代码: #include <iostream> int main() { ]; p = NULL; ; ...

  7. 【LA3211 训练指南】飞机调度 【2-sat】

    题意 有n嫁飞机需要着陆.每架飞机都可以选择“早着陆”和“晚着陆”两种方式之一,且必须选择一种.第i架飞机的早着陆时间为Ei,晚着陆时间为Li,不得在其他时间着陆.你的任务是为这些飞机安排着陆方式,使 ...

  8. 学 python

    1. 推荐的学习教程:<python简明教程> 2. 不推荐的学习教程,可以偶尔查查:<Dive into python>,偶尔查查挺好,看多了走火入魔. 3. 推荐一个pyt ...

  9. scala开发环境

    1. Intellij IDEA Scala开发环境搭建 Intellij IDEA 15.0.3 默认配置里面没有Scala插件,需要手动安装,在Intellij IDEA 15.0.3 第一次运行 ...

  10. code1173 最优贸易

    先正向从1点出发SPFA,获得min[i],就是到达i点能最低购买到的价格,(起始点到i的路上经过的最小值) 然后反向(将图反向),从n点开始SPFA,获得max[i],就是从i点到终点能够卖出的最大 ...