Seeed-Studio / seeed-linux-dtoverlays

Device Tree Overlays for Seeed boards
Other
79 stars 55 forks source link

Build Error when building STM32MP1 overlays #5

Closed Whitt83 closed 4 years ago

Whitt83 commented 4 years ago

Following the instructions at https://wiki.seeedstudio.com/ODYSSEY-STM32MP157C/#set-to-the-gpio-mode --

  1. Successful.
  2. Clone successful, cd successful, but the make all_stm32mp1 fails with the attached log.

seeed-stm32mp1_build_error.txt

Hansen0314 commented 4 years ago

Hi @Whitt83 : we have been updating the wiki. you can use this cmd export CUSTOM_MOD_FILTER_OUT="jtsn-wm8960" before using make all_stm32mp1 . like this ` export CUSTOM_MOD_FILTER_OUT="jtsn-wm8960"

make all_stm32mp1 && sudo make install_stm32mp1 `