Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update M1 support #1049

Closed
wants to merge 1 commit into from
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
16 changes: 0 additions & 16 deletions docs/HowTo/Troubleshoot/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,22 +170,6 @@ A quick, non-persistent workaround is to use the non-blocking random generator i
sudo mount /dev/urandom /dev/random -o bind
```

## Quorum Developer Quickstart not working on Apple M1 chip

The [Quorum Developer Quickstart](../../Tutorials/Developer-Quickstart.md) does not currently support
the Apple M1 chip. The quickstart starts up on machines that use the chip, but may show the
following symptoms:

* All JSON-RPC calls return an empty reply from the server
* The Grafana dashboard shows no data
* The `docker ps` command displays an AMD message about the containers:

```bash
Image may have poor performance, or fail, if run via emulation
```

* No logs can be downloaded

## Unsupported address exception while running from Docker

While [running Besu from a Docker image](../../HowTo/Get-Started/Installation-Options/Run-Docker-Image.md), you might get the following exception:
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorials/Developer-Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Quorum Developer Quickstart uses the Hyperledger Besu Docker image to run a

- One of the following operating systems:
- Linux on x86_64 architecture
- macOS on an Intel processor (M1 processor not supported yet)
- macOS
- Windows 64-bit edition, with:
- Windows Subsystem for Linux 2
- Docker desktop configured to use the WSL2-based engine
Expand Down