Changeset 314 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Apr 21, 2014, 5:48:29 AM (11 years ago)
Author:
alain
Message:

The main modif is in the Makefile: Disk image building.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r304 r314  
    1313### partition sectors    = 524832
    1414
    15 MAP_XML     ?= mappings/tsar_leti_2_2_4_sort.xml
     15MAP_XML     ?= mappings/tsar_leti_4_4_4_transpose.xml
    1616
    1717### Objects to be linked for kernel.elf
     
    153153        mcopy -o -i $(DISK_IMAGE) build/gameoflife/gameoflife.elf ::/build/gameoflife
    154154        mcopy -o -i $(DISK_IMAGE) build/dhrystone/dhrystone.elf ::/build/dhrystone
     155        mcopy -o -i $(DISK_IMAGE) transpose/images.raw ::/misc
    155156        mcopy -o -i $(DISK_IMAGE) map.bin ::/
    156157        dd if=build/boot/boot.elf of=$(DISK_IMAGE) seek=2 conv=notrunc
Note: See TracChangeset for help on using the changeset viewer.