|
raspberrypi missing libtclstub8.6.a on target system
Quentin, I added to my local.conf EXTRA_IMAGE_FEATURES ?= "debug-tweaks dev-pkgs tools-sdk doc-pkgs staticdev-pkgs" Thanks for the quick reply. That fixed the problem of not having libtclstub8.6.a I w
Quentin, I added to my local.conf EXTRA_IMAGE_FEATURES ?= "debug-tweaks dev-pkgs tools-sdk doc-pkgs staticdev-pkgs" Thanks for the quick reply. That fixed the problem of not having libtclstub8.6.a I w
|
By
Ed Vidal
· #48261
·
|
|
raspberrypi missing libtclstub8.6.a on target system
Hello all, Is it normal to not include the static librarieson the filesystem root? I created a raspberrypi4 image. This image was created with docker using crops. bitbake core-image-sato was 7078 task
Hello all, Is it normal to not include the static librarieson the filesystem root? I created a raspberrypi4 image. This image was created with docker using crops. bitbake core-image-sato was 7078 task
|
By
Ed Vidal
· #48249
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi The Makefile executes several lines, which set variables ARACHNE_VER, GIT_REV, and VER_HASH. These are used in the rule which creates a file src/version_$(VER_HASH).cc. The line below appears to be
Hi The Makefile executes several lines, which set variables ARACHNE_VER, GIT_REV, and VER_HASH. These are used in the rule which creates a file src/version_$(VER_HASH).cc. The line below appears to be
|
By
Ed Vidal
· #47813
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi, Testing 1 of the 4 recipes in meta-yosys-tools nextpnr_0.1.bb. I tried testing on target rpi4-64 to determine, EXTRA_OECMAKE = "-DARCH=ice40 -DBUILD_GUI=OFF ${S} " variable. In yocto this uses the
Hi, Testing 1 of the 4 recipes in meta-yosys-tools nextpnr_0.1.bb. I tried testing on target rpi4-64 to determine, EXTRA_OECMAKE = "-DARCH=ice40 -DBUILD_GUI=OFF ${S} " variable. In yocto this uses the
|
By
Ed Vidal
· #47795
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi All, This is the error, that I was getting with meta-yosys-tools/recipes-yosys/yosys/yosys_0.1.bb, found at github.com/develone. The strip command fails, both on raspberrypi4-64 target and during t
Hi All, This is the error, that I was getting with meta-yosys-tools/recipes-yosys/yosys/yosys_0.1.bb, found at github.com/develone. The strip command fails, both on raspberrypi4-64 target and during t
|
By
Ed Vidal
· #47780
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi Josef, I restored my poky repository. These are in my arachne-pnr_0.1.bb. DEPENDS = " icestorm busybox coreutils-native" RDEPENDS_${PN} = "coreutils" When I try the following, bitbake -c cleanall a
Hi Josef, I restored my poky repository. These are in my arachne-pnr_0.1.bb. DEPENDS = " icestorm busybox coreutils-native" RDEPENDS_${PN} = "coreutils" When I try the following, bitbake -c cleanall a
|
By
Ed Vidal
· #47757
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi Joesf, I did not understand what you meant with "pull". These are the steps that I did. Downloaded the file coreutils_8.31.bb from openemedded to ~/wkg/yocto-zeus Saved the original file poky/meta/
Hi Joesf, I did not understand what you meant with "pull". These are the steps that I did. Downloaded the file coreutils_8.31.bb from openemedded to ~/wkg/yocto-zeus Saved the original file poky/meta/
|
By
Ed Vidal
· #47754
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi All This is the error that I see bitbake -DDD arachne-pnr in log.do_compile My recipe is found at https://github.com/develone/meta-yosys-tools/blob/master/recipes-arachne-pnr/arachne-pnr/arachne-pn
Hi All This is the error that I see bitbake -DDD arachne-pnr in log.do_compile My recipe is found at https://github.com/develone/meta-yosys-tools/blob/master/recipes-arachne-pnr/arachne-pnr/arachne-pn
|
By
Ed Vidal
· #47738
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi Any help is appreciated. Thanks in advance. Progress in 2 of the 4 recipes. The recipe yosys_0.1.bb creates 3 executeable programs, bash script, and Python script. The do_install is reporting the f
Hi Any help is appreciated. Thanks in advance. Progress in 2 of the 4 recipes. The recipe yosys_0.1.bb creates 3 executeable programs, bash script, and Python script. The do_install is reporting the f
|
By
Ed Vidal
· #47684
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi Josef, Thanks for your help. My icestorm recipe still fails trying to include ftdi.h even with in the DEPENDS. has libftdi. The header file is found libftdi-dev rpm. When I tried adding it to DEPEN
Hi Josef, Thanks for your help. My icestorm recipe still fails trying to include ftdi.h even with in the DEPENDS. has libftdi. The header file is found libftdi-dev rpm. When I tried adding it to DEPEN
|
By
Ed Vidal
· #47678
·
|
|
Raspberry pi 4 recipe and layer issues.
Hi All Any and all help is appreciated. Thanks in advance. I want to install 6 software packages needed for FPGA Development. These are icestorm, arachne-pnr, yosys, nextpnr, verilator, and zipcpu. I
Hi All Any and all help is appreciated. Thanks in advance. I want to install 6 software packages needed for FPGA Development. These are icestorm, arachne-pnr, yosys, nextpnr, verilator, and zipcpu. I
|
By
Ed Vidal
· #47656
·
|
|
sdk rpi3 & rpi4 different sysroot
Hi, Any and all help is appreciated. Thanks in advance. Question 1 I tried using the sdk to build icestorm (a makefile project). The sysroot for rpi3 sdk & rpi4 sdk are missing a ftdi.h header. The ta
Hi, Any and all help is appreciated. Thanks in advance. Question 1 I tried using the sdk to build icestorm (a makefile project). The sysroot for rpi3 sdk & rpi4 sdk are missing a ftdi.h header. The ta
|
By
Ed Vidal
· #47588
·
|
|
raspberry pi Rpi3 does not boot to login prompt.
Hello Quentin, I made the change that you recommended (see below) and the Rpi3B+ booted without displaying the dmesg output only Please wait: booting... vidal@ws009:~/wkg/yocto-zeus-3.0/poky/meta-rasp
Hello Quentin, I made the change that you recommended (see below) and the Rpi3B+ booted without displaying the dmesg output only Please wait: booting... vidal@ws009:~/wkg/yocto-zeus-3.0/poky/meta-rasp
|
By
Ed Vidal
· #47557
·
|
|
raspberry pi Rpi3 does not boot to login prompt.
Hello all, I am testing a zeus rpi3. Any and all help is appreciated. I created a rpi2 core-image-minimal and built a micro sd card. which booted okay. I then modified the build/conf/local.conf file f
Hello all, I am testing a zeus rpi3. Any and all help is appreciated. I created a rpi2 core-image-minimal and built a micro sd card. which booted okay. I then modified the build/conf/local.conf file f
|
By
Ed Vidal
· #47537
·
|
|
RPI VideoCore IV bare-metal release
Hello All. When Ultibo core was first released at the start of 2016 perhaps the most surprising thing for us was how much interest there was in using graphics and displaying information on screen, the
Hello All. When Ultibo core was first released at the start of 2016 perhaps the most surprising thing for us was how much interest there was in using graphics and displaying information on screen, the
|
By
Ed Vidal
· #38030
·
|
|
Bare metal Ultibo with openjjpeg with TFTP Server & Remote shell
Hello All, This should work on either a RPi2B or RPi3B The micro sd-card that I used was 8GB with 1 partition. A 4GB micro sd-card should work just as well. Device Boot Start End Sectors Size Id Type
Hello All, This should work on either a RPi2B or RPi3B The micro sd-card that I used was 8GB with 1 partition. A 4GB micro sd-card should work just as well. Device Boot Start End Sectors Size Id Type
|
By
Ed Vidal
· #37607
·
|
|
RPi fails when build is with deb packages works okay with rpm packages.
Hello All, Does anyone know if recipes are available for gcc-arm-none-eabi & binutils-arm-none-eabi? My build works okay when I use package_rpm and fails with package_deb. My bblayers.conf & local.con
Hello All, Does anyone know if recipes are available for gcc-arm-none-eabi & binutils-arm-none-eabi? My build works okay when I use package_rpm and fails with package_deb. My bblayers.conf & local.con
|
By
Ed Vidal
· #37010
·
|
|
Raspberrypi bare-metal interfaced to PMod GPS receiver
Hello All Just completed the interface of a http://store.digilentinc.com/pmod-gps-gps-receiver/ $39.99 with RPi 2B Running Ultibo Bare metal on Raspberrypi2B & PMOD GPS with just 4 files kernel7.img,
Hello All Just completed the interface of a http://store.digilentinc.com/pmod-gps-gps-receiver/ $39.99 with RPi 2B Running Ultibo Bare metal on Raspberrypi2B & PMOD GPS with just 4 files kernel7.img,
|
By
Ed Vidal
· #36733
·
|
|
bare-metal RPi2B & RPI3B
Hello All, As of now I have been able to get the library of openjpeg running in bare-metal RPi2B or RPi3B. With just 5 files on a RPi2B or RPi3B the compression of bitmap is done. bootcode.bin fixup.d
Hello All, As of now I have been able to get the library of openjpeg running in bare-metal RPi2B or RPi3B. With just 5 files on a RPi2B or RPi3B the compression of bitmap is done. bootcode.bin fixup.d
|
By
Ed Vidal
· #35545
·
|
|
bare-metal RPi2B & RPI3B
Hello All, Today I was able to get the lifting step in bare-metal. With just 5 files on a RPi2B the lifting step was done. bootcode.bin fixup.dat kernel7.img MyBitmap.bmp start.elf These files are fou
Hello All, Today I was able to get the lifting step in bare-metal. With just 5 files on a RPi2B the lifting step was done. bootcode.bin fixup.dat kernel7.img MyBitmap.bmp start.elf These files are fou
|
By
Ed Vidal
· #34234
·
|