missing dependency in building uboot instructions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gadget snap for Raspberry Pi 3 |
New
|
Undecided
|
Unassigned |
Bug Description
Build instructions in README.md at this link:
https:/
Should include installing dtc in the steps to build uboot from source:
sudo apt install gcc-arm-
+ sudo apt install device-
export CROSS_COMPILE=
git clone git://git.
cd u-boot; git checkout v2017.01-rc1
git apply <gadget-
make rpi_3_32b_defconfig
make -j8
On base 16.04 system before dtc install step, following error resulted from build:
DTC arch/arm/
/bin/sh: 1: dtc: not found
scripts/
make[2]: *** [arch/arm/
dts/Makefile:36: recipe for target 'arch-dtbs' failed
make[1]: *** [arch-dtbs] Error 2
Makefile:1241: recipe for target 'dts' failed
make: *** [dts] Error 2