Commit 4b574d30670613da9906683d3dad3ebdc40bf1d2

Authored by 장형기
1 parent c14f459edf
Exists in master and in 2 other branches fhd, fhd-demo

spi-tool 추가

buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/root/.prime_oven/.buildroot_version
1   -2017. 03. 09. (목) 18:31:42 KST
  1 +2017. 03. 10. (금) 13:02:36 KST
... ...
buildroot/buildroot-2016.08.1/configs/imx6s_prime_oven_defconfig
... ... @@ -18,6 +18,8 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
18 18 BR2_TARGET_GENERIC_ROOT_PASSWD="root"
19 19 BR2_SYSTEM_BIN_SH_BASH=y
20 20 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
  21 +BR2_TARGET_TZ_INFO=y
  22 +BR2_TARGET_LOCALTIME="Asia/Seoul"
21 23 BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
22 24 BR2_PACKAGE_BUSYBOX_WATCHDOG=y
23 25 BR2_PACKAGE_ALSA_UTILS=y
... ... @@ -49,6 +51,7 @@ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y
49 51 BR2_PACKAGE_IMX_GPU_VIV=y
50 52 BR2_PACKAGE_I2C_TOOLS=y
51 53 BR2_PACKAGE_MEMTESTER=y
  54 +BR2_PACKAGE_SPI_TOOLS=y
52 55 BR2_PACKAGE_LIBIMXVPUAPI=y
53 56 BR2_PACKAGE_LIBGLIB2=y
54 57 BR2_PACKAGE_ETHTOOL=y
... ... @@ -74,4 +77,3 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
74 77 BR2_TARGET_ROOTFS_EXT2=y
75 78 BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072
76 79 BR2_TARGET_ROOTFS_EXT2_GZIP=y
77   -# BR2_TARGET_ROOTFS_TAR is not set
... ...
buildroot/buildroot-2016.08.1/configs/imx6s_prime_oven_qt5_defconfig
... ... @@ -51,6 +51,7 @@ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y
51 51 BR2_PACKAGE_IMX_GPU_VIV=y
52 52 BR2_PACKAGE_I2C_TOOLS=y
53 53 BR2_PACKAGE_MEMTESTER=y
  54 +BR2_PACKAGE_SPI_TOOLS=y
54 55 BR2_PACKAGE_LIBIMXVPUAPI=y
55 56 BR2_PACKAGE_LIBGLIB2=y
56 57 BR2_PACKAGE_ETHTOOL=y
... ...
kernel/linux-imx6_3.14.28/arch/arm/boot/dts/imx6qdl-prime-oven.dtsi
... ... @@ -323,15 +323,16 @@
323 323 pinctrl-0 = <&pinctrl_ecspi1>;
324 324 status = "okay";
325 325  
326   - spidev@0 {
327   - compatible = "spidev";
328   - spi-max-frequency = <20000000>;
329   - reg = <0>;
330   - status = "okay";
331   - };
  326 + flash: mb85rs16@0 {
  327 + #address-cells = <1>;
  328 + #size-cells = <1>;
  329 + compatible = "fujitsu,mb85rs16";
  330 + reg = <0>;
  331 + spi-max-frequency = <20000000>;
  332 + m25p,fast-read;
  333 + };
332 334 };
333 335  
334   -
335 336 &fec {
336 337 pinctrl-names = "default";
337 338 pinctrl-0 = <&pinctrl_enet>;
... ...
release/imx6s-prime-oven.dtb
No preview for this file type
release/ramdisk-prime_oven-128M.gz
No preview for this file type
release/rootfs.tar
No preview for this file type
release/uImage
No preview for this file type