Good evening.
Please help me.
I tried to create new platform from NS9210.
The difference with the Digi NS9210-NET-J board is only the following points.
#define BSP_GPIO_MUX_I2C
BSP_GPIO_MUX_USE_PRIMARY_PATH
#define BSP_GPIO_INITIAL_STATE_PINA24
BSP_GPIO_INITIAL_STATE_OUTPUT_DRIVER_LOGIC1
Then, work began according to “Creating a New Platform” in Programmers_Guide.pdf after having corrected these.
However, I lost the way in Step6.
In src/linkerscripts directory, there are neither Makefile.inc nor Makefile.original.
I executed even Task1 on page 43 disregarding this problem.
However, the error occurred in the build.
What shall I do?