Linux Applications

MYD-AM335X-Y provides a common peripherals, programs and source code are located at "/Examples/ ", please according to README or Makefile to use them. The debug serial port J10 on the PC connected to the PC serial port, Set baudrate to 115200, 8 data bits, 1 stop bit, no parity.

    $ cd <WORKDIR>/Examples/<app dir>
    $ export CROSS_COMPILE=arm-linux-gnueabihf
    $ make

Attention permission to run the board, If not work, use the following conmand:

    # chmod +x *_test