|
any success with spartan6-lx9mb?
Hi, Can you please list which version of the Xilinx ISE tools you are using? e.g. 12.4, 14.1, 14.2 ? Could you also please list the Xilinx development board that you are using? e.g. SP601 (Spartan6) ?
Hi, Can you please list which version of the Xilinx ISE tools you are using? e.g. 12.4, 14.1, 14.2 ? Could you also please list the Xilinx development board that you are using? e.g. SP601 (Spartan6) ?
|
By
Elvis Dowson
· #9192
·
|
|
Where is the poky version information stored?
Hi, Is the poky version information stored in a particular file? I'd like to create a log tag in my git repo, and prefix it with the poky version. Best regards, Elvis Dowson
Hi, Is the poky version information stored in a particular file? I'd like to create a log tag in my git repo, and prefix it with the poky version. Best regards, Elvis Dowson
|
By
Elvis Dowson
· #8968
·
|
|
WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.0.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr)
Hi, I have added support for gcc-4.5 and eglibc-2.13, in the retired tool-chain layer, and ran the build, against the latest poky master branch, and get the following warnings: Build Configuration: BB
Hi, I have added support for gcc-4.5 and eglibc-2.13, in the retired tool-chain layer, and ran the build, against the latest poky master branch, and get the following warnings: Build Configuration: BB
|
By
Elvis Dowson
· #8960
·
|
|
New task progress interface with Yocto 1.3 ?
Yes, it's definitely an improvement! Elvis
Yes, it's definitely an improvement! Elvis
|
By
Elvis Dowson
· #8950
·
|
|
New task progress interface with Yocto 1.3 ?
Hi, I'm building against the latest yocto master branch, and noticed that the task progress now summarizes the total number of active theads: NOTE: Resolving any missing task queue dependencies NOTE:
Hi, I'm building against the latest yocto master branch, and noticed that the task progress now summarizes the total number of active theads: NOTE: Resolving any missing task queue dependencies NOTE:
|
By
Elvis Dowson
· #8948
·
|
|
TARGET_FPU not getting populated for powerpc 405/440 fpu-hard targets
Hi Khem, The FPU unit is an IP core, that is attached to a generic PowerPC405 or PowerPC440 embedded processor core on the FPGA, which by default doesn't contain an FPU unit. In the Xilinx FPGA hardwa
Hi Khem, The FPU unit is an IP core, that is attached to a generic PowerPC405 or PowerPC440 embedded processor core on the FPGA, which by default doesn't contain an FPU unit. In the Xilinx FPGA hardwa
|
By
Elvis Dowson
· #8943
·
|
|
TARGET_FPU not getting populated for powerpc 405/440 fpu-hard targets
Hi, I just observed that TARGET_FPU is not getting populated, when you do a build for fpu-hard targets. For fpu-soft targets, it displays TARGET_FPU = "soft", but for fpu-hard targets, it display TARG
Hi, I just observed that TARGET_FPU is not getting populated, when you do a build for fpu-hard targets. For fpu-soft targets, it displays TARGET_FPU = "soft", but for fpu-hard targets, it display TARG
|
By
Elvis Dowson
· #8939
·
|
|
Errors while creating a new PowerPC 405e tune file
Hi, My bad, it was a typo, I should have been written as follows: TUNE_PKGARCH_tune-ppc405e = "ppc405e" The only question I have now is, should I be defining TARGET_CPU as 405fp or 405e ? Best regards
Hi, My bad, it was a typo, I should have been written as follows: TUNE_PKGARCH_tune-ppc405e = "ppc405e" The only question I have now is, should I be defining TARGET_CPU as 405fp or 405e ? Best regards
|
By
Elvis Dowson
· #8937
·
|
|
Errors while creating a new PowerPC 405e tune file
Hi, I have defined a tune-ppc405e.inc ( suffixed with an 'e' to signify that it has a hardware floating point unit attached), as follows: DEFAULTTUNE ?= "ppc405e" require conf/machine/include/powerpc/
Hi, I have defined a tune-ppc405e.inc ( suffixed with an 'e' to signify that it has a hardware floating point unit attached), as follows: DEFAULTTUNE ?= "ppc405e" require conf/machine/include/powerpc/
|
By
Elvis Dowson
· #8934
·
|
|
libgcc_s.so & libstdc++.so on the target
Hi, I notice that core-image-minimal doesn't ship libgcc_s.so and libstdc++.so shared libraries on the target. Some of the executables that I manually cross compile on the host, and copy over to the t
Hi, I notice that core-image-minimal doesn't ship libgcc_s.so and libstdc++.so shared libraries on the target. Some of the executables that I manually cross compile on the host, and copy over to the t
|
By
Elvis Dowson
· #8858
·
|
|
Distributing yocto builds onto an Ubuntu 12.04 LTS cluster
Hi Khem, I couldnt get icecc to work. Could you share your settings to get it to work please? Best regards, Elvis Dowson
Hi Khem, I couldnt get icecc to work. Could you share your settings to get it to work please? Best regards, Elvis Dowson
|
By
Elvis Dowson
· #8767
·
|
|
Distributing yocto builds onto an Ubuntu 12.04 LTS cluster
Hi, Has anyone been able to successfully distribute yocto builds onto an Ubuntu 12.04 LTS cluster? Best regards, Elvis Dowson
Hi, Has anyone been able to successfully distribute yocto builds onto an Ubuntu 12.04 LTS cluster? Best regards, Elvis Dowson
|
By
Elvis Dowson
· #8763
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, Hmm, that didn't work, and no nof libraries were generated on the target. zImage starting: loaded at 0x00800000 (sp: 0x018cdfb0) Allocating 0x542f0c bytes for kernel ... gunzipping (0x0000000
Hi Khem, Hmm, that didn't work, and no nof libraries were generated on the target. zImage starting: loaded at 0x00800000 (sp: 0x018cdfb0) Allocating 0x542f0c bytes for kernel ... gunzipping (0x0000000
|
By
Elvis Dowson
· #8762
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, What should I do to enable multilib in gcc-4.7? I think at the moment, in gcc-configure-common.inc, it is disabled. If I were to re-enable it as follows, based on what I've diff'd from the De
Hi Khem, What should I do to enable multilib in gcc-4.7? I think at the moment, in gcc-configure-common.inc, it is disabled. If I were to re-enable it as follows, based on what I've diff'd from the De
|
By
Elvis Dowson
· #8761
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
hi Khem, Sorry, I meant to say libgcc-4.7 diff --git a/tool/yocto/poky/meta/recipes-devtools/gcc/libgcc_4.6.bb b/tool/eldk/meta/recipes-devtools/gcc/libgcc_4.6.bb index 9a8b20d..f75ca34 100644 --- a/t
hi Khem, Sorry, I meant to say libgcc-4.7 diff --git a/tool/yocto/poky/meta/recipes-devtools/gcc/libgcc_4.6.bb b/tool/eldk/meta/recipes-devtools/gcc/libgcc_4.6.bb index 9a8b20d..f75ca34 100644 --- a/t
|
By
Elvis Dowson
· #8760
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I had to manually apply the patch to poky/master. The gcc-4.7 patch alone didn't fix the issue with not getting a bash prompt, which makes sense I guess, since the eglibc recipes also need to
Hi Khem, I had to manually apply the patch to poky/master. The gcc-4.7 patch alone didn't fix the issue with not getting a bash prompt, which makes sense I guess, since the eglibc recipes also need to
|
By
Elvis Dowson
· #8759
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I took a slight detour, the past 2 days, trying to use icecc, to reduce my build time across two quad-core i7 Ubuntu machines, but that didn't work for some reason. No workloads got distribut
Hi Khem, I took a slight detour, the past 2 days, trying to use icecc, to reduce my build time across two quad-core i7 Ubuntu machines, but that didn't work for some reason. No workloads got distribut
|
By
Elvis Dowson
· #8739
·
|
|
IMX 6 quad core development kit
Hi, Any suggestions for an IMX 6 quad core development kit? Has Yocto been tested on the IMX 6 ARM processor? Best regards, Elvis Dowson
Hi, Any suggestions for an IMX 6 quad core development kit? Has Yocto been tested on the IMX 6 ARM processor? Best regards, Elvis Dowson
|
By
Elvis Dowson
· #8715
·
|
|
Procedure to setup icecc for performing a distributed build
Hi, I followed these steps to setup and configure icecc and yocto, for performing a distributed build between two Ubuntu 12.04 64-bit machines, with one machine configured as the scheduler and daemon,
Hi, I followed these steps to setup and configure icecc and yocto, for performing a distributed build between two Ubuntu 12.04 64-bit machines, with one machine configured as the scheduler and daemon,
|
By
Elvis Dowson
· #8702
·
|
|
Using distcc with poky
Hi Khem. How do I setup yocto to use icecc? I've setup icecc on two ubuntu 12.04 machines. Best regards, Elvis Dowson
Hi Khem. How do I setup yocto to use icecc? I've setup icecc on two ubuntu 12.04 machines. Best regards, Elvis Dowson
|
By
Elvis Dowson
· #8697
·
|