deadmetaphor Posted December 22, 2015 Posted December 22, 2015 Hi, I am new to armbian, and I was trying to compile the vanilla kernel for the Banana Pi M2. I get the following error: Compiling DTB ccache ... DTC arch/arm/boot/dts/sun5i-a13-inet-98v-rev2.dtb DTC arch/arm/boot/dts/sun5i-a13-olinuxino.dtb DTC arch/arm/boot/dts/sun5i-a13-olinuxino-micro.dtb DTC arch/arm/boot/dts/sun5i-a13-q8-tablet.dtb DTC arch/arm/boot/dts/sun5i-a13-utoo-p66.dtb DTC arch/arm/boot/dts/sun5i-r8-chip.dtb DTC arch/arm/boot/dts/sun6i-a31-app4-evb1.dtb DTC arch/arm/boot/dts/sun6i-a31-colombus.dtb ERROR (duplicate_node_names): Duplicate node name /soc@01c00000/pinctrl@01c2 ERROR: Input tree has errors, aborting (use -f to force output) make[1]: *** [arch/arm/boot/dts/sun6i-a31-app4-evb1.dtb] Error 2 make[1]: *** Waiting for unfinished jobs.... ERROR (duplicate_node_names): Duplicate node name /soc@01c00000/pinctrl@01c2 ERROR: Input tree has errors, aborting (use -f to force output) make[1]: *** [arch/arm/boot/dts/sun6i-a31-colombus.dtb] Error 2 make: *** [dtbs] Error 2 I thought I missed some instruction, and restarted the whole process, I still similar error Compiling DTB ccache ... make[1]: *** [arch/arm/boot/dts/sun6i-a31-app4-evb1.dtb] Error 2 make[1]: *** Waiting for unfinished jobs.... DTC arch/arm/boot/dts/sun6i-a31-m9.dtb ERROR (duplicate_node_names): Duplicate node name /soc@01c00000/pinctrl@01c2 ERROR: Input tree has errors, aborting (use -f to force output) make[1]: *** [arch/arm/boot/dts/sun6i-a31-colombus.dtb] Error 2 ERROR (duplicate_node_names): Duplicate node name /soc@01c00000/pinctrl@01c2 ERROR: Input tree has errors, aborting (use -f to force output) make[1]: *** [arch/arm/boot/dts/sun6i-a31-hummingbird.dtb] Error 2 ERROR (duplicate_node_names): Duplicate node name /soc@01c00000/pinctrl@01c2 ERROR: Input tree has errors, aborting (use -f to force output) make[1]: *** [arch/arm/boot/dts/sun6i-a31-m9.dtb] Error 2 ERROR (duplicate_node_names): Duplicate node name /soc@01c00000/pinctrl@01c2 ERROR: Input tree has errors, aborting (use -f to force output) make[1]: *** [arch/arm/boot/dts/sun6i-a31-i7.dtb] Error 2 make: *** [dtbs] Error 2 The host machine is a Ubuntu 14.04 amd64 with kernel version 3.19.0-41-generic What am I doing wrong here?
deadmetaphor Posted December 23, 2015 Author Posted December 23, 2015 OK, this was because I wasn't using the master branch of igor's lib and the branch I was on wasn't picking the latest stable release correctly. It's all working now. 1
Recommended Posts