Date: Fri, 28 Dec 2018 21:54:24 +0900 (JST) From: SAITOU Toshihide <toshi@ruby.ocn.ne.jp> To: freebsd-arm@freebsd.org Subject: difference between buildkernel and release.sh for BBB Message-ID: <20181228.215424.1441029979323733630.toshi@ruby.ocn.ne.jp>
next in thread | raw e-mail | index | archive | help
What is a difference in kernel between these two? make buildkernel TARGET=arm TARGET_ARCH=armv7 KERNCONF=BEAGLEBONE release.sh -c arm/BEAGLEBONE.conf The former kernel can't create spigen0 node. I'm using am335x-boneblack.dtb with the following additions. &am33xx_pinmux { spi0_pins: pinmux-spi0-pins { pinctrl-single,pins = < 0x150 0x0 0x154 0x0 0x158 0x0 0x15c 0x0 >; }; }; &spi0 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&spi0_pins>; spigen0 { compatible = "freebsd,spigen"; reg = <0x0>; status = "okay"; }; }; -- SAITOU Toshihide
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181228.215424.1441029979323733630.toshi>