Hello everybody ! I have a SABRE Platform for Smart Devices, and I would like to try this platform using the Yocto project. I followed the instructions here : https://community.freescale.com/docs/DOC-93844
I have modified the local.conf and here is my build configuration : BB_VERSION = "1.20.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "imx6qsabreauto" DISTRO = "poky" DISTRO_VERSION = "1.5" TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa9" TARGET_FPU = "vfp-neon" I am on the dora branch. I used dd and flashed my SD card, using the fsl-image-gui-imx6qsabreauto.sdcard image generated. When booting, I don't have anything displayed. I only have the D3 LED freezed in red, and when I connect the uart to usb, I don't have any message. When I use the android image I have with the board, I have the console messages on uart, and the display is ok. Next, I switched to master branch, and selected the imx6dlsabreauto machine. I get an error on do_install for the linux-imx : ERROR: Function failed: do_install (log file is located at /home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/temp/log.do_install.31088) ERROR: Logfile of failure stored in: /home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/temp/log.do_install.31088 Log data follows: | DEBUG: Executing python function package_get_auto_pr | DEBUG: Python function package_get_auto_pr finished | DEBUG: Executing shell function do_install | NOTE: make -j 8 DEPMOD=echo INSTALL_MOD_PATH=/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image modules_install | INSTALL drivers/gpu/drm/drm.ko | INSTALL drivers/hid/hid-a4tech.ko | INSTALL drivers/hid/hid-chicony.ko | INSTALL drivers/hid/hid-cherry.ko | INSTALL drivers/hid/hid-apple.ko | INSTALL crypto/tcrypt.ko | INSTALL drivers/gpu/drm/vivante/vivante.ko | INSTALL drivers/hid/hid-belkin.ko | INSTALL drivers/hid/hid-cypress.ko | INSTALL drivers/hid/hid-ezkey.ko | INSTALL drivers/hid/hid-gyration.ko | INSTALL drivers/hid/hid-monterey.ko | INSTALL drivers/hid/hid-logitech.ko | INSTALL drivers/hid/hid-microsoft.ko | INSTALL drivers/hid/hid-petalynx.ko | INSTALL drivers/hid/hid-samsung.ko | INSTALL drivers/hid/hid-pl.ko | INSTALL drivers/hid/hid-sony.ko | INSTALL drivers/hid/hid-sunplus.ko | INSTALL drivers/i2c/algos/i2c-algo-bit.ko | INSTALL drivers/media/video/gspca/gspca_main.ko | INSTALL drivers/media/video/mxc/capture/adv7180_tvin.ko | INSTALL drivers/media/video/mxc/capture/camera_sensor_clock.ko | INSTALL drivers/media/video/mxc/capture/ipu_bg_overlay_sdc.ko | INSTALL drivers/media/video/mxc/capture/ipu_csi_enc.ko | INSTALL drivers/media/video/mxc/capture/ipu_fg_overlay_sdc.ko | INSTALL drivers/media/video/mxc/capture/ipu_prp_enc.ko | INSTALL drivers/media/video/mxc/capture/ipu_still.ko | INSTALL drivers/media/video/mxc/capture/ov3640_camera.ko | INSTALL drivers/media/video/mxc/capture/ov5640_camera.ko | INSTALL drivers/media/video/mxc/capture/mxc_v4l2_capture.ko | INSTALL drivers/media/video/mxc/capture/ov5640_camera_mipi.ko | INSTALL drivers/media/video/mxc/capture/ov5642_camera.ko | INSTALL drivers/media/video/uvc/uvcvideo.ko | INSTALL drivers/media/video/mxc/capture/ov8820_camera_mipi.ko | INSTALL drivers/net/wireless/ath/ath6kl/ath6kl.ko | INSTALL drivers/misc/mxs-perfmon.ko | INSTALL drivers/net/wireless/ath/ath.ko | INSTALL drivers/mxc/mlb/mxc_mlb150.ko | INSTALL drivers/scsi/scsi_wait_scan.ko | INSTALL drivers/usb/gadget/g_audio.ko | INSTALL drivers/usb/gadget/g_ether.ko | INSTALL drivers/usb/gadget/g_file_storage.ko | INSTALL drivers/usb/gadget/g_serial.ko | INSTALL fs/autofs4/autofs4.ko | INSTALL fs/nls/nls_utf8.ko | INSTALL fs/nls/nls_ascii.ko | INSTALL lib/crc-ccitt.ko | DEPMOD 3.0.35-4.1.0+yocto+gbdde708 | Warning: you may need to install module-init-tools | See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt | 0 blocks | NOTE: make -j 8 -C /home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel CC=arm-poky-linux-gnueabi-gcc -mno-thumb-interwork -marm LD=arm-poky-linux-gnueabi-ld.bfd clean | make: Entering directory `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel' | CLEAN . | CLEAN arch/arm/kernel | CLEAN firmware | CLEAN kernel | CLEAN lib | CLEAN arch/arm/boot/compressed | CLEAN arch/arm/boot | CLEAN drivers/tty/vt | CLEAN drivers/video/logo | CLEAN vmlinux System.map | make: Leaving directory `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel' | make: Entering directory `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel' | HOSTCC scripts/basic/fixdep | HOSTCC scripts/kconfig/conf.o | HOSTCC scripts/kconfig/zconf.tab.o | HOSTLD scripts/kconfig/conf | scripts/kconfig/conf --silentoldconfig Kconfig | make: Leaving directory `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel' | make: Entering directory `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel' | CLEAN scripts/basic | CLEAN scripts/genksyms | CLEAN scripts/kconfig | CLEAN scripts/mod | CLEAN scripts | make: Leaving directory `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel' | cp: `include/generated/asm-offsets.h' and `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel/include/generated/asm-offsets.h' are the same file | cp: `include/generated/bounds.h' and `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel/include/generated/bounds.h' are the same file | cp: `include/generated/compile.h' and `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel/include/generated/compile.h' are the same file | cp: `include/generated/mach-types.h' and `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel/include/generated/mach-types.h' are the same file | cp: `include/generated/utsrelease.h' and `/home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/image/usr/src/kernel/include/generated/utsrelease.h' are the same file | WARNING: /home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/temp/run.do_install.31088:1 exit 1 from | cp -r include/generated/asm-offsets.h include/generated/autoconf.h include/generated/bounds.h include/generated/compile.h include/generated/mach-types.h include/generated/utsrelease.h $kerneldir/include/generated/ | ERROR: Function failed: do_install (log file is located at /home/vodalys/fsl-community-bsp/build/tmp/work/imx6dlsabreauto-poky-linux-gnueabi/linux-imx/3.0.35-r37.14/temp/log.do_install.31088) ERROR: Task 292 (/home/vodalys/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/ linux-imx_3.0.35.bb, do_install) failed with exit code '1' Thanks in advance for your help, Best Regards, JM
_______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
