Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 04, 2020 04:43AM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 04, 2020 10:31AM |
Registered: 4 years ago Posts: 213 |
dotnet publish -r linux-arm -c Debug -o /opt/dsf/bin DuetControlServer.csproj3. At the moment only UART control of TMC drivers is supported (and this is built into the firmware-sbc.bin version). I'm not aware of anyone getting SPI based drivers to work.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 04, 2020 10:34AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 04, 2020 02:56PM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 05, 2020 02:23PM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 05, 2020 03:14PM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 06, 2020 04:05AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 06, 2020 12:30PM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 06, 2020 01:42PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 06, 2020 02:01PM |
Registered: 13 years ago Posts: 224 |
sudo apt install duetcontrolserver=1.2.5.0 duetsd=1.0.5 duettools=1.2.5.0 duetwebserver=1.2.3.1 duetwebcontrol=2.0.7-1 reprapfirmware=1.2.5.0-1 duetruntime=1.2.5.0 duetsoftwareframework=1.2.5.0
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 06, 2020 02:56PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 06, 2020 03:14PM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 06, 2020 04:29PM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 07, 2020 11:10AM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 07, 2020 11:18AM |
Registered: 13 years ago Posts: 224 |
apt list duetwebserver
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 07, 2020 01:45PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 07, 2020 02:13PM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 08, 2020 03:39AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 08, 2020 07:07AM |
Registered: 11 years ago Posts: 19 |
duetwebserver/unstable 1.3.1 armhf [upgradable from: 1.2.3.1] duetwebserver/unstable 1.3.0 armhf duetwebserver/unstable,now 1.2.3.1 armhf [installed,upgradable to: 1.3.1] duetwebserver/unstable 1.2.1.0 armhf duetwebserver/unstable 1.2.0.0 armhf duetwebserver/unstable 1.1.2.1 armhf duetwebserver/unstable 1.1.2.0 armhf duetwebserver/unstable 1.1.1.0 armhf duetwebserver/unstable 1.1.0.0 armhf
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 08, 2020 10:46AM |
Registered: 11 years ago Posts: 19 |
Warning: Lost connection to Duet (Timeout while waiting for transfer ready pin)I'm going to do a little pcb to connect them in short (with the resistors) as now I have all this in the air, just to make it safe and discard any kind of bad electrical contact.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 09, 2020 01:13PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 05:28AM |
Registered: 4 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 05:45AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 07:18AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 08:25AM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 11:33AM |
Registered: 4 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 01:38PM |
Registered: 11 years ago Posts: 19 |
I's possible that I'm wrong, but I think that the 12864 uses the SPI to connect the SD reader it has, same as wifi module (and SBC mode), so you can use only one.Quote
bcmob
I launched on SKR1.3 https://github.com/gloomyandy/RepRapFirmware/releases/tag/LPC_RRFv3.01RC5 firmware.bin with TMC2209 drivers and screen 12864. It seems that everything works. But I still need wifi through esp8266. In the firmware firmware-wifi.bin screen 12864 does not work. What should I do? Is it possible to simultaneously run "tmc uart", wifi and the screen?
Quote
bcmob
In this case, a huge request to implement full-fledged work through AUX, so that you can use cheap BIQU TFT24 / TFT32, MKS-TFT panels for control. Now through AUX we get the answer only in json on the M408.
Here is the patch that sdavi did Option for aux serial to output responses with compatibility mode for RRF2
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 01:53PM |
Registered: 7 years ago Posts: 1,007 |
Quote
bcmob
In this case, a huge request to implement full-fledged work through AUX, so that you can use cheap BIQU TFT24 / TFT32, MKS-TFT panels for control. Now through AUX we get the answer only in json on the M408.
Here is the patch that sdavi did Option for aux serial to output responses with compatibility mode for RRF2
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 02:12PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 10, 2020 05:21PM |
Registered: 4 years ago Posts: 21 |