Skip to main content
Marc ZK
Associate II
June 26, 2017
Solved

User guide for creating Filesystem Images (SPWF04Sx)

  • June 26, 2017
  • 2 replies
  • 811 views
Posted on June 26, 2017 at 14:52

Hi

Is there any form of user guide/README.txt for how to create filesystem images using STMicroelectronics\OTA-Images\FS\utils\bin\Windows\CreateFS  (dir2img.bat)

I've previously used httpd_gen.exe and gen.bat for filesystem images for the SPWF01 - can these still be used for the SPWF04?

    This topic has been closed for replies.
    Best answer by Gerardo GALLUCCI
    Posted on June 26, 2017 at 15:05

    httpd_gen.exe can only be used together with SPWF01S.

    SPWF04S needs a FAT filesystem generator. Open & edit makefilesystem.sh (linux) or dir2img.bat (windows). Only need to set size (default: 46) and path to root directory (default: '..\..\makeImage\pages')

    2 replies

    Gerardo GALLUCCI
    ST Employee
    June 26, 2017
    Posted on June 26, 2017 at 15:05

    httpd_gen.exe can only be used together with SPWF01S.

    SPWF04S needs a FAT filesystem generator. Open & edit makefilesystem.sh (linux) or dir2img.bat (windows). Only need to set size (default: 46) and path to root directory (default: '..\..\makeImage\pages')

    Marc ZK
    Marc ZKAuthor
    Associate II
    June 26, 2017
    Posted on June 26, 2017 at 15:09

    Thank you for clarifying

    Gerardo GALLUCCI
    ST Employee
    June 26, 2017
    Posted on June 26, 2017 at 20:51

    Please close this thread if/when solved