STATUS mkbootTffs ( int drive, /* drive number: (0 - TFFS_MAX_DRIVES - 1) */ int removable, /* removable or not: (TRUE - FALSE) */ char *in /* name of file to read: "bootrom_uncmp" */ )
In the following example, the first zero identifies drive zero as the flash device to be made into a boot device. The second zero indicates that the flash is not removable. The bootrom_uncmp parameter specifies the name of the boot file.
-> mkbootTffs 0, 0, "bootrom_uncmp"