Skip to content

Instantly share code, notes, and snippets.

@aaronautt
Created April 27, 2020 14:33
Show Gist options
  • Save aaronautt/6eca227a81e1b115f4162adf22a67384 to your computer and use it in GitHub Desktop.
Save aaronautt/6eca227a81e1b115f4162adf22a67384 to your computer and use it in GitHub Desktop.
cd <plnx proj>/components/plnx_workspace/device-tree/device-tree
gcc -I ../../../../project-spec/meta-user/recipes-bsp/device-tree/files/ -E -nostdinc -undef -D__DTS__ -x assembler-with-cpp -o system-top.dts.tmp system-top.dts
dtc -I dts -O dtb -o system-top.dtb system-top.dts.tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment