difference between buildkernel and release.sh for BBB

SAITOU Toshihide toshi at ruby.ocn.ne.jp
Fri Dec 28 12:54:49 UTC 2018


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


More information about the freebsd-arm mailing list