Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/common/general/_etcher.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ sudo dpkg -i balena-etcher_1.19.16_amd64.deb

7. 启动系统

<pre>
按照上述步骤成功烧录 microSD 卡后, 将 microSD 卡插入 {props.product} 的
MicroSD 插槽内(如下图所示), 使用 {props.power_supply}{" "}
电源适配器上电,然后系统开始启动,HDMI显示桌面。
</pre>
<pre>{`按照上述步骤成功烧录 microSD 卡后, 将 microSD 卡插入 ${props.product} 的\nMicroSD 插槽内(如下图所示), 使用 ${props.power_supply}\n电源适配器上电,然后系统开始启动,HDMI显示桌面。`}</pre>

<div style={{display: `${props.pwr_tip ?"block": "none"}`}}>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@ The downloaded system image is in compressed format. You must decompress it firs

7. Starting the system

<pre>
After successfully burning the microSD card according to the above steps,
insert the microSD card into the MicroSD slot of {props.product}(as shown
below), power on the system with the {props.power_supply} power adapter, and
then the system will start booting and HDMI will display the desktop.
</pre>
<pre>{`After successfully burning the microSD card according to the above steps,\ninsert the microSD card into the MicroSD slot of ${props.product}(as shown\nbelow), power on the system with the ${props.power_supply} power adapter, and\nthen the system will start booting and HDMI will display the desktop.`}</pre>

<div style={{display: `${props.pwr_tip ?"block": "none"}`}}>

Expand Down
Loading