help for start smoothie project software

54 views
Skip to first unread message

Hamid Ghorbani

unread,
Dec 9, 2017, 8:58:40 AM12/9/17
to Smoothie-Dev
hi dear friends.
i am new in smoothie project .i want to test smoothie software on my land tiger lpc1768 board .
1-for test first i change only file main.cpp and right only routhine for test tool chaine software
2-.after this i run buildshel file and write command:"make clean all"
3-then copy main.bin file to my usb bootloader after reset nothing work
4-i check my bootloader is ok.
5-i dont know how software work
i attach my code and schematic my board .
thanks alot for your help

main.cpp
EWB-LPC1768-SCHEMATIC.pdf

Wolfmanjm

unread,
Dec 9, 2017, 4:27:06 PM12/9/17
to Smoothie-Dev

http://smoothieware.org/smoothie-on-a-breadboard

You need to flash the bootloader, or change the start address of your main.

Hamid Ghorbani

unread,
Dec 10, 2017, 1:20:57 AM12/10/17
to Smoothie-Dev
hi dear friend.thanks for your answer . i dont know how can change my start addrese i change the start file of lpc1768.ld file  but nothing happen .
i change same as this:
/////
/* linkker script for mbed lpc1768 */
MEMORY
{
FLASH(rx) :ORIGIN=0X00000000 , LENGTH=512K
/* FLASH (rx) :ORIGIN =16K ,LENGTH=(512K -16K) */
.....
thanks for your help for start my project .



////

Hamid Ghorbani

unread,
Dec 11, 2017, 5:13:39 AM12/11/17
to Smoothie-Dev
hi dear friends .
finally i solve my problem with change start of lpc1768.ld file
only change start address for load from usb bootloader
i share my code change that use for some one else
thanks alot for wolfman for help me.
///////////////////

/* linkker script for mbed lpc1768 */
MEMORY
{
FLASH(rx) :ORIGIN=0X00002000 , LENGTH=512K
/* FLASH (rx) :ORIGIN =16K ,LENGTH=(512K -16K) */
.....


///////////////////////////////
Reply all
Reply to author
Forward
0 new messages