This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP-L138: out2rprc.exe challenges

Part Number: OMAP-L138
Other Parts Discussed in Thread: OMAPL138

The dependency of out2rprc.exe on .NET 3.5 creates issues.

We have incorporated out2rprc.exe in post-build steps in projects for the C674x core of the OMAP-L138.

We use out2rprc.exe to take the .out file and create a .bin file.

We append a CRC32 checkvalue to the file and load it into NAND Flash.

We based our OMAP-L138 ARM core userbootloader on the LCDK bootloader project in OMAPL138_StarterWare_1_10_04_01

Our userbootloader loads the memory sections stored in the *.bin file in NAND Flash.

That all has been working fine for years.

Lately, if we set up Code Composer Studio on a new workstation, out2rprc.exe will fail to run until we install .NET 3.5

I have learned recently that folks are having trouble using out2rprc.exe on a Windows build server because they cannot install .NET 3.5.

Are there options to move forward?

Alternative to out2rprc.exe for the C674x core of the OMAP-L138?

A way to rebuild out2rprc.exe so it can run on a Windows build server?