Ignore:
Timestamp:
Jul 14, 2015, 5:02:32 PM (9 years ago)
Author:
alain
Message:

Rename the path to .elf file in the "appli.py" files,
because the "build" directory has been renamed to "bin" on virtual disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/router/router.py

    r589 r610  
    5454    mapping.addVseg( vspace, 'router_data_0', data_0_base , data_0_size,
    5555                     'C_WU', vtype = 'ELF', x = 0, y = 0, pseg = 'RAM',
    56                      binpath = 'build/router/appli.elf',
     56                     binpath = 'bin/router/appli.elf',
    5757                     local = False )
    5858
     
    6060    mapping.addVseg( vspace, 'router_data_1', data_1_base , data_1_size,
    6161                     'C_WU', vtype = 'ELF', x = x_size - 1, y = y_size - 1, pseg = 'RAM',
    62                      binpath = 'build/router/appli.elf',
     62                     binpath = 'bin/router/appli.elf',
    6363                     local = False )
    6464
     
    6868            mapping.addVseg( vspace, 'router_code_%d_%d' %(x,y), code_base , code_size,
    6969                             'CXWU', vtype = 'ELF', x = x, y = y, pseg = 'RAM',
    70                              binpath = 'build/router/router.elf',
     70                             binpath = 'bin/router/router.elf',
    7171                             local = True )
    7272
Note: See TracChangeset for help on using the changeset viewer.