mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
9 lines
312 B
Markdown
9 lines
312 B
Markdown
# AVR Simulator
|
|
|
|
`qemu-system-avr` tries to use all the CPU cicles (leaving a CPU core stuck at 100%; limit CPU core usage to 10% via `--cpus 0.1`. It can be adjusted on slower machines.
|
|
|
|
```bash
|
|
$ podman build -t dcc/net-to-serial:sim .
|
|
$ podman run --init --cpus 0.1 -d -p 2560:2560 dcc/net-to-serial:sim
|
|
```
|