mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Refactor the SPI and ums info for the ODROID-N2+ (#20007)
This commit is contained in:
parent
7717ed9800
commit
c2d567b80e
@ -14,34 +14,41 @@ To flash your eMMC using Petitboot and OTG-USB, you will need the following item
|
|||||||
|
|
||||||
#### Enabling SPI boot mode
|
#### Enabling SPI boot mode
|
||||||
|
|
||||||
Remove the case of your ODROID-N2+
|
To enable the SPI boot mode:
|
||||||
|
|
||||||

|
1. Power off the ODROID-N2+ by unplugging the power cable.
|
||||||
|
1. Remove the case.
|
||||||
|
|
||||||
Next, locate the toggle for boot mode and switch it from MMC to SPI.
|

|
||||||
|
|
||||||

|
1. Locate the toggle for boot mode and switch it from MMC to SPI.
|
||||||
|
|
||||||
Connect a USB keyboard and HDMI connected monitor to your ODROID-N2+, and then connect power.
|

|
||||||
|
|
||||||
|
1. Connect the ODROID-N2+ directly to your computer via the USB-OTG port located on the front of the board.
|
||||||
|
1. Connect a USB keyboard and a monitor (using HDMI) to your ODROID-N2+.
|
||||||
|
1. Plug in the power cable to power on the ODROID-N2+.
|
||||||
|
|
||||||
#### Enabling USB drive mode
|
#### Enabling USB drive mode
|
||||||
|
|
||||||
The ODROID-N2+ will now boot into a terminal. Select `Exit to shell` from the menu.
|
After The ODROID-N2+ is set to SPI boot mode and powered on, it boots into a terminal. To enable the USB drive mode:
|
||||||
|
|
||||||

|
1. Select `Exit to shell` from the menu.
|
||||||
|
|
||||||
Use the following command at the console to confirm the storage device node:
|

|
||||||
|
|
||||||
```bash
|
1. Use the following command at the console to confirm the storage device node:
|
||||||
ls /dev/mmc*
|
|
||||||
```
|
|
||||||
|
|
||||||
Set the storage device on the ODROID-N2+ as a mass storage device using `ums` (USB Mass storage mode)
|
```bash
|
||||||
This will configure the ODROID-N2+ and OTG to act as a memory card reader.
|
ls /dev/mmc*
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
1. Set the storage device on the ODROID-N2+ as a mass storage device using the `ums` command (USB Mass storage mode).
|
||||||
ums /dev/mmcblk0
|
This will configure the ODROID-N2+ and OTG to act as a memory card reader:
|
||||||
```
|
|
||||||
|
```bash
|
||||||
|
ums /dev/mmcblk0
|
||||||
|
```
|
||||||
|
|
||||||
#### Flashing Home Assistant
|
#### Flashing Home Assistant
|
||||||
|
|
||||||
@ -51,4 +58,4 @@ When the flash process is complete, disconnect the ODROID-N2+ from your PC and r
|
|||||||
|
|
||||||
Once it is back in its case, connect your ODROID-N2+ to your network with an Ethernet cable and plug in power.
|
Once it is back in its case, connect your ODROID-N2+ to your network with an Ethernet cable and plug in power.
|
||||||
|
|
||||||
If your router supports mDNS, you will be able to reach your installation on `http://homeassistant.local:8123`. If your network doesn’t support mDNS, you’ll have to use the IP address of your ODROID-N2+ instead of `homeassistant.local`. For example, `http://192.168.0.9:8123`. You should be able to find the IP address of your ODROID-N2+ from the admin interface of your router.
|
If your router supports mDNS, you will be able to reach your installation on `http://homeassistant.local:8123`. If your network doesn’t support mDNS, you’ll have to use the IP address of your ODROID-N2+ instead of `homeassistant.local`. For example, `http://192.168.0.9:8123`. You should be able to find the IP address of your ODROID-N2+ from the admin interface of your router.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user