关于emuelec系统写入到emmc教程

这篇具有很好参考价值的文章主要介绍了关于emuelec系统写入到emmc教程。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

新的一年开始了,都说2023年,全球经济可能陷入“滚动式衰退”,全球增长预计从去年3%左右放缓至1%不到,世界格局的变化,对于国内来说既是机会也是挑战吧,话不多说。有朋友说需要把emmc写入到emmc,不要TF卡直接启动。于是我抽空个把小时研究了下,权当记录了。

 关于emuclec写入到emmc其实网上教程很多,但是比较杂,可能很多同学到处找实验,发现没有几个能实现的,其实主要原因还是linux的内核升级变化导致的。这里我总结一下:

1、如果是emuelc 3.9的,可以使用脚本升级,就是installtointernal.sh的这个脚本直接升级,是可以生效的。当然,这个脚本后面我会具体讲解原理,也可以自己修改。

2、如果是emuelc 3.9以后,以上方法是不生效的,那得使用系统自带的ceemmc的执行文件,通过命令方式即可升级,当然ceemmc是不开源的,但是使用是没有问题的。

以上两种方法都可以把emuelec烧录到emmc,让emuelc的系统直接在机器里面,不需要tf了,然后把游戏放置到tf卡里面,确实方便了不少,对于那些没有tf卡插槽的低配电视盒来说,不仅仅速度提升,游戏直接放置到U盘即可玩。

关于ceemmc的方法:

Usage of the tool:

CoreELEC:~ # ceemmc -h

Starting CoreELEC eMMC installation tool...
Usage: ceemmc [options]

 This tool is written by Team CoreELEC, vpeter, Portisch

[options]
 -v             verbose output
 -h, --help     print this help

The tool do have a short and long help description. Use -h for the short and --help for the long description:

CoreELEC:~ # ceemmc --help

Starting CoreELEC eMMC installation tool...
Usage: ceemmc [options]

 This tool is written by Team CoreELEC, vpeter, Portisch

[options]
 -v             verbose output
 -h, --help     print this help

 Available functions:

Hint: These options are available if no CoreELEC installation is found on internal eMMC:

  [No CoreELEC installation on eMMC]

   Install in dual boot mode, CoreELEC and Android on eMMC
     Use CoreELEC data from
       [1] current used SD or USB device
           Install CoreELEC on eMMC without removing Android from the device.
           Dual boot of Android and CoreELEC is possible.
           Not all memory of the eMMC can be used because of Android.

       [2] existing backup on current used SD or USB device
           Install CoreELEC on eMMC without removing Android from the device.
           Dual boot of Android and CoreELEC is possible.
           Not all memory of the eMMC can be used because of Android.
           An existing backup of the CoreELEC data on on current
           used SD or USB device will be used for installation.


   Install in single boot mode, only CoreELEC on eMMC
     Use CoreELEC data from
       [3] current used SD or USB device
           Install CoreELEC on eMMC and remove Android from the device.
           Only boot of CoreELEC is possible.
           The maximum of memory of the eMMC is used.

       [4] existing backup on current used SD or USB device
           Install CoreELEC on eMMC and remove Android from the device.
           Only boot of CoreELEC is possible.
           The maximum of memory of the eMMC is used.
           An existing backup of the CoreELEC data on on current
           used SD or USB device will be used for installation.

Hint: These options are available if an existing CoreELEC dual mode installation is found on internal eMMC:

  [Existing CoreELEC dual boot installation on eMMC]

   Migrate CoreELEC dual boot to single boot installation
     Use CoreELEC data from
       [1] current used SD or USB device
           Install CoreELEC on eMMC and remove Android from the device.
           Only boot of CoreELEC is possible.
           The maximum of memory of the eMMC is used.
           All existing CoreELEC data on eMMC will be removed
           and the new data from current used SD or USB device
           will be copied to eMMC.

       [2] the existing data on eMMC
           Install CoreELEC on eMMC and remove Android from the device.
           Only boot of CoreELEC is possible.
           The maximum of memory of the eMMC is used.
           The existing CoreELEC data on eMMC will be used for installation.

       [3] existing backup on current used SD or USB device
           Install CoreELEC on eMMC and remove Android from the device.
           Only boot of CoreELEC is possible.
           The maximum of memory of the eMMC is used.
           An existing backup of the CoreELEC data on on current
           used SD or USB device will be used for installation.


   Renew current CoreELEC dual boot installation on eMMC
     Use CoreELEC data from
       [4] current used SD or USB device
           All existing CoreELEC data on eMMC will be removed
           and the new data from current used SD or USB device
           will be copied to eMMC.

       [5] existing backup on current used SD or USB device
           All existing CoreELEC data on eMMC will be removed and
           the new data from an existing backup from current
           used SD or USB device will be copied to eMMC.


   [6] Make a backup of current CoreELEC dual boot installation on eMMC to current used SD or USB device
       Make a backup of all CoreELEC data on flash and/or storage
       partition on eMMC to the current used SD or USB device

   [7] Remove current CoreELEC dual boot installation on eMMC
       All existing CoreELEC data on eMMC and the existing
       CoreELEC dual boot installation on eMMC will be removed.

Hint: These options are available if an existing CoreELEC single mode installation is found on internal eMMC:

  [Existing CoreELEC single boot installation on eMMC]

   Renew current CoreELEC single boot installation on eMMC
     Use CoreELEC data from
       [1] current used SD or USB device
           All existing CoreELEC data on eMMC will be removed
           and the new data from current used SD or USB device
           will be copied to eMMC.

       [2] existing backup on current used SD or USB device
           All existing CoreELEC data on eMMC will be removed and
           the new data from an existing backup from current
           used SD or USB device will be copied to eMMC.


   [3] Make a backup of current CoreELEC single boot installation on eMMC to current used SD or USB device
       Make a backup of all CoreELEC data on flash and/or storage
       partition on eMMC to the current used SD or USB device

Hint: These options are available if device got booted with a CoreELEC installation on internal eMMC:

  [Existing CoreELEC installation on eMMC]

   [1] Make a copy of current CoreELEC installation on eMMC to current used SD or USB device
       Make a copy of all CoreELEC data on flash and/or storage
       partition on eMMC to the current used SD or USB device

 文章来源地址https://www.toymoban.com/news/detail-451241.html

到了这里,关于关于emuelec系统写入到emmc教程的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 【从零开始学Django篇001】从创建一个新的Django项目开始

    👑 作 者 主 页 :👉 CSDN 丨 博客园 🏆 学 习 交 流: 👉 在下周周ovoの社区 💎 从零开始 学Django 系列专栏: 👉Django系列专栏 ​ 在这个专栏,大概会从零开始了解到大部分的Django知识点。比如说 Django模板语言,路由系统,视图系统,中间件,AJAX,浏览器的同源策略及使

    2024年02月08日
    浏览(49)
  • 【小白向教程】从零开始为你的手机安装Win11系统

    本教程基于项目Renegade Project,为本人原创,有部分借鉴和引用,已于文中注明。本人能力有限,从小白到写出这篇文章不过一周的时间,如有谬误请各位指正。 注意: 1.本教学使用一加6(8G+128G)手机在Hydrogen OS 10.0.10基础上进行操作,如系统版本低于安卓10请务必先跳至本文

    2024年02月08日
    浏览(70)
  • ELKF日志系统搭建部署教程:从零开始构建Elasticsearch + Logstash + Filebeat + Kibana

    学习如何从头开始搭建和部署ELKF日志系统,利用Elasticsearch、Logstash、Filebeat和Kibana来实现高效的数据采集、处理和可视化展示。跟随本教程,轻松构建稳定的日志系统。

    2024年02月05日
    浏览(39)
  • Armbian 笔记六_使用 armbian-ddbr 命令 备份/还原 eMMC 系统

    ################################################## 目录 备份还原盒子内置储存 emmc 上的系统 为什么需要备份系统? 准备工作 从系统盘启动 Armbian 如何使用 armbian-ddbr 命令备份和恢复 emmc 分区 b/Backup/备份 r/Restore/恢复 ################################################## ——————————      

    2024年02月02日
    浏览(103)
  • 关于我为何要为C++增加新的特性,开刀GCC进行魔改。

    c++我用了十几年,从小时候接触直到现在也快15.6年了,我开发的所有项目中都使用了这门技术,当然我也使用其他语言参与项目的研发工作。c++算写过代码最多的,参与过的项目数不胜数,从驱动到图形图像,音视频领域,从桌面软件到高并发系统的研发,从windows到linux到

    2024年04月27日
    浏览(27)
  • MySQL5.7版本在CentOS系统安装 保姆级教程 从小白开始 步骤清晰简单明了

    注意:需要使用root权限 ps:图片大都为安装MySQL8.0版本时的截图仅供参考,实际指令请参照红色字体代码,8.0和5.7版本安装步骤相同,个别地方代码有所差别 安装MySQL8.0版本:http://t.csdn.cn/CSOqM 目录 一. 安装 1. 配置yum仓库 2. 使用yum安装MySQL 3. 安装完成后,启动MySQL并配置开机

    2024年02月08日
    浏览(53)
  • 飞腾E2000从eMMC或SD启动U-boot和系统

    本文讲解了,如何设置uboot环境变量和编译linux内核,实现将uboot和系统同时放置到SD卡或eMMC后,从SD或者eMMC启动uboot,引导系统启动的过程。 同时使用E2000Q-demo,演示了从SD卡启动和从eMMC启动的过程。                    1、制作MMC(eMMC/SD卡)启动镜像文件 1.1、重新编译u

    2024年02月11日
    浏览(73)
  • 如果制作emuelec整合包

    最近有粉丝同学后台留言,说想知道如何制作emuelec整合包,其实这个方法很简单。 首先,做自己的整合包有两种方法,先介绍第一种简单的。 那就是到github上下载官方原版的纯净包,如下图  然后,这个就是整合包,当然这还是最初级的img,我们使用工具balenaEtcher把这个包

    2024年02月13日
    浏览(37)
  • c#关于文件夹/文件/文本读取遍历,写入还有表格的读取的一些方法

    c#遍历文件夹下的各种文件 将一些log写入到文本文件中: fs.Seek(offset, whence);移动文件读取的指针到指定位置 offset:开始的偏移量,也就是代表需要移动偏移的字节数 whence:给offset参数一个定义,表示要从哪个位置开始偏移;0代表从文件开头开始算起,1代表从当前位置开始

    2024年02月01日
    浏览(40)
  • EmuELEC4.6发布,如何编译固件包

    目前4.6的版本已经发布,应该如何编译自己的系统包呢? 首先应该使用ubuntu的系统。然后用git命令克隆,然后下载代码编译即可。 最后编译完后,会~/project/EmuELEC4.6/target 下生成img,这是完全源生态的固件包,与github上下载的是一样的。 当我们修改了某些源码后,再次编译

    2024年02月15日
    浏览(48)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包