* [Buildroot] sky2 not created @ 2015-05-26 16:34 Laurent Joli 2015-05-27 7:46 ` Thomas Petazzoni 0 siblings, 1 reply; 11+ messages in thread From: Laurent Joli @ 2015-05-26 16:34 UTC (permalink / raw) To: buildroot Hi , My Host : Ubuntu 14.04 I would like to build for an qmx6 board from congatec. So, I do : make qmx6_defconfig When I ticked for Marvell driver : SKY2 and SKY2_DEBUG At the end of the build, I have not sky2.ko in my rootfs. What can I do for obtain sky2 drivers ? Thanks, Koax -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150526/b798b24d/attachment.html> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-26 16:34 [Buildroot] sky2 not created Laurent Joli @ 2015-05-27 7:46 ` Thomas Petazzoni 2015-05-27 7:58 ` Laurent Joli 0 siblings, 1 reply; 11+ messages in thread From: Thomas Petazzoni @ 2015-05-27 7:46 UTC (permalink / raw) To: buildroot Dear Laurent Joli, On Tue, 26 May 2015 18:34:43 +0200, Laurent Joli wrote: > When I ticked for Marvell driver : SKY2 and SKY2_DEBUG > > At the end of the build, I have not sky2.ko in my rootfs. > > What can I do for obtain sky2 drivers ? Depends on how you enabled these drivers: as a module, or statically linked into the kernel? Also, what was your exact flow of work? Basically, you need to do: make qmx6_defconfig make linux-menuconfig ... select the sky2 driver ... make Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 7:46 ` Thomas Petazzoni @ 2015-05-27 7:58 ` Laurent Joli 2015-05-27 8:13 ` Thomas Petazzoni 0 siblings, 1 reply; 11+ messages in thread From: Laurent Joli @ 2015-05-27 7:58 UTC (permalink / raw) To: buildroot Dear Thomas, First of all, Thank you for your answer. I would like create *a sky2.ko as a module.* I use buildroot-2015.05-rc3 and do what you say : make qmx6_defconfig make linux-menuconfig ... select the sky2 driver ... make So, after the complete build, I have this "*.ko" .-(XXX/buildroot/buildroot-2015.05-rc3/output/images/rootfs)----------------------------------------------------------------------------------------------------------------------------- `--> find . -iname '*.ko' ./lib/modules/3.10.17/kernel/fs/binfmt_misc.ko ./lib/modules/3.10.17/kernel/fs/udf/udf.ko ./lib/modules/3.10.17/kernel/fs/isofs/isofs.ko ./lib/modules/3.10.17/kernel/fs/fat/msdos.ko ./lib/modules/3.10.17/kernel/fs/configfs/configfs.ko ./lib/modules/3.10.17/kernel/fs/nls/nls_iso8859-15.ko ./lib/modules/3.10.17/kernel/sound/core/snd-rawmidi.ko ./lib/modules/3.10.17/kernel/sound/core/snd-hwdep.ko ./lib/modules/3.10.17/kernel/sound/usb/snd-usb-audio.ko ./lib/modules/3.10.17/kernel/sound/usb/snd-usbmidi-lib.ko ./lib/modules/3.10.17/kernel/lib/crc-ccitt.ko ./lib/modules/3.10.17/kernel/lib/crc7.ko ./lib/modules/3.10.17/kernel/lib/libcrc32c.ko ./lib/modules/3.10.17/kernel/lib/crc-itu-t.ko ./lib/modules/3.10.17/kernel/drivers/i2c/algos/i2c-algo-pcf.ko ./lib/modules/3.10.17/kernel/drivers/i2c/algos/i2c-algo-pca.ko ./lib/modules/3.10.17/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_core.ko ./lib/modules/3.10.17/kernel/drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko ./lib/modules/3.10.17/kernel/drivers/input/serio/serport.ko ./lib/modules/3.10.17/kernel/drivers/input/mouse/psmouse.ko ./lib/modules/3.10.17/kernel/drivers/input/evbug.ko ./lib/modules/3.10.17/kernel/drivers/mxc/mlb/mxc_mlb150.ko ./lib/modules/3.10.17/kernel/drivers/media/v4l2-core/videobuf2-vmalloc.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ov5640_camera_mipi.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/csi_v4l2_capture.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/fsl_csi.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ipu_csi_enc.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ov5642_camera.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ipu_prp_enc.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/adv7180_tvin.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ipu_bg_overlay_sdc.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ipu_still.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ov5640_camera.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/mxc_v4l2_capture.ko ./lib/modules/3.10.17/kernel/drivers/media/platform/mxc/capture/ipu_fg_overlay_sdc.ko ./lib/modules/3.10.17/kernel/drivers/media/usb/gspca/gspca_main.ko ./lib/modules/3.10.17/kernel/drivers/media/usb/uvc/uvcvideo.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/u_serial.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/g_serial.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/g_ether.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/usb_f_acm.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/usb_f_obex.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/g_zero.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/usb_f_serial.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/g_mass_storage.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/usb_f_ss_lb.ko ./lib/modules/3.10.17/kernel/drivers/usb/gadget/libcomposite.ko ./lib/modules/3.10.17/kernel/drivers/pci/pci-stub.ko ./lib/modules/3.10.17/kernel/crypto/tcrypt.ko As you can see I have not my module. Regards, Laurent JOLI 2015-05-27 9:46 GMT+02:00 Thomas Petazzoni < thomas.petazzoni@free-electrons.com>: > Dear Laurent Joli, > > On Tue, 26 May 2015 18:34:43 +0200, Laurent Joli wrote: > > > When I ticked for Marvell driver : SKY2 and SKY2_DEBUG > > > > At the end of the build, I have not sky2.ko in my rootfs. > > > > What can I do for obtain sky2 drivers ? > > Depends on how you enabled these drivers: as a module, or statically > linked into the kernel? > > Also, what was your exact flow of work? > > Basically, you need to do: > > make qmx6_defconfig > make linux-menuconfig > ... select the sky2 driver ... > make > > Best regards, > > Thomas > -- > Thomas Petazzoni, CTO, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150527/5e90a4b8/attachment.html> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 7:58 ` Laurent Joli @ 2015-05-27 8:13 ` Thomas Petazzoni 2015-05-27 8:17 ` Laurent Joli 0 siblings, 1 reply; 11+ messages in thread From: Thomas Petazzoni @ 2015-05-27 8:13 UTC (permalink / raw) To: buildroot Dear Laurent Joli, On Wed, 27 May 2015 09:58:16 +0200, Laurent Joli wrote: > First of all, Thank you for your answer. > > I would like create *a sky2.ko as a module.* > > I use buildroot-2015.05-rc3 and do what you say : > > make qmx6_defconfig > make linux-menuconfig > ... select the sky2 driver ... > make Please show the result of: grep SKY2 output/build/linux-3.10.17/.config Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 8:13 ` Thomas Petazzoni @ 2015-05-27 8:17 ` Laurent Joli 2015-05-27 8:30 ` Thomas Petazzoni 0 siblings, 1 reply; 11+ messages in thread From: Laurent Joli @ 2015-05-27 8:17 UTC (permalink / raw) To: buildroot Dear Thomas Petazzoni, .-(/media/ljoli/disk_one/buildroot/buildroot-2015.05-rc3)----------------------------------------------------------------------------------------------------------------------------------------------------------------(ljoli at ljoli-MS-7823 )- `--> grep SKY2 output/build/linux-3.10.17/.config grep: output/build/linux-3.10.17/.config: Aucun fichier ou dossier de ce type .-(/media/ljoli/disk_one/buildroot/buildroot-2015.05-rc3)----------------------------------------------------------------------------------------------------------------------------------------------------------------(ljoli at ljoli-MS-7823 )- `--> ls -chl output/build/ total 128K drwxrwxr-x 4 ljoli ljoli 4,0K mai 22 17:57 buildroot-config -rw-rw-r-- 1 ljoli ljoli 16K mai 26 18:11 build-time.log drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:13 busybox-1.23.2 drwxrwxr-x 9 ljoli ljoli 4,0K mai 22 18:14 host-autoconf-2.69 drwxrwxr-x 11 ljoli ljoli 4,0K mai 22 18:15 host-automake-1.15 drwxrwxr-x 17 ljoli ljoli 4,0K mai 22 18:05 host-binutils-2.24 drwxrwxr-x 18 ljoli ljoli 4,0K mai 22 18:14 host-e2fsprogs-1.42.12 drwxrwxr-x 8 ljoli ljoli 4,0K mai 22 18:17 host-fakeroot-1.18.4 drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:13 host-gcc-final-4.8.4 drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:09 host-gcc-initial-4.8.4 drwxrwxr-x 3 ljoli ljoli 4,0K mai 22 18:14 host-genext2fs-1.4.1 drwxrwxr-x 16 ljoli ljoli 4,0K mai 22 18:06 host-gmp-6.0.0a drwxrwxr-x 11 ljoli ljoli 4,0K mai 22 18:15 host-kmod-20 drwxrwxr-x 7 ljoli ljoli 4,0K mai 22 18:14 host-libtool-2.4.6 drwxrwxr-x 14 ljoli ljoli 4,0K mai 22 18:15 host-lzo-2.08 drwxrwxr-x 6 ljoli ljoli 4,0K mai 22 18:15 host-lzop-1.03 drwxrwxr-x 10 ljoli ljoli 4,0K mai 22 18:06 host-m4-1.4.17 drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:17 host-makedevs-buildroot-2015.05-rc3 drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:14 host-mke2img-undefined drwxrwxr-x 6 ljoli ljoli 4,0K mai 22 18:06 host-mpc-1.0.3 drwxrwxr-x 10 ljoli ljoli 4,0K mai 22 18:06 host-mpfr-3.1.2 drwxrwxr-x 4 ljoli ljoli 4,0K mai 22 18:13 host-pkgconf-0.8.9 drwxrwxr-x 21 ljoli ljoli 4,0K mai 22 18:14 host-uboot-tools-2015.04 drwxrwxr-x 24 ljoli ljoli 4,0K mai 27 10:05 linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f drwxrwxr-x 23 ljoli ljoli 4,0K mai 22 18:10 linux-headers-3.10.17 drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:13 toolchain-buildroot-virtual drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:13 toolchain-virtual drwxrwxr-x 21 ljoli ljoli 4,0K mai 22 18:14 uboot-6388c474189b42c07bb865dd604c74483da099f3 drwxrwxr-x 19 ljoli ljoli 4,0K mai 22 18:10 uclibc-0.9.33.2 -rw-rw-r-- 1 ljoli ljoli 0 mai 26 18:11 _users_table.txt I have no linux-3.10.17 directory. Thanks, Laurent JOLI | *Laurent JOLI | *l.joli at expemb.com | |EXPEMB|L?expertise au service de l?embarqu? ? Embedded Expert| P Merci de penser ? notre plan?te avant d?imprimer cet email - Please consider the environment before printing this mail Ce courriel (incluant ses ?ventuelles pi?ces jointes) peut contenir des informations confidentielles et/ou prot?g?es ou dont la diffusion est restreinte. Si vous avez re?u ce courriel par erreur, vous ne devez ni le copier, ni l?utiliser, ni en divulguer le contenu ? quiconque. Merci d?en avertir imm?diatement l?exp?diteur et d'effacer ce courriel de votre syst?me. La soci?t? d?cline toute responsabilit? en cas de corruption par virus, d?alt?ration ou de falsification de ce courriel lors de sa transmission par voie ?lectronique. This email (including any attachments) may contain confidential and/or privileged information or information otherwise protected from disclosure. If you are not the intended recipient, please notify the sender immediately, do not copy this message or any attachments and do not use it for any purpose or disclose its content to any person, but delete this message and any attachments from your system. Company disclaims any and all liability if this email transmission was virus corrupted, altered or falsified. 2015-05-27 10:13 GMT+02:00 Thomas Petazzoni < thomas.petazzoni@free-electrons.com>: > Dear Laurent Joli, > > On Wed, 27 May 2015 09:58:16 +0200, Laurent Joli wrote: > > > First of all, Thank you for your answer. > > > > I would like create *a sky2.ko as a module.* > > > > I use buildroot-2015.05-rc3 and do what you say : > > > > make qmx6_defconfig > > make linux-menuconfig > > ... select the sky2 driver ... > > make > > Please show the result of: > > grep SKY2 output/build/linux-3.10.17/.config > > Thanks, > > Thomas > -- > Thomas Petazzoni, CTO, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150527/7cb94c12/attachment-0001.html> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 8:17 ` Laurent Joli @ 2015-05-27 8:30 ` Thomas Petazzoni 2015-05-27 8:35 ` Laurent Joli 0 siblings, 1 reply; 11+ messages in thread From: Thomas Petazzoni @ 2015-05-27 8:30 UTC (permalink / raw) To: buildroot Dear Laurent Joli, On Wed, 27 May 2015 10:17:50 +0200, Laurent Joli wrote: > `--> ls -chl output/build/ > total 128K > drwxrwxr-x 4 ljoli ljoli 4,0K mai 22 17:57 buildroot-config > -rw-rw-r-- 1 ljoli ljoli 16K mai 26 18:11 build-time.log > drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:13 busybox-1.23.2 > drwxrwxr-x 9 ljoli ljoli 4,0K mai 22 18:14 host-autoconf-2.69 > drwxrwxr-x 11 ljoli ljoli 4,0K mai 22 18:15 host-automake-1.15 > drwxrwxr-x 17 ljoli ljoli 4,0K mai 22 18:05 host-binutils-2.24 > drwxrwxr-x 18 ljoli ljoli 4,0K mai 22 18:14 host-e2fsprogs-1.42.12 > drwxrwxr-x 8 ljoli ljoli 4,0K mai 22 18:17 host-fakeroot-1.18.4 > drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:13 host-gcc-final-4.8.4 > drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:09 host-gcc-initial-4.8.4 > drwxrwxr-x 3 ljoli ljoli 4,0K mai 22 18:14 host-genext2fs-1.4.1 > drwxrwxr-x 16 ljoli ljoli 4,0K mai 22 18:06 host-gmp-6.0.0a > drwxrwxr-x 11 ljoli ljoli 4,0K mai 22 18:15 host-kmod-20 > drwxrwxr-x 7 ljoli ljoli 4,0K mai 22 18:14 host-libtool-2.4.6 > drwxrwxr-x 14 ljoli ljoli 4,0K mai 22 18:15 host-lzo-2.08 > drwxrwxr-x 6 ljoli ljoli 4,0K mai 22 18:15 host-lzop-1.03 > drwxrwxr-x 10 ljoli ljoli 4,0K mai 22 18:06 host-m4-1.4.17 > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:17 > host-makedevs-buildroot-2015.05-rc3 > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:14 host-mke2img-undefined > drwxrwxr-x 6 ljoli ljoli 4,0K mai 22 18:06 host-mpc-1.0.3 > drwxrwxr-x 10 ljoli ljoli 4,0K mai 22 18:06 host-mpfr-3.1.2 > drwxrwxr-x 4 ljoli ljoli 4,0K mai 22 18:13 host-pkgconf-0.8.9 > drwxrwxr-x 21 ljoli ljoli 4,0K mai 22 18:14 host-uboot-tools-2015.04 > drwxrwxr-x 24 ljoli ljoli 4,0K mai 27 10:05 > linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f > drwxrwxr-x 23 ljoli ljoli 4,0K mai 22 18:10 linux-headers-3.10.17 > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:13 toolchain-buildroot-virtual > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:13 toolchain-virtual > drwxrwxr-x 21 ljoli ljoli 4,0K mai 22 18:14 > uboot-6388c474189b42c07bb865dd604c74483da099f3 > drwxrwxr-x 19 ljoli ljoli 4,0K mai 22 18:10 uclibc-0.9.33.2 > -rw-rw-r-- 1 ljoli ljoli 0 mai 26 18:11 _users_table.txt Ok, your directory is named linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f, not linux-3.10.17. So just check the .config file in this directory. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 8:30 ` Thomas Petazzoni @ 2015-05-27 8:35 ` Laurent Joli 2015-05-27 8:52 ` Thomas Petazzoni 0 siblings, 1 reply; 11+ messages in thread From: Laurent Joli @ 2015-05-27 8:35 UTC (permalink / raw) To: buildroot Humm, yes that is right. I have this : .-(/media/ljoli/disk_one/buildroot/buildroot-2015.05-rc3/output/build/linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f)----------------------------------------------------------------------------------------------------(ljoli at ljoli-MS-7823 )- `--> grep SKY2 .config CONFIG_SKY2=y CONFIG_SKY2_DEBUG=y Cheers, | *Laurent JOLI | *l.joli at expemb.com | |EXPEMB|L?expertise au service de l?embarqu? ? Embedded Expert| P Merci de penser ? notre plan?te avant d?imprimer cet email - Please consider the environment before printing this mail Ce courriel (incluant ses ?ventuelles pi?ces jointes) peut contenir des informations confidentielles et/ou prot?g?es ou dont la diffusion est restreinte. Si vous avez re?u ce courriel par erreur, vous ne devez ni le copier, ni l?utiliser, ni en divulguer le contenu ? quiconque. Merci d?en avertir imm?diatement l?exp?diteur et d'effacer ce courriel de votre syst?me. La soci?t? d?cline toute responsabilit? en cas de corruption par virus, d?alt?ration ou de falsification de ce courriel lors de sa transmission par voie ?lectronique. This email (including any attachments) may contain confidential and/or privileged information or information otherwise protected from disclosure. If you are not the intended recipient, please notify the sender immediately, do not copy this message or any attachments and do not use it for any purpose or disclose its content to any person, but delete this message and any attachments from your system. Company disclaims any and all liability if this email transmission was virus corrupted, altered or falsified. 2015-05-27 10:30 GMT+02:00 Thomas Petazzoni < thomas.petazzoni@free-electrons.com>: > Dear Laurent Joli, > > On Wed, 27 May 2015 10:17:50 +0200, Laurent Joli wrote: > > > `--> ls -chl output/build/ > > total 128K > > drwxrwxr-x 4 ljoli ljoli 4,0K mai 22 17:57 buildroot-config > > -rw-rw-r-- 1 ljoli ljoli 16K mai 26 18:11 build-time.log > > drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:13 busybox-1.23.2 > > drwxrwxr-x 9 ljoli ljoli 4,0K mai 22 18:14 host-autoconf-2.69 > > drwxrwxr-x 11 ljoli ljoli 4,0K mai 22 18:15 host-automake-1.15 > > drwxrwxr-x 17 ljoli ljoli 4,0K mai 22 18:05 host-binutils-2.24 > > drwxrwxr-x 18 ljoli ljoli 4,0K mai 22 18:14 host-e2fsprogs-1.42.12 > > drwxrwxr-x 8 ljoli ljoli 4,0K mai 22 18:17 host-fakeroot-1.18.4 > > drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:13 host-gcc-final-4.8.4 > > drwxrwxr-x 34 ljoli ljoli 4,0K mai 22 18:09 host-gcc-initial-4.8.4 > > drwxrwxr-x 3 ljoli ljoli 4,0K mai 22 18:14 host-genext2fs-1.4.1 > > drwxrwxr-x 16 ljoli ljoli 4,0K mai 22 18:06 host-gmp-6.0.0a > > drwxrwxr-x 11 ljoli ljoli 4,0K mai 22 18:15 host-kmod-20 > > drwxrwxr-x 7 ljoli ljoli 4,0K mai 22 18:14 host-libtool-2.4.6 > > drwxrwxr-x 14 ljoli ljoli 4,0K mai 22 18:15 host-lzo-2.08 > > drwxrwxr-x 6 ljoli ljoli 4,0K mai 22 18:15 host-lzop-1.03 > > drwxrwxr-x 10 ljoli ljoli 4,0K mai 22 18:06 host-m4-1.4.17 > > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:17 > > host-makedevs-buildroot-2015.05-rc3 > > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:14 host-mke2img-undefined > > drwxrwxr-x 6 ljoli ljoli 4,0K mai 22 18:06 host-mpc-1.0.3 > > drwxrwxr-x 10 ljoli ljoli 4,0K mai 22 18:06 host-mpfr-3.1.2 > > drwxrwxr-x 4 ljoli ljoli 4,0K mai 22 18:13 host-pkgconf-0.8.9 > > drwxrwxr-x 21 ljoli ljoli 4,0K mai 22 18:14 host-uboot-tools-2015.04 > > drwxrwxr-x 24 ljoli ljoli 4,0K mai 27 10:05 > > linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f > > drwxrwxr-x 23 ljoli ljoli 4,0K mai 22 18:10 linux-headers-3.10.17 > > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:13 toolchain-buildroot-virtual > > drwxrwxr-x 2 ljoli ljoli 4,0K mai 22 18:13 toolchain-virtual > > drwxrwxr-x 21 ljoli ljoli 4,0K mai 22 18:14 > > uboot-6388c474189b42c07bb865dd604c74483da099f3 > > drwxrwxr-x 19 ljoli ljoli 4,0K mai 22 18:10 uclibc-0.9.33.2 > > -rw-rw-r-- 1 ljoli ljoli 0 mai 26 18:11 _users_table.txt > > Ok, your directory is named > linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f, not linux-3.10.17. So > just check the .config file in this directory. > > Best regards, > > Thomas > -- > Thomas Petazzoni, CTO, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150527/e032b7a4/attachment.html> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 8:35 ` Laurent Joli @ 2015-05-27 8:52 ` Thomas Petazzoni 2015-05-27 9:20 ` Laurent Joli 0 siblings, 1 reply; 11+ messages in thread From: Thomas Petazzoni @ 2015-05-27 8:52 UTC (permalink / raw) To: buildroot Dear Laurent Joli, On Wed, 27 May 2015 10:35:26 +0200, Laurent Joli wrote: > .-(/media/ljoli/disk_one/buildroot/buildroot-2015.05-rc3/output/build/linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f)----------------------------------------------------------------------------------------------------(ljoli at ljoli-MS-7823 > )- > `--> grep SKY2 .config > CONFIG_SKY2=y > CONFIG_SKY2_DEBUG=y So the driver is configured to be compiled statically in your kernel, which explains why you don't have a kernel module generated. > |EXPEMB|L?expertise au service de l?embarqu? ? Embedded Expert| > P Merci de penser ? notre plan?te avant d?imprimer cet email - Please > consider the environment before printing this mail > Ce courriel (incluant ses ?ventuelles pi?ces jointes) peut contenir des > informations confidentielles et/ou prot?g?es ou dont la diffusion est > restreinte. Si vous avez re?u ce courriel par erreur, vous ne devez ni le > copier, ni l?utiliser, ni en divulguer le contenu ? quiconque. Merci d?en > avertir imm?diatement l?exp?diteur et d'effacer ce courriel de votre > syst?me. La soci?t? d?cline toute responsabilit? en cas de corruption par > virus, d?alt?ration ou de falsification de ce courriel lors de sa > transmission par voie ?lectronique. > This email (including any attachments) may contain confidential and/or > privileged information or information otherwise protected from disclosure. > If you are not the intended recipient, please notify the sender > immediately, do not copy this message or any attachments and do not use it > for any purpose or disclose its content to any person, but delete this > message and any attachments from your system. Company disclaims any and all > liability if this email transmission was virus corrupted, altered or > falsified. (Could you talk with your mail server admin to avoid including such stupid e-mail footers? Asking to keep information confidential when sending e-mails to a public mailing list doesn't make much sense.) Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 8:52 ` Thomas Petazzoni @ 2015-05-27 9:20 ` Laurent Joli 2015-05-27 9:51 ` Thomas Petazzoni 0 siblings, 1 reply; 11+ messages in thread From: Laurent Joli @ 2015-05-27 9:20 UTC (permalink / raw) To: buildroot Ok, I see now. But When I boot with this rootfs ( ext2 ) on my board, I have : buildroot login: root # # # lsmod Module Size Used by Not tainted # modprobe sky2 modprobe: module sky2 not found in modules.dep Thanks you, Laurent 2015-05-27 10:52 GMT+02:00 Thomas Petazzoni < thomas.petazzoni@free-electrons.com>: > Dear Laurent Joli, > > On Wed, 27 May 2015 10:35:26 +0200, Laurent Joli wrote: > > > > .-(/media/ljoli/disk_one/buildroot/buildroot-2015.05-rc3/output/build/linux-9bafbcba67f7bb2a48a5e05998cecb1165aa444f)----------------------------------------------------------------------------------------------------(ljoli at ljoli-MS-7823 > > )- > > `--> grep SKY2 .config > > CONFIG_SKY2=y > > CONFIG_SKY2_DEBUG=y > > So the driver is configured to be compiled statically in your kernel, > which explains why you don't have a kernel module generated. > > Thanks, > > Thomas > -- > Thomas Petazzoni, CTO, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150527/73f6517b/attachment.html> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 9:20 ` Laurent Joli @ 2015-05-27 9:51 ` Thomas Petazzoni 2015-05-27 11:56 ` Laurent Joli 0 siblings, 1 reply; 11+ messages in thread From: Thomas Petazzoni @ 2015-05-27 9:51 UTC (permalink / raw) To: buildroot Dear Laurent Joli, On Wed, 27 May 2015 11:20:52 +0200, Laurent Joli wrote: > Ok, I see now. > > But When I boot with this rootfs ( ext2 ) on my board, I have : > > buildroot login: root > # > # > # lsmod > Module Size Used by Not tainted > # modprobe sky2 > modprobe: module sky2 not found in modules.dep I think you should do some research about how to do the kernel configuration. If you enable a driver to be compiled statically, it is compiled statically inside the kernel image, and there is no kernel module. If you enable a driver to be compiled as a kernel module, then you get a kernel module. Since you selected your sky2 driver to be compiled statically, then obviously you don't have a kernel module. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] sky2 not created 2015-05-27 9:51 ` Thomas Petazzoni @ 2015-05-27 11:56 ` Laurent Joli 0 siblings, 0 replies; 11+ messages in thread From: Laurent Joli @ 2015-05-27 11:56 UTC (permalink / raw) To: buildroot Ok, Thanks for all this information. I will continue to search on kernel configuration. And use sky2 module dynamically kernel Best regards, Laurent joli 2015-05-27 11:51 GMT+02:00 Thomas Petazzoni < thomas.petazzoni@free-electrons.com>: > Dear Laurent Joli, > > On Wed, 27 May 2015 11:20:52 +0200, Laurent Joli wrote: > > Ok, I see now. > > > > But When I boot with this rootfs ( ext2 ) on my board, I have : > > > > buildroot login: root > > # > > # > > # lsmod > > Module Size Used by Not tainted > > # modprobe sky2 > > modprobe: module sky2 not found in modules.dep > > I think you should do some research about how to do the kernel > configuration. > > If you enable a driver to be compiled statically, it is compiled > statically inside the kernel image, and there is no kernel module. > > If you enable a driver to be compiled as a kernel module, then you get > a kernel module. > > Since you selected your sky2 driver to be compiled statically, then > obviously you don't have a kernel module. > > Best regards, > > Thomas > -- > Thomas Petazzoni, CTO, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150527/2ffa798b/attachment.html> ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2015-05-27 11:56 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-05-26 16:34 [Buildroot] sky2 not created Laurent Joli 2015-05-27 7:46 ` Thomas Petazzoni 2015-05-27 7:58 ` Laurent Joli 2015-05-27 8:13 ` Thomas Petazzoni 2015-05-27 8:17 ` Laurent Joli 2015-05-27 8:30 ` Thomas Petazzoni 2015-05-27 8:35 ` Laurent Joli 2015-05-27 8:52 ` Thomas Petazzoni 2015-05-27 9:20 ` Laurent Joli 2015-05-27 9:51 ` Thomas Petazzoni 2015-05-27 11:56 ` Laurent Joli
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox