-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Using Ubuntu 16.04 but also tested against 14.04 in VM and physical workstation.
sudo apt-get install libdevil-dev libtool-bin libtool libfontconfig1-dev clang libelf-dev freeglut3 freeglut3-dev gcc-avr avr-libc gcc make git libcairo2-dev picocom
git clone https://github.com/buserror/simreprap
cd simreprap
make -I shared/libc3/
SIMAVR_UART_XTERM=1 obj-x86_64-linux-gnu/reprap.elfWhat happens:
- ✅ Simreprap opens and is responsive
- ✅
xterm -e picocom -b 115200launches with what appears to be a serial session to Marlin - ⛔️ Serial port is unresponsive to any commands or GCODE
We also tried:
- ⛔️
echo-ing to the/devand to the/tmp/simavr-uartXXXwith no response - ⛔️
putty-ing to the/devand to the/tmp/simavr-uartXXXwith no response
Is there a step we're missing or is simreprap incompatible with Ubuntu?
Metadata
Metadata
Assignees
Labels
No labels