Bootloaderのダウンロードとビルド
$ cd Smoothieware/bootloader/ $ git clone git@github.com:triffid/LPC17xx-DFU-Bootloader.git $ cd LPC17xx-DFU-Bootloader $ make
Serlal-USB変換ケーブルでPCとSmoothieboardのJP5をつなぐ
以下のボタンシーケンスでBootloaderモードに入る
lpc21ispコマンドでブートローダをアップロードする
$ ./build/osx64/lpc21isp -wipe ./bootloader/LPC17xx-DFU-Bootloader/build/DFU-Bootloader.hex /dev/tty.usbserial-DN0129J3 230400 12000 lpc21isp version 1.85 File ./bootloader/LPC17xx-DFU-Bootloader/build/DFU-Bootloader.hex: loaded... Start Address = 0x000000CD converted to binary format... image size : 14064 Image size : 14064 Synchronizing (ESC to abort). OK Read bootcode version: 2 4 Read part ID: LPC1769, 512 kiB ROM / 64 kiB SRAM (0x26113F37) Will start programming at Sector 1 if possible, and conclude with Sector 0 to ensure that checksum is written last. Wiping Device. OK Sector 1: .............................................................................................. Sector 2: .............................................................................................. Sector 3: .......................................... Sector 0: .............................................................................................. Download Finished... taking 1 seconds Now launching the brand new code
LEDをがぜんぶついたまま(点灯してない)でSDカードがマウントできていない状況→書き込みはできたがbootloader起動に失敗
http://smoothieware.org/troubleshooting
ココ読んだ
https://groups.google.com/forum/#!searchin/smoothieware-support/bootloader|sort:relevance/smoothieware-support/FAjKwVjNz5w/SdFrZfgQCAAJ
SDカードをフォーマットしてもう一度firmwareとconfigを書き込めって言ってる