First page Back Continue Last page Summary Graphics
Target File System Creation
Need to build image for target's non-volatile memory
Have normal directory on host:
- Contains root directory for target
- Executables (e.g. Windowing system and application code)
Compact flash card:
- Acts just like small solid-state hard drive
- Add kernel to image
Flash memory on device:
- Pack like compressed tar file if little space
- Add program to extract kernel
- Translate into form download program uses, e.g. S-records