You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes an issue booting the Raspberry Pi 4 that shows these log
messages and never successfully mounts the MicroSD:
```
[ 1.928553] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
[ 1.935829] sdhci-iproc fe340000.emmc2: Dropping the link to regulator.1
[ 1.943187] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
[ 1.950413] sdhci-iproc fe340000.emmc2: Dropping the link to regulator.1
```
Fixes#30
This fixes an issue booting the Raspberry Pi 4 that shows these log
messages and never successfully mounts the MicroSD:
```
[ 1.928553] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
[ 1.935829] sdhci-iproc fe340000.emmc2: Dropping the link to regulator.1
[ 1.943187] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
[ 1.950413] sdhci-iproc fe340000.emmc2: Dropping the link to regulator.1
```
Fixes#30
Environment
elixir -v
):Erlang/OTP 22 [erts-10.5.3] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [hipe]
Elixir 1.9.2 (compiled with Erlang/OTP 22)
mix nerves.env --info
)may help
nerves_system_rpi4 v1.10.2 worked correctly, repeatably.
Current behavior
Boot hangs here :
Expected behavior
Erlang VM is started successfully and base app runs.
The text was updated successfully, but these errors were encountered: