sama5d4.mk 481 B

12345678910111213141516171819
  1. define Device/default-nand
  2. BLOCKSIZE := 128k
  3. PAGESIZE := 2048
  4. SUBPAGESIZE := 2048
  5. MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 2048
  6. endef
  7. define Device/at91-sama5d4_xplained
  8. $(Device/evaluation-dtb)
  9. DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D4 Xplained
  10. KERNEL_SIZE := 6144k
  11. BLOCKSIZE := 256k
  12. PAGESIZE := 4096
  13. SUBPAGESIZE := 2048
  14. MKUBIFS_OPTS := -m $$(PAGESIZE) -e 248KiB -c 2082
  15. $(Device/evaluation-sdimage)
  16. endef
  17. TARGET_DEVICES += at91-sama5d4_xplained