A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: eod1700014589748
Ixiasoft
Visible to Intel only — GUID: eod1700014589748
Ixiasoft
14.1. Read-Only Zip File System in BSP Editor
Parameters | Memory | |
---|---|---|
SDM AS Configuration Flash | Other | |
Name of the mount point for the file system (e.g., /mnt/rozipfs) | Yes | Yes |
Offset from the memory base address | Yes | Yes |
Base address of the memory in Platform Designer | No | Yes |
Enable Mailbox Client IP driver | Yes | No |
Name of the Mailbox Client IP from system.h (e.g., /dev/mailbox_ip) | Yes | No |
- Using SDM AS configuration flash.
- Read-only zip file system starts from 0x2000000 (Offset of 0x2000000 from flash base address).
- Using other memories.
- Memory starts from 0x8000000 in Platform Designer.
- Read-only zip file system starts from 0xA000000 (Offset of 0x2000000 from memory base address).
After you make these settings, the BSP Editor includes and links the file subsystem in the project. After you rebuild the project, the system.h file reflects the presence of this software package in the system.
fopen("/mnt/rozipfs/example.txt", "r");