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

Segmentation fault error when starting the simulator #274

Open
rllola opened this issue Dec 28, 2023 · 0 comments
Open

Segmentation fault error when starting the simulator #274

rllola opened this issue Dec 28, 2023 · 0 comments

Comments

@rllola
Copy link

rllola commented Dec 28, 2023

I am running ubuntu 20.04

This is the logs I have after trying to start the simulator.

Building cross-compiler
make -C f469-disco/micropython/mpy-cross \
DEBUG=0 && \
cp f469-disco/micropython/mpy-cross/mpy-cross bin
make[1]: Entering directory '/home/lola/Workspace/specter-diy/f469-disco/micropython/mpy-cross'
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
make[1]: Leaving directory '/home/lola/Workspace/specter-diy/f469-disco/micropython/mpy-cross'
Building binary with frozen files
make -C f469-disco/micropython/ports/unix \
	USER_C_MODULES=../../../usermods \
	FROZEN_MANIFEST=../../../../manifests/unix.py && \
cp f469-disco/micropython/ports/unix/micropython bin/micropython_unix
make[1]: Entering directory '/home/lola/Workspace/specter-diy/f469-disco/micropython/ports/unix'
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
Including User C Module from ../../../usermods/qrcode
Including User C Module from ../../../usermods/scard
Including User C Module from ../../../usermods/sdram
Including User C Module from ../../../usermods/secp256k1
Including User C Module from ../../../usermods/udisplay_f469
Including User C Module from ../../../usermods/uebmit
Including User C Module from ../../../usermods/uhashlib
make[1]: Leaving directory '/home/lola/Workspace/specter-diy/f469-disco/micropython/ports/unix'
bin/micropython_unix simulate.py
Running TCP-UART on 127.0.0.1 port 22849 - connect with telnet
Connect to 127.0.0.1:22849 to send QR code content
Pin None set to ON
make: *** [Makefile:68: simulate] Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant