changeset 34:07589f738e5e

Update to reflect reality (ish)
author Daniel O'Connor <darius@dons.net.au>
date Mon, 11 Mar 2013 19:51:34 +1030
parents d3b7d4964807
children 1fdfbad9eca7
files README.txt
diffstat 1 files changed, 8 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Tue Nov 27 15:56:31 2012 +1030
+++ b/README.txt	Mon Mar 11 19:51:34 2013 +1030
@@ -6,6 +6,12 @@
 Unfortunately the CD that came with it is in Chinese, this page has a review
 http://www.deeplyembedded.net/index.php/categories/8-hardware-reviews/5-strive-mini-stm32?showall=&limitstart=
 
+A working example from the CD is in
+/Users/darius/projects/STM32Strive/奋斗STM32开发板例程/奋斗STM32开发板例程/奋斗STM32开发板V3/STM32奋斗版GIF动画例程/STM32奋斗版ucOS II V2.86 uCGUI 3.9 DEMO/ObjFlash/STM32-FD-ucgui.hex
+
+Which can be loaded by running...
+/opt/local/bin/python ~/projects/blackmagic/scripts/hexprog.py -d /dev/cu.usbmodem7FC58901 '/Users/darius/projects/STM32Strive/奋斗STM32开发板例程/奋斗STM32开发板例程/奋斗STM32开发板V3/STM32奋斗版GIF动画例程/STM32奋斗版ucOS II V2.86 uCGUI 3.9 DEMO/ObjFlash/STM32-FD-ucgui.hex'
+
 The RTC is powered by a CR1220 battery.
 
 It has a SST25VF016B connected to SPI and a micro SD slot connected to
@@ -16,19 +22,9 @@
 
 Toolchain
 =========
-Created from https://github.com/MikeSmith/summon-arm-toolchain run
-as..
-/summon-arm-toolchain DARWIN_OPT_PATH=/opt/local LIBSTM32_EN=1 LIBSTM32_EN=1
-
-MacPorts tools did not work properly - it generated code which jumped
-to 0x00 in random places.
+Created from https://github.com/PX4/homebrew-px4
 
 Debug tool
 ==========
-mkdir /tmp/stlink
-cp darwin/Info.plist /tmp/stlink
-sudo chown -R root: /tmp/stlink
-sudo kextload /tmp/stlink
+Using a Blackmagic probe
 
-~/projects/stlink32/build/st-util 61234 /dev/dummy
-