|
Re: ttyS0 is not getting generated in my Raspberry-CM3 module.
And what U R getting exactly? ls -al /dev | grep ttyS
And, also, could you do it for: ls -al /dev | grep ttyUSB (with
serial/USB cable plugged-in)?
Zee
_______
And what U R getting exactly? ls -al /dev | grep ttyS
And, also, could you do it for: ls -al /dev | grep ttyUSB (with
serial/USB cable plugged-in)?
Zee
_______
|
By
Zoran
·
#52674
·
|
|
ttyS0 is not getting generated in my Raspberry-CM3 module.
Dear Team,
I'm building linux-raspberry, in this I'm not getting getting /dev/ttyS0 even after giving enable_uart=1 in config.txt file.
I'm building two different kernels i.e. 4.14 and 5.4 using
Dear Team,
I'm building linux-raspberry, in this I'm not getting getting /dev/ttyS0 even after giving enable_uart=1 in config.txt file.
I'm building two different kernels i.e. 4.14 and 5.4 using
|
By
@prashant2314
·
#52673
·
|
|
Re: Assign IP address at boot time
Try adding the following line to the match section of the 80-wired.network file.
KernelCommandLine=!ip
Regards,
Chen Qi
On 03/12/2021 02:12 AM, jchludzinski
Try adding the following line to the match section of the 80-wired.network file.
KernelCommandLine=!ip
Regards,
Chen Qi
On 03/12/2021 02:12 AM, jchludzinski
|
By
Chen Qi
·
#52672
·
|
|
Re: [meta-security][dunfell][PATCH 0/9] Some IMA/EVM fixes to dunfell branch
merged.
thanks.
By
Armin Kuster
·
#52671
·
|
|
Re: Want to use nodejs 14 from nodejs 10 in yocto warrior bsp
On Thu, Mar 11, 2021 at 3:45 AM darshak.raval via
lists.yoctoproject.org
<darshak.raval=volansys.com@...> wrote:
you could backport nodejs 12.x from master as your own risk but
On Thu, Mar 11, 2021 at 3:45 AM darshak.raval via
lists.yoctoproject.org
<darshak.raval=volansys.com@...> wrote:
you could backport nodejs 12.x from master as your own risk but
|
By
Khem Raj
·
#52670
·
|
|
Re: Assign IP address at boot time
On 3/11/21 10:12 AM, jchludzinski wrote:
Not that I know of. Why anyway?
-- Rudolf J StreifCEO/CTO ibeeto+1.855.442.3386 x700
On 3/11/21 10:12 AM, jchludzinski wrote:
Not that I know of. Why anyway?
-- Rudolf J StreifCEO/CTO ibeeto+1.855.442.3386 x700
|
By
Rudolf J Streif
·
#52669
·
|
|
dunfell: regression linux-fimware installed in rootfs in actual dunfell master
Hi,
I've bumped from poky dunfell: dunfell-23.0.6 to actual dunfell branch
and I have an problem that all linux-firmware packages are installed
in my rootfs (even I have in IMAGE_INSTALL
Hi,
I've bumped from poky dunfell: dunfell-23.0.6 to actual dunfell branch
and I have an problem that all linux-firmware packages are installed
in my rootfs (even I have in IMAGE_INSTALL
|
By
Marek Belisko
·
#52668
·
|
|
Re: Assign IP address at boot time
Can this be done using boot parameters?
Something like(?):
LABEL Arria10 SOCDK SDMMC
KERNEL ../zImage
FDT ../socfpga_arria10_phead.dtb
APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk
Can this be done using boot parameters?
Something like(?):
LABEL Arria10 SOCDK SDMMC
KERNEL ../zImage
FDT ../socfpga_arria10_phead.dtb
APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk
|
By
jchludzinski
·
#52667
·
|
|
Re: [PATCH] perf: reproducibility fixes for pmu-events.c
Ignore this.
I reused an old git-send-email and sent it to the wrong list. I've
re-send to oe-core :D
Bruce
On Thu, Mar 11, 2021 at 8:56 AM Bruce Ashfield
Ignore this.
I reused an old git-send-email and sent it to the wrong list. I've
re-send to oe-core :D
Bruce
On Thu, Mar 11, 2021 at 8:56 AM Bruce Ashfield
|
By
Bruce Ashfield
·
#52666
·
|
|
[PATCH] perf: reproducibility fixes for pmu-events.c
From: Bruce Ashfield <bruce.ashfield@...>
perf generates pmu-events.c as part of the build process. The
code that generates the events is doing tree walks and potentially
other non-determinstic
From: Bruce Ashfield <bruce.ashfield@...>
perf generates pmu-events.c as part of the build process. The
code that generates the events is doing tree walks and potentially
other non-determinstic
|
By
Bruce Ashfield
·
#52665
·
|
|
Want to use nodejs 14 from nodejs 10 in yocto warrior bsp
Hi,
I am currently using yocto warrior bsp as my build system.
In warrior, nodejs version 10 is running at sources/meta-openembedded/meta-oe/recipes-devtools
I want to use nodejs 14. I couldn't find
Hi,
I am currently using yocto warrior bsp as my build system.
In warrior, nodejs version 10 is running at sources/meta-openembedded/meta-oe/recipes-devtools
I want to use nodejs 14. I couldn't find
|
By
darshak.raval@...
·
#52664
·
|
|
Failing to patch u-boot .dts
Hello!
I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in
Hello!
I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in
|
By
Jonas Vautherin
·
#52663
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
Hi Robert,
For that particular example, I'm not entirely sure what the actual value
for VAR would be.
Also not sure what:
VAR = "snafu"
VAR_append = " more"
VAR_qemux86 = "qemu"
would mean for VAR.
Hi Robert,
For that particular example, I'm not entirely sure what the actual value
for VAR would be.
Also not sure what:
VAR = "snafu"
VAR_append = " more"
VAR_qemux86 = "qemu"
would mean for VAR.
|
By
Quentin Schulz
·
#52662
·
|
|
[meta-security][PATCH v2] samhain: fix compile error on powerpc
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
|
By
Kai Kang
·
#52661
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
On Wed, 10 Mar 2021, Quentin Schulz wrote:
... snip ...
> https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n12
> for example.
>
> This is an example
On Wed, 10 Mar 2021, Quentin Schulz wrote:
... snip ...
> https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux/linux-yocto_5.10.bb#n12
> for example.
>
> This is an example
|
By
Robert P. J. Day
·
#52660
·
|
|
Re: How can I create a truly minimal distribution that runs entirely from RAM?
BBB example:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041696.html
The line:
DISTRO_FEATURES_append = " ram"
Should be:
DISTRO_FEATURES_append = " nfs"
BSP Traces for BBB (YOCTO
BBB example:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041696.html
The line:
DISTRO_FEATURES_append = " ram"
Should be:
DISTRO_FEATURES_append = " nfs"
BSP Traces for BBB (YOCTO
|
By
Zoran
·
#52659
·
|
|
[meta-security][PATCH] samhain: fix compile for powerpc
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
From: Kai Kang <kai.kang@...>
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|
|
By
Kai Kang
·
#52658
·
|
|
Re: Assign IP address at boot time
On 3/10/21 1:32 PM, jchludzinski wrote:
Preferred method for local configuration is using /etc/systemd/network. However, the probable reason why it did not work is that the file
On 3/10/21 1:32 PM, jchludzinski wrote:
Preferred method for local configuration is using /etc/systemd/network. However, the probable reason why it did not work is that the file
|
By
Rudolf J Streif
·
#52657
·
|
|
How can I create a truly minimal distribution that runs entirely from RAM?
Hello everyone,
I am currently using this Yocto-based build setup provided by NXP to create a custom Linux distribution for one of the i.MX boards. My custom image is based on the core-image-minimal
Hello everyone,
I am currently using this Yocto-based build setup provided by NXP to create a custom Linux distribution for one of the i.MX boards. My custom image is based on the core-image-minimal
|
By
p32@...
·
#52656
·
|
|
Re: Assign IP address at boot time
That didn't work BUT editing /lib/systemd/network/80-wired.network
[Match]Name=en*
That didn't work BUT editing /lib/systemd/network/80-wired.network
[Match]Name=en*
|
By
jchludzinski
·
#52655
·
|