|
OE Linux & board-support-package
OK, let me try this: With other embedded OS's, the hardware specifics that are in the BSP are in the device trees in Linux. I assume the BSP's for OE Linux are rather simple?
OK, let me try this: With other embedded OS's, the hardware specifics that are in the BSP are in the device trees in Linux. I assume the BSP's for OE Linux are rather simple?
|
By
jchludzinski
· #57003
·
|
|
OE Linux & board-support-package
OK, let's go with that. I've watched the "Live Coding with Yocto Project #1: download and first build" youtube video. Where is the BSP built in this procedure? wrote:
OK, let's go with that. I've watched the "Live Coding with Yocto Project #1: download and first build" youtube video. Where is the BSP built in this procedure? wrote:
|
By
jchludzinski
· #57001
·
|
|
OE Linux & board-support-package
A board-support-package (BSP) is software that provides a layer of abstraction from the physical board specifics for the host embedded OS (e.g., VXworks). I believe the device tree files (*.dts, *dtsi
A board-support-package (BSP) is software that provides a layer of abstraction from the physical board specifics for the host embedded OS (e.g., VXworks). I believe the device tree files (*.dts, *dtsi
|
By
jchludzinski
· #56999
·
|
|
OE Linux & board-support-package
OE Linux uses device tree files (*.dts and *.dtsi files), so is there any need for a board-support-package?
OE Linux uses device tree files (*.dts and *.dtsi files), so is there any need for a board-support-package?
|
By
jchludzinski
· #56996
·
|
|
Specified SDKMACHINE value is not valid
I’m actually trying this on an RP4 running Raspbian.
I’m actually trying this on an RP4 running Raspbian.
|
By
jchludzinski
· #56644
·
|
|
Specified SDKMACHINE value is not valid
$ git clone git://git.yoctoproject.org/poky.git $ cd ./poky $ git checkout yocto-3.4.2 $ cd .. $ source ./poky/oe-init-build-env $ cd ./build $ time bitbake core-image-minimal ... ERROR: OE-core's con
$ git clone git://git.yoctoproject.org/poky.git $ cd ./poky $ git checkout yocto-3.4.2 $ cd .. $ source ./poky/oe-init-build-env $ cd ./build $ time bitbake core-image-minimal ... ERROR: OE-core's con
|
By
jchludzinski
· #56640
·
|
|
Specified SDKMACHINE value is not valid
But obviously commented out.
But obviously commented out.
|
By
jchludzinski
· #56617
·
|
|
Specified SDKMACHINE value is not valid
There's this: #SDKMACHINE ?= "i686" ---John
There's this: #SDKMACHINE ?= "i686" ---John
|
By
jchludzinski
· #56616
·
|
|
Specified SDKMACHINE value is not valid
I'm trying an experiment building yocto/OE on a Raspberry Pi 4 to host on the same RP4. Admittedly, a not practical platform for this purpose but it should work. I'm trying to target the ARM ISA for t
I'm trying an experiment building yocto/OE on a Raspberry Pi 4 to host on the same RP4. Admittedly, a not practical platform for this purpose but it should work. I'm trying to target the ARM ISA for t
|
By
jchludzinski
· #56614
·
|
|
Specified SDKMACHINE value is not valid
NEWBIE question! I tried building and I get: "Specified SDKMACHINE value is not valid" pi@raspberrypi ~/p/build> bitbake core-image-minimal /usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3: De
NEWBIE question! I tried building and I get: "Specified SDKMACHINE value is not valid" pi@raspberrypi ~/p/build> bitbake core-image-minimal /usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3: De
|
By
jchludzinski
· #55199
·
|
|
Bitbake build failures?
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures: NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.0/x86_
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures: NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.0/x86_
|
By
jchludzinski
· #53302
·
|
|
ERROR: Fetcher failure: Fetch command export...
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures: NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.0/x86_
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures: NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.0/x86_
|
By
jchludzinski
· #53287
·
|
|
OpenBIOS
What is the relationship between OpenBIOS and YOCTO? Between OpenBIOS and U-boot?
What is the relationship between OpenBIOS and YOCTO? Between OpenBIOS and U-boot?
|
By
jchludzinski
· #53256
·
|
|
How is it possible to build a loadable module from spi-altera.c ...?
My problem is I have an 1553 chip (an avionic data bus) connected to the HPS master (an ARM processor) via an FPGA (soft) SPI controller. This is where the spi-altera.c comes in. It provides the drive
My problem is I have an 1553 chip (an avionic data bus) connected to the HPS master (an ARM processor) via an FPGA (soft) SPI controller. This is where the spi-altera.c comes in. It provides the drive
|
By
jchludzinski
· #52784
·
|
|
How is it possible to build a loadable module from spi-altera.c ...?
How is it possible to build a loadable module from spi-altera.c when it has no code for creating udev files (i.e., /dev/spidevXX); it has no: static int __init spidev_init(void) { int status; printk(K
How is it possible to build a loadable module from spi-altera.c when it has no code for creating udev files (i.e., /dev/spidevXX); it has no: static int __init spidev_init(void) { int status; printk(K
|
By
jchludzinski
· #52783
·
|
|
spidev.c ?
Using 'make nconfig' I selected the following options: (Keep in mind I using an Altera/Intel Arria 10 SoC which uses DesignWare hard SPI controllers. BUT the SPI controllers I'm concerned with now are
Using 'make nconfig' I selected the following options: (Keep in mind I using an Altera/Intel Arria 10 SoC which uses DesignWare hard SPI controllers. BUT the SPI controllers I'm concerned with now are
|
By
jchludzinski
· #52782
·
|
|
spidev.c ?
But there are NO udev files for the SPI devices defined in the DTSI file.
But there are NO udev files for the SPI devices defined in the DTSI file.
|
By
jchludzinski
· #52769
·
|
|
spidev.c ?
That's with: root@arria10:~# lsmod Module Size Used by spi_altera 16384 0 spidev 20480 0
That's with: root@arria10:~# lsmod Module Size Used by spi_altera 16384 0 spidev 20480 0
|
By
jchludzinski
· #52768
·
|
|
spidev.c ?
root@arria10:~# find /sys/ -name 'spi*' /sys/kernel/debug/clk/spi_m_clk /sys/kernel/debug/tracing/events/spi /sys/kernel/debug/tracing/events/spi/spi_controller_idle /sys/kernel/debug/tracing/events/s
root@arria10:~# find /sys/ -name 'spi*' /sys/kernel/debug/clk/spi_m_clk /sys/kernel/debug/tracing/events/spi /sys/kernel/debug/tracing/events/spi/spi_controller_idle /sys/kernel/debug/tracing/events/s
|
By
jchludzinski
· #52767
·
|
|
spidev.c ?
In the YOCTO/Linux source tree there's drivers/spi/ which has all the source for SPI drivers. There's only 1 file, spidev.c, which has: static int __init spidev_init(void) { int status; /* Claim our 2
In the YOCTO/Linux source tree there's drivers/spi/ which has all the source for SPI drivers. There's only 1 file, spidev.c, which has: static int __init spidev_init(void) { int status; /* Claim our 2
|
By
jchludzinski
· #52751
·
|