Partitions size

The POK_CONFIG_PARTITIONS_SIZE maccro specifies an array with partitions size in bytes. The declaration is an array, each value $n$ represent the size of partition $n$.

There is an example of a such declaration below. Here, we have 4 partitions. The three first partition have a size of 80000 bytes while the last one has a size of 85000 bytes.

#define POK_CONFIG_PARTITIONS_SIZE {80000,80000,80000,85000}



Copyright 2009 POK Team