|
Re: [meta-raspberrypi] Booting a Raspberry Pi 4 using PXE
Hello Anton,
Am Mi, 5. Mai 2021, um 15:34, schrieb Anton Antonov:
The boot files (kernel, kernel parameters, device tree overlays, ...) served by TFTP are bit-identical to the ones present at `/boot`
Hello Anton,
Am Mi, 5. Mai 2021, um 15:34, schrieb Anton Antonov:
The boot files (kernel, kernel parameters, device tree overlays, ...) served by TFTP are bit-identical to the ones present at `/boot`
|
By
Manuel Wagesreither
·
#53396
·
|
|
Re: SSH_AUTH_SOCK unavailable when pulling modules
#golang
Hi Sven,
No, I do not use any custom go-based recipe.
BR,
Quentin
Hi Sven,
No, I do not use any custom go-based recipe.
BR,
Quentin
|
By
Quentin Schulz
·
#53395
·
|
|
Re: SSH_AUTH_SOCK unavailable when pulling modules
#golang
Hi Quentin,
Thanks for your reply. Did you have success with this technique when compiling a go-mod recipe where some of the go dependencies sit in private repos? The standard git fetcher works for
Hi Quentin,
Thanks for your reply. Did you have success with this technique when compiling a go-mod recipe where some of the go dependencies sit in private repos? The standard git fetcher works for
|
By
Sven
·
#53394
·
|
|
Re: [meta-raspberrypi] Booting a Raspberry Pi 4 using PXE
I don't know what exactly you mean by "whenever the Raspi is booting over the network".
When a machine boots from network (i,e. using DHCP/BOOTP) then usually DHCP server points to, for example, a
I don't know what exactly you mean by "whenever the Raspi is booting over the network".
When a machine boots from network (i,e. using DHCP/BOOTP) then usually DHCP server points to, for example, a
|
By
Anton Antonov
·
#53393
·
|
|
[meta-rockchip][PATCH v5 2/2] WIP linux-yocto: add workaround to disable VOPL usage on HDMI
From: Yann Dirson <yann@...>
There is a known issue in mainline kernel making the machine unusable
once a HDMI screen is plugged. This patch lets VOPB be alone to use
the HDMI port and
From: Yann Dirson <yann@...>
There is a known issue in mainline kernel making the machine unusable
once a HDMI screen is plugged. This patch lets VOPB be alone to use
the HDMI port and
|
By
Yann Dirson
·
#53392
·
|
|
[meta-rockchip][PATCH v5 1/2] linux-yocto: add an initial NanoPi-M4 BSP
From: Yann Dirson <yann@...>
This patch provides "standard" and "tiny" BSP.
There is still much work to be done in dispatching feature to individual
scc files - the more boards we can
From: Yann Dirson <yann@...>
This patch provides "standard" and "tiny" BSP.
There is still much work to be done in dispatching feature to individual
scc files - the more boards we can
|
By
Yann Dirson
·
#53391
·
|
|
[meta-rockchip][PATCH v5 0/2] kmeta BSP for nanopi-m4
From: Yann Dirson <yann@...>
The Wifi/BT support requires firmware, to be properly packaged; BT
support itself is still buggy in mainline; audio jack requires a
couple of
From: Yann Dirson <yann@...>
The Wifi/BT support requires firmware, to be properly packaged; BT
support itself is still buggy in mainline; audio jack requires a
couple of
|
By
Yann Dirson
·
#53390
·
|
|
Re: [meta-raspberrypi] Booting a Raspberry Pi 4 using PXE
Hello all,
to be able to diagnose my problem, I worked on enabling uart console access to my Raspberry Pi 4B.
It seems the Raspberry Pi puts `8250.nr_uarts=0` in the linux kernel cmdline whenever
Hello all,
to be able to diagnose my problem, I worked on enabling uart console access to my Raspberry Pi 4B.
It seems the Raspberry Pi puts `8250.nr_uarts=0` in the linux kernel cmdline whenever
|
By
Manuel Wagesreither
·
#53389
·
|
|
Re: #yocto cmake configurations
#yocto
All the libraries are under the SDK here:
-L/disk0/scratch/smonsees/sbcbSTD_SDK/limws/3.0.4/sysroots/corei7-64-poky-linux/usr/lib
I need the DRM libraries to be picked up correctly,
All the libraries are under the SDK here:
-L/disk0/scratch/smonsees/sbcbSTD_SDK/limws/3.0.4/sysroots/corei7-64-poky-linux/usr/lib
I need the DRM libraries to be picked up correctly,
|
By
Monsees, Steven C (US)
·
#53388
·
|
|
Re: #yocto cmake configurations
#yocto
Khem:
I only have the following libraries present for these:
libclang.so
libclang.so.9
libdrm_intel.so
libdrm_intel.so.1
libdrm_intel.so.1.0.0
libdrm.so
libdrm.so.2
libdrm.so.2.4.0
Khem:
I only have the following libraries present for these:
libclang.so
libclang.so.9
libdrm_intel.so
libdrm_intel.so.1
libdrm_intel.so.1.0.0
libdrm.so
libdrm.so.2
libdrm.so.2.4.0
|
By
Monsees, Steven C (US)
·
#53387
·
|
|
Re: what OE/YP layers should be considered "supported"?
granted, that Q was a bit vague ... based on a suggestion of
richard's, i was going to do an "audit" of OE/YP layers to see the
effect of doing a particular minor cleanup, but it's not clear
granted, that Q was a bit vague ... based on a suggestion of
richard's, i was going to do an "audit" of OE/YP layers to see the
effect of doing a particular minor cleanup, but it's not clear
|
By
Robert P. J. Day
·
#53386
·
|
|
Re: Hardknott - pseudo excluded from intercept_scripts
The following code is an effective workaround. It must be added after the core-image is inherited.
python () {
pseudo_ignore_paths = d.getVar('PSEUDO_IGNORE_PATHS')
result = ','.join([x for
The following code is an effective workaround. It must be added after the core-image is inherited.
python () {
pseudo_ignore_paths = d.getVar('PSEUDO_IGNORE_PATHS')
result = ','.join([x for
|
By
Chuck Wolber
·
#53385
·
|
|
Hardknott - pseudo excluded from intercept_scripts
I was attempting an image build with Yocto Hardknott, and I ran into a chown problem during do_rootfs(). I traced it down to ${WORKDIR}/intercept_scripts showing up in the PSEUDO_IGNORE_PATHS
I was attempting an image build with Yocto Hardknott, and I ran into a chown problem during do_rootfs(). I traced it down to ${WORKDIR}/intercept_scripts showing up in the PSEUDO_IGNORE_PATHS
|
By
Chuck Wolber
·
#53384
·
|
|
Re: what OE/YP layers should be considered "supported"?
Helllo Robert,
I don't have an context in the email you are referring to. Can you
include it please?
Supported will mean different things to different people.
-Armin
Helllo Robert,
I don't have an context in the email you are referring to. Can you
include it please?
Supported will mean different things to different people.
-Armin
|
By
Armin Kuster
·
#53383
·
|
|
Re: #yocto cmake configurations
#yocto
the cmd seems to pass --sysroot correctly so can you search in SDK sysroot if you have libclang.a libdrm_intel.a and libdrm.a ?
On Tue, May 4, 2021 at 3:20 PM Monsees, Steven C (US) via
the cmd seems to pass --sysroot correctly so can you search in SDK sysroot if you have libclang.a libdrm_intel.a and libdrm.a ?
On Tue, May 4, 2021 at 3:20 PM Monsees, Steven C (US) via
|
By
Khem Raj
·
#53382
·
|
|
Re: [OE-core] [yocto] Yocto Project Status WW18`21
We have discussed extending it but we currently only have the funding for the
originally planned 2 years. Discussions are continuing but since we do all
agree that the next LTS will start then, we
We have discussed extending it but we currently only have the funding for the
originally planned 2 years. Discussions are continuing but since we do all
agree that the next LTS will start then, we
|
By
Richard Purdie
·
#53381
·
|
|
Re: #yocto cmake configurations
#yocto
Yes, LLVM & Clang…
By
Monsees, Steven C (US)
·
#53380
·
|
|
Re: [meta-rockchip][PATCH v4 3/3] linux-yocto: add an initial NanoPi-M4 BSP
(sorry, previous answer _is_ empty, wrong button)
Hm, good catch, I ended up not activating the AP6356S in this first
patch, since it would be non-functional
without the proper firmware, and that one
(sorry, previous answer _is_ empty, wrong button)
Hm, good catch, I ended up not activating the AP6356S in this first
patch, since it would be non-functional
without the proper firmware, and that one
|
By
Yann Dirson
·
#53379
·
|
|
Re: [meta-rockchip][PATCH v4 3/3] linux-yocto: add an initial NanoPi-M4 BSP
--
Yann Dirson <yann@...>
Blade / Shadow -- http://shadow.tech
--
Yann Dirson <yann@...>
Blade / Shadow -- http://shadow.tech
|
By
Yann Dirson
·
#53378
·
|
|
Re: #yocto cmake configurations
#yocto
I see its using -rdynamic -static
so next question is that do you have .a files in your sdk ?
On Tue, May 4, 2021 at 12:57 PM Monsees, Steven C (US) via lists.yoctoproject.org
I see its using -rdynamic -static
so next question is that do you have .a files in your sdk ?
On Tue, May 4, 2021 at 12:57 PM Monsees, Steven C (US) via lists.yoctoproject.org
|
By
Khem Raj
·
#53377
·
|