Intel-Joule-570x刷板记录

  • 前言
  • 准备材料
  • 流程
    • Bios刷入
    • Ubuntu系统安装

前言

不知道你是出于什么契机和笔者一样需要使用570x这块板子,由于已经停产,网上现有的刷版资料寥寥无几,笔者在此结合自己的经验来谈一谈如何给Intel-Joule-570x这块板子刷进bios并安装ubuntu18.04系统。

准备材料

①Intel-Joule-570x开发套装一套;
       ②mini-hdmi转hdmi线一根;
       ③有hdmi接口的显示器一台;
       ④12V电源适配器一个(注意一定不能超电压,血泪教训!);
       ⑤存储稍大一点的SD卡一张(笔者用的是128G);
       ⑥装有ubuntu系统的电脑一台
       ⑦外接有限键鼠一套
       ⑧USB扩展坞一个

流程

Bios刷入

1.首先开始进行bios的刷入,打开装有ubuntu系统的电脑,首先在github下载代码
github下载地址
https://github.com/akatrevorjay/intel-joule-bios-flash-linux
上面一共提供了四个版本的下载,自己的板子具体用哪种可能需要试一试,笔者用的是1J2版本
2.按住joule开发板SDCARD BOOT按钮(可以发现板子上有三个白色按钮,有两个在一起,有一个独立,独立的即为该按钮),用开发套装中的type-C转USB线接入电脑通电后松开;
3.进入代码文件夹,输入命令

sudo dpkg -i dnx.deb

没有报错的话继续输入

./flash.sh Joule_C0-X64-Release-1D1-Public_DNX.bin

这一步可能存在提示检测不到dldrcli命令的问题,原因出在环境变量,在~/.bashrc文件末尾加上

Export PATH=$PATH:/opt/bxt_dnx_tool/bin

重新运行即可通过。(显示done即为成功)

Ubuntu系统安装

1.首先下载ubuntu18.04iso镜像,用UltraISO制作安装U盘,UltraISO使用方式如下
UltralSO使用方法
https://jingyan.baidu.com/article/a378c960630e61b329283045.html
注意以管理员身份运行和写入方式选择USB-HDD+
2.使用SD Card Formatter快速格式化自备的SD卡并替换开发板中自带的SD卡
3.由于开发板中只有一个usb插口,接好usb拓展坞后将键鼠与U盘插入拓展坞之中,同时将开发板接上显示屏。
4.开发板接上12v电源适配器通电,在出现intel logo之后按F2进入bios,将启动顺序调整为usb在最前。按F4保存之后继续正常启动。
5.进入正常ubuntu安装程序,笔者在此仅给出128G SD卡的推荐存储分配方案
       Installation type选择something else来自自定义分区,然后进入分区方案:

主分区:Size:40G(40960M)/Type for the new partition: Primary/Location for
the new partition: Beginning of this space/Use as Ext4 journaling file
system/Mount point: /

Boot分区:Size:1G(1024M)/Type for the new partition: Primary/Location for
the new partition: Beginning of this space/Use as: Ext4 journaling
file system/Mount point: /boot

Swap:Size:16G(16384M)/Type for the new partition: Logical/Location for
the new partition: Beginning of this space/Use as: swap area

Home:Size:剩余所有空间/Type for the new partition: Logical/Location for the
newpartition: Beginning of this space/Use as: Ext4 journaling file
system/Mount point: /home

注意分配界面最下方的安装启动引导器的设备需要指定eMMC的分区,即15.7G的那个分区,对应的是自带的芯片
6.安装完毕后拔出U盘,重新启动,进入bios将启动顺序改成在最前即可在joule开发板上使用ubuntu系统啦!

Intel-Joule-570x刷板记录相关推荐

  1. LeetCode刷题记录15——21. Merge Two Sorted Lists(easy)

    LeetCode刷题记录15--21. Merge Two Sorted Lists(easy) 目录 LeetCode刷题记录15--21. Merge Two Sorted Lists(easy) ...

  2. LeetCode刷题记录14——257. Binary Tree Paths(easy)

    LeetCode刷题记录14--257. Binary Tree Paths(easy) 目录 前言 题目 语言 思路 源码 后记 前言 数据结构感觉理论简单,实践起来很困难. 题目 给定一个二叉树, ...

  3. LeetCode刷题记录13——705. Design HashSet(easy)

    LeetCode刷题记录13--705. Design HashSet(easy) 目录 LeetCode刷题记录13--705. Design HashSet(easy) 前言 题目 语言 思路 源 ...

  4. LeetCode刷题记录12——232. Implement Queue using Stacks(easy)

    LeetCode刷题记录12--232. Implement Queue using Stacks(easy) 目录 LeetCode刷题记录12--232. Implement Queue usin ...

  5. LeetCode刷题记录11——290. Word Pattern(easy)

    LeetCode刷题记录11--290. Word Pattern(easy) 目录 LeetCode刷题记录11--290. Word Pattern(easy) 题目 语言 思路 源码 后记 题目 ...

  6. LeetCode刷题记录10——434. Number of Segments in a String(easy)

    LeetCode刷题记录10--434. Number of Segments in a String(easy) 目录 LeetCode刷题记录9--434. Number of Segments ...

  7. LeetCode刷题记录9——58. Length of Last Word(easy)

    LeetCode刷题记录9--58. Length of Last Word(easy) 目录 LeetCode刷题记录9--58. Length of Last Word(easy) 题目 语言 思 ...

  8. LeetCode刷题记录8——605. Can Place Flowers(easy)

    LeetCode刷题记录8--605. Can Place Flowers(easy) 目录 LeetCode刷题记录8--605. Can Place Flowers(easy) 题目 语言 思路 ...

  9. LeetCode刷题记录7——824. Goat Latin(easy)

    LeetCode刷题记录7--824. Goat Latin(easy) 目录 LeetCode刷题记录7--824. Goat Latin(easy) 题目 语言 思路 后记 题目 题目需要将一个输 ...

最新文章

  1. 在 Windows Server 2008 下安装 Community Clips
  2. 乐鑫ESP32完美对标AP6212,国产芯片不缺货,不涨价!牛
  3. Python小数据池
  4. 什么是5G,我们能从中得到什么?
  5. oracle表违反主键约束,主键/约束/事务/表关系 Oracle
  6. MATLAB学习笔记(十七)
  7. WebMatrix经典案例
  8. 神马js都是浮云-----限时秒杀
  9. 从零开始学_JavaScript_系列(13)——CSS2(新窗口打开,背景图片填充,底文字,小提示,CSS选择器整理)
  10. 会议论文出版地和出版者
  11. excel分段函数c语言,实战:Excel 逻辑分段函数应用
  12. 用C#编写HMI界面,用USB转485和PLC通讯,PLC用的是台达的DVP-12SE系列
  13. web网页制作期末大作业——蓝色的异清轩个人博客(6页) 个人博客模板源码异清轩博客
  14. Proteus——测量脉冲频率
  15. Java代码操作win后台进程
  16. 嵌入式设备驱动(实战)
  17. css(显示与隐藏、溢出)
  18. 学习英文-学以致用【场景:美式音标】
  19. 5G数据安全防护白皮书
  20. Python反爬,JS反爬串讲,从MAOX眼X开始,本文优先解决反爬参数 signKey

热门文章

  1. 2021年A证(安全员)考试APP及A证(安全员)模拟考试软件
  2. spring中classpathbeandefinitionscanner检测类路径上的bean,生成beandefinition的过程
  3. pwn学习资料整理——ROP技术
  4. 查看UOS系统+华为海思麒麟CPU笔记本的相关信息
  5. 万兴PDF修改编辑软件 原PDFelement 7word转pdf转换软件
  6. html下拉栏根据另一个下拉栏改变,第一个下拉菜单可自动更改第二个下拉菜单的选项...
  7. 计算机键盘windows,电脑键盘win键的功能
  8. 一个简单漂亮好用的甘特图软件
  9. java io教学文件_通过代码实例跟我学Java语言程序设计及应用技术——Java文件IO技术及应用相关的教学示例(第3部分)...
  10. 10年c++码农的成长史,从菜鸟到Linux服务器开发系统架构师。