10 SD Preloader using DS-5

V0.0.1

10.1 Histroy

  • 2014-04-24, rayoslee, release V0.0.1

10.2 FAQ

  1. How to import S605 SD preloader project into your Workspace in DS-5?
    • tar Jxvf S605-32_SDPreloader.tar.xz in your DS-5’s Workspace
    • Open DS-5 and select File / Import…
    • Select General / Existing Projects into Workspace And follow step by step message box.
    • When you done this. You will see S605 project in the Project Explorer view(On the left side of the IDE)
    • Select S605 and press right-key to select Properties.
    • Navigate the C/C++Build –> Settings and press Manage configurations. in the top-right of the page.
    • Select Release to be a Active status.
    • Now, you can build out S605.bin and S605.axf for S605-32 SD preloader.
  2. Where can find the configuration of the project S605 about DS-5’s IDE?
    • S605/Release/makefile and S605/Release/Src/subdir.mk
    • These are made by auto-generated from DS-5’s IDE when you compose them (ARM Compiler tools as armar, armasm, armcc, armlink and fromelf)