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. 有关DotNetBar设计样式和运行时的样式不一致的问题

    可以在 窗体类构造函数的InitializeComponent后加上下面圈出的内容:  this.EnableGlass = false; 参考文章 DotNetBar如何控制窗体样式

  2. 关于电机驱动扩展板 L293D 马达板Arduino

    注意端口3,4,5,6,7,8,9,10,11,12会被占用(板子上的pin口). 通过 MS_DCMotor motor(4); 中的4指的是4号电机,同理还有1-3号电机.不是pin口   舵机用 ...

  3. @RestController使用 接收jso参数 将参数转换为对象

    package com.monitor.controller; import org.springframework.http.ResponseEntity; import org.springfra ...

  4. oracle按照时间过滤

    select * from uc.uc_customer a where to_char(a.create_date,'YYYY-MM-DD')>'2017-07-21'

  5. JSON 新感

    1,如何解析复杂JSON 选择fastJson 用起来简单方便,前提必须是标准的JSON: 例子: paraArray = "[" + paraArray + "]&qu ...

  6. laravel phpstorm IDE 代码提示

    第一步:在项目的composer.json中添加如下一行 "require": { "laravel/framework": "5.0.*" ...

  7. easyui 验证框

    转自:http://blog.csdn.net/pqszq1314/article/details/25896163 例如 校验输入框只能录入0-1000之间 最多有2位小数的数字 表单<inp ...

  8. git的突出解决--git rebase之abort、continue、skip

    (1)应用实例描述 假设在github或者gitoschina上建立了一个项目,默认分支为master分支,远程master分支上c.sh文件内容: 开发者A.B分别将项目拷贝到自己本地进行开发 某一 ...

  9. iOS中NSDate常用转换操作整合

    //当前时间格式化, 例:YYYY-MM-dd-EEEE-HH:mm:ss + (NSString *)getCurrentDataWithDateFormate:(NSString *)format ...

  10. 为什么要用Android Studio?

    为什么要用Android Studio 本书节选自<Android Studio实用指南> 作者: 毕小朋 目前本书已上传到百度阅读,在百度中搜索[Anroid Studio实用指南]便可 ...