Changes between Initial Version and Version 1 of Ticket #4272


Ignore:
Timestamp:
04/09/21 02:00:27 (3 years ago)
Author:
Chris Johns
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4272 – Description

    initial v1  
    3030The project is to:
    3131
    32 * Design a suitable command line command called `rtems-exe-convert` in Python that is installed when RTEMS is installed. The command is required to accept a suitable set of user options and then detect a BSP's installed script or command and executable it.
     32* Design a suitable command line command called `rtems-exe-convert` in Python that is installed when RTEMS is installed. The command is required to accept a suitable set of user options and then detect a BSP's installed script or command and execute it.
    3333
    34 * Convert all post-link commands in RTEMS 4.11 and RTEMS 5 into a per BSP command called `bsp-exe-convert`. This script or command is installed in the BSP area. These commands are held in the `rtems.git` repo under each BSP and installed when the BSP is installed.
     34* Convert all post-link commands in RTEMS 4.11 and RTEMS 5 into a per BSP command called `bsp-exe-convert`. This will create a script per BSP that supported post-link conversion support. This script or command is installed in the BSP area and will have the same name. These commands are held in the `rtems.git` repo under each BSP and installed when the BSP is installed.
    3535
    3636* Add support for any BSP that needs an executable converter and does not have one.