mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Additional info for Flashing an Odroid-N2+ (#19828)
This commit is contained in:
parent
bd16b0218f
commit
030ce9ec11
@ -37,13 +37,21 @@ After The ODROID-N2+ is set to SPI boot mode and powered on, it boots into a ter
|
||||
|
||||

|
||||
|
||||
1. Use the following command at the console to confirm the storage device node:
|
||||
<div class='note'>
|
||||
|
||||
When using the command line, it may return the following message:
|
||||
`can't access tty; job control turned off.`
|
||||
You can safely ignore this message and proceed with the installation
|
||||
|
||||
</div>
|
||||
|
||||
2. Use the following command at the console to confirm the storage device node:
|
||||
|
||||
```bash
|
||||
ls /dev/mmc*
|
||||
```
|
||||
|
||||
1. Set the storage device on the ODROID-N2+ as a mass storage device using the `ums` command (USB Mass storage mode).
|
||||
3. Set the storage device on the ODROID-N2+ as a mass storage device using the `ums` command (USB Mass storage mode).
|
||||
This will configure the ODROID-N2+ and OTG to act as a memory card reader:
|
||||
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user