1. 07 Oct, 2018 1 commit
    • Robert Sprowson's avatar
      Typo in Desc file corrected · 1d078fcb
      Robert Sprowson authored
      The IGEPv2 script is installed with a 'scr' suffix by the makefile, not 'ini'.
      Now runs to completion, but not tested on target hardware.
      
      Version 1.27. Tagged as 'SDCreate-1_27'
      1d078fcb
  2. 06 Feb, 2018 1 commit
    • ROOL's avatar
      Add output mode for Wandboard SD cards · 2becf3fe
      ROOL authored
      Detail:
        Add an extra radio icon and supporting code to generate images for a Wandboard target, based on the detail in RiscOS/Sources/HAL/iMx6/s/LowBoot.
        Because the on chip loader looks at specific offsets on the SD card we can't use the same FAT layout and file copy operations that the OMAPs do, instead a special FAT image was created:
          mkdosfs -C -R 16386 -s 2 -S 512 blank,fc8 64260
                        ^        ^  ^               ^
                        |        |  |               +---- same as blank for OMAP
                        |        |  +-------------------- 512B/sector
                        |        +----------------------- 2 sectors per cluster
                        +-------------------------------- 8MB reserved for ROM + 1 for BPB + 1 spare
      
        then the SDCreate program writes the ROM and CMOS into the reserved area plus a welcome note explaining what's happened.
        FrontEnd Desc/Messages/Templates updated accordingly.
        Permit CMOS files of size 260 (256 + the version...
      2becf3fe
  3. 21 May, 2012 1 commit
    • Jeffrey Lee's avatar
      Miscellaneous fixes and improvements · 07c77d0e
      Jeffrey Lee authored
      Detail:
        Resources/UK/Desc - Changed handling of icon 17 (SCSI drive number) so that it gets restored properly when saved choices are reloaded
        Resources/UK/Templates,fec - Added scroll bars, resize icon, etc. to main window to make it usable on low-res displays
        Resources/UK/!Help - Add linebreaks to wrap text to 80 columns. Required for it to display properly in FrontEnd's help viewer. Updated changelog.
        bas/SDCreate:
        - Tidied up formatting a bit and added LOCAL's to procedures/functions to make it clearer which vars are local and which are global.
        - PROCdismount now dismounts the drive under both Fat32Fs and SCSIFS instead of just SCSIFS.
        - Added PROCCheckDisc to handle warning the user about potential data loss when writing an image to card/disc, and to provide an additional warning if the target disc holds !Boot or is the configured boot drive.
      Admin:
        Tested in a few situations to ensure Fat32Fs dismounting and !Boot drive/boot drive detection works OK
      
      
      Version 1.25. Tagged as 'SDCreate-1_25'
      07c77d0e
  4. 25 Mar, 2012 1 commit
  5. 22 Feb, 2012 2 commits
    • Jeffrey Lee's avatar
      Import SDCreate as a bona fide component · 9dcdad10
      Jeffrey Lee authored
      Detail:
        BSD licensed version of SDCreate for packaging into ROM downloads, disc images, etc.
        Functionaly equivalent to V1.21 from www.phlamethrower.co.uk, but can be built as an installable app or forced to install itself during release_autobuild for the benefit of the autobuilder
        This will now be the main home of the SDCreate sources.
      Admin:
        Builds OK, but untested at runtime
      
      
      Version 1.23. Tagged as 'SDCreate-1_23'
      9dcdad10
    • Jeffrey Lee's avatar
      created by srccommit. · 5fd5979f
      Jeffrey Lee authored
      5fd5979f