/* * 8MB of NOR flash fitted to the FireBee board.
*/ #define FLASH_PHYS_ADDR 0xe0000000 /* Physical address of flash */ #define FLASH_PHYS_SIZE 0x00800000 /* Size of flash */
#define PART_BOOT_START 0x00000000 /* Start at bottom of flash */ #define PART_BOOT_SIZE 0x00040000 /* 256k in size */ #define PART_IMAGE_START 0x00040000 /* Start after boot loader */ #define PART_IMAGE_SIZE 0x006c0000 /* Most of flash */ #define PART_FPGA_START 0x00700000 /* Start at offset 7MB */ #define PART_FPGA_SIZE 0x00100000 /* 1MB in size */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.