Slide 21
Slide 21 text
U-Bootのビルド
$ git git://git.denx.de/u-boot.git && cd u-boot
$ curl
https://gist.githubusercontent.com/tnishinaga/ea0180fc28227ad158d3092645ccb575/raw/76cbb90cf30a23
d3a59c860c7a887250b31a385b/disable_spl_stm32f7.diff | git apply
U-Bootのソースをダウンロード.SPLを切るパッチを当てる
$ make stm32f746-disco_defconfig
$ make menuconfig
STM32F746-disco用の設定からFITを有効化