Intel baytrail-t support Linux?

点击这里查看文章

有空试试~~~唉。。。

Ubuntu (Linux) on Atom Z3700 Series

ASUS Transformer Book T100 is particularly interesting platform, because some guys at XDA developers forum have already installed Android / Ubuntu on the device, so you can already evaluate these two operating systems on the platform. Android does not really worked at the time, but at least Intel is working on it so it should
eventually run just as well as Windows 8.1 does.

They basically explain the steps to safely boot to Ubuntu (and other OSes) that can be summarized as below

  • Configure UEFI (disable Secure Boot)
  • Format a USB flash drive to make it bootable with Rufus (GPT for UEFI + FAT + 64 kb+ raring x64 as bootable disk using ISO Image). You’ll also need to copy
    bootia32 to /efi/boot/ since the bootloader does not support 64-bit.
  • Backup the recovery partition with tool such as ASUS Backtracker
  • Use one of the two Ubuntu images:
    • 13.04 x64 desktop – Status: boots to GUI using fbdev
    • 13.10 x64 desktop – Status: boots to GUI using fbdev

They’ve also provided the instructions to build grub2-efi-ia32. You’ll notice they had to use the framebuffer, as there’s a bug in VESA. Not everything is working yet. The touchscreen works fine, but Wi-Fi is broken, at least in Ubuntu 13.10.

There’s also a bit more information in Anandtech forums.

I’d assume you can just take the latest Linux kernel, and successful boot it on Bay Trail devices (TBC), contrary to most ARM platforms.

Brad Linder (Liliputing) tried it out (before the touchscreen was fixed). Check it out below.

Read more: http://www.cnx-software.com/2014/02/14/intel-bay-trail-z3700-series-overview-benchmarks-hardware-documentation-and-linux-support/#ixzz31bHQcc6G

Intel baytrail-t support Linux?

时间: 2024-10-26 17:57:10

Intel baytrail-t support Linux?的相关文章

linux笔记本安装双显卡驱动(intel+nvidia)

为了提高linux的显卡性能以及降低功耗,特有此文. 本人使用的系统是Fedora 20 Xfce x64,安装驱动前先确保系统为最新版本. 最好安装gcc.kernel-devel等软件包,我不确定后面会不会作为依赖自动安装. --- 安装intel集显驱动,可以自行去intel官网查找,或者直接访问https://01.org/linuxgraphics/ 这个地址就是intel官方提供的,点击页面左侧download,找到所需文件. 由于直接提供了fedora的rpm包,下载安装即可. 这

手动安装Intel network I217-LM网卡的Linux驱动

1.Intel官网下载Linux网卡驱动 Intel 官网下载中心:https://downloadcenter.intel.com/zh-cn/product/60019/-I217-LM 2.安装网卡驱动 # tar zxf e1000e-3.1.0.2.tar.gz # cd e1000e-3.1.0.2 # cd src/ # make install 编译安装驱动模块,安装完成后在下面的目录下会看到这个驱动文件,表示编译安装成功. /lib/modules/<KERNEL VERSIO

手动制作mini linux详细步骤—之一

8.2.1.mini linux内核编译 实验目的: 对Linux内核以非模块化手动编译,并借助busybox安装根文件系统,来制作最小化的linux系统.所谓非模块化,就是将各种所需的硬件驱动.支持的文件系统等直接编译进内核,所以initramfs也就不需要了,对于网卡驱动,我们采用模块化编译,当然也可以根据自己网卡型号,直接将驱动编译进内核:最终在我们的mini linux上能通过DHCP自动获取ip并实现基于dropbear的远程终端登录. 实验环境: 操作系统:centos6.8(x86

Linux入门之CentOS7内核编译三部曲(1)

Linux入门之CentOS7内核编译三部曲(1) 我们知道,一个Linux系统的主要组成是由liunx内核核心和一些支持模块组合而成的.但是在某些场合中,需要某项功能,而当前内核的核心或者模块不支持此功能,那么就需要对内核进行一个升级或者重新编译内核添加相应的功能,以此提供了对此功能的支持. 编译前的准备 认识kernel 所为kernel,就是一种操作系统的核心,当然也是一个文件,而这种核心提供了对一些硬件的支持,一般来说其中包含了一些对常见硬件核心驱动的核心代码.启动系统时会通过加载MBR

利用BusyBox ~私人定制 My LINUX~

前言 我在今天在这里跟大家详细地探讨一下Linux系统的定制过程和实现例如.用户能够远程登录:和Nginx能够稳定地运行在我们私人定制的LINUX系统上.一步一步从头开始定制属于我们自己的系统. 正文    首先我们先来简单的介绍一下我们这里定制属于自己的Linux系统的基本元素. 一个定制的linux内核+一个定制的busybox就可以定制一个小型的Linux操作系统了,安装Dropbear和Nginx,Linux的组成 部分包括内核空间和用户空间.而用户空间其实就是根文件系统.用户空间中又包

Linux内核 Documentation下的00-INDEX文档翻译

This is a brief list of all the files in ./linux/Documentation and what they contain. If you add a documentation file, please list it here in alphabetical order as well, or risk being hunted down like a rabid dog. Please try and keep the descriptions

Linux内核裁剪的具体步骤

在menuconfig中配置: 详细介绍内核配置选项及删改情况 第一部分:全部删除 Code maturity level options ---> 代码成熟等级选项 []Prompt for development and/or incomplete code/drivers 默认情况下是选择的,这将会在设置界面中显示还在开发或者还没有完成的代码与驱动.不选. 第二部分 :除以下选项,其它全部删除 General setup-〉 System V IPC (IPC:Inter Process 

25.1 mini Linux制作

搭建虚拟机环境:  配置服务器:192.168.1.64 一.搭建环境 1.关闭配置服务器,添加一块硬盘,用来存放mini Linux系统(大小建议10G左右,名字为mini.vmdk),启动配置服务器. 2.安装编译环境所需的软件 [[email protected] ~]# yum groupinstall "Development Tools" "Server Platform development" -y 二.配置Mini Linux 1.基本配置 [[e

实现定制一个微型linux系统

1 小系统正式搞起 规划:向172.16.45.1这虚拟机(宿主机)上添加一块2G左右的硬盘,分为boot和sysroot俩个区.其中boot作为启动分区,sysroot作为根文件系统.完全针对小系统的平台最小的编译内核,而后一步步增加小系统的功能.达到使用一个新虚拟机(目标机)加载此硬盘,便可以跑起来的目的. 内核版本:3.10.67 硬盘接口:SCSI,SCSI是lsi的接口.任何硬盘都是pci总线上的,首先就应该支持pci. 文件系统:ext4 busybox版本:1.22.1 dropb