<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[【新人上手】D1哪吒开发板Tina Linux下分区烧写与分区只读]]></title><description><![CDATA[<p dir="auto">13、<strong>分区烧写</strong></p>
<p dir="auto">注意的是这一项需要用到flash.exe工具，以及一系列目标img文件。</p>
<p dir="auto">首先进入Tina执行：</p>
<pre><code>reboot bootloader
</code></pre>
<p dir="auto">进入模式后，在PC端运行platform-tools中的shell，输入：</p>
<pre><code>fastboot.exe devices
</code></pre>
<p dir="auto">可见是否连接上开发板</p>
<pre><code>C:\Users\xxxxxxx\Desktop\platform-tools&gt;fastboot.exe devices
Android Fastboot        fastboot
</code></pre>
<p dir="auto">后可以执行相关命令如下完成烧写或擦除：</p>
<pre><code>fastboot.exe flash boot boot.img
fastboot.exe flash rootfs rootfs.img
fastboot.exe flash u-boot image/boot_package.fex
fastboot.exe erase boot
fastboot.exe reboot
</code></pre>
<p dir="auto">14、<strong>分区只读</strong></p>
<p dir="auto">rootfs分区只读。</p>
<p dir="auto">Tina中执行：</p>
<pre><code>mount
</code></pre>
<p dir="auto">可见</p>
<p dir="auto">/dev/root 行(一般在第一行)有ro的字样，则说明rootfs分区为可读状态，结果如下：</p>
<pre><code>root@TinaLinux:/# mount
/dev/root on /rom type squashfs (ro,noatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=504628k,nr_inodes=126157,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/by-name/UDISK on /overlay type ubifs (rw,relatime,assert=read-only,ubi=0,vol=8)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
none on /sys/kernel/config type configfs (rw,relatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
</code></pre>
]]></description><link>https://bbs.aw-ol.com/topic/827/新人上手-d1哪吒开发板tina-linux下分区烧写与分区只读</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 00:26:13 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/827.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Dec 2021 08:08:34 GMT</pubDate><ttl>60</ttl></channel></rss>