+Adam Green is working on a new SD card driver for Smoothie.
If that code ends up integrated into Smoothie, possible benefits include insane increases in speed, and being error-tolerant when using an external SD card ( CRC Checks/Error recovery ). Neat !
If you own :
- A Smoothieboard ( or a compatible board )
- A SD card that did not came with your board ( those were already tested )
- A FTDI cable
You can totally help !
We need testing of the code. It’ll help make it better. It’s pretty easy :
- Download https://github.com/adamgreen/SDCard/blob/master/bins/SoakTest-Smoothie1.bin
- Rename to “firmware.bin”
- Paste the file to your SD card
- Reset the board. The board flashes the test program
- Connect a FTDI cable to the “Serial” ( UART ) port on the Smoothieboard ( near the USB connector ). Note : USB/Serial using Smoothie’s USB port doesn’t work for this.
- Connect using your favorite Serial terminal ( I use cutecom ). Baud rate : 9600
- Reset the board, follow instructions.
If your run shows any error, or if it ran for a full night without errors, report to Adam.
Adam wrote very nice instructions here : https://github.com/adamgreen/SDCard
If you need help with anything, I’m here.
Cheers, and thanks a lot to all you testers !!!