Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titlepetalinux-build --sdk

This steps can take along time ~ 40 mins to complete

Users can expedite this using the commands below:

mkdir sysroot

tar -xzf rfdc_linux/images/Linux/rootfs.tar.gz -C sysroot ./usr ./lib


The RFDC driver is delivered as a shared object in Linux. The makefile can be seen here and below:

...