|
Re: imx51evk and u-boot
Hi Mauro,
[Please note that this is offtopic here]
Yes, this is expected.
You are using the U-Boot mx51evk target, but your board is a custom one.
You said it has 1GB of RAM, so you need to adapt
Hi Mauro,
[Please note that this is offtopic here]
Yes, this is expected.
You are using the U-Boot mx51evk target, but your board is a custom one.
You said it has 1GB of RAM, so you need to adapt
|
By
Fabio Estevam
·
#24842
·
|
|
Re: imx51evk and u-boot
My boot stops here
U-Boot 2020.04-mz-imx_v2020.04_5.4.24_2.1.0+g4979a99482 (May 30 2020 - 06:50:01 +0000)
CPU: i.MX51 rev3.0 at 800 MHz
Reset cause: POR
Model: Freescale i.MX51 Babbage
My boot stops here
U-Boot 2020.04-mz-imx_v2020.04_5.4.24_2.1.0+g4979a99482 (May 30 2020 - 06:50:01 +0000)
CPU: i.MX51 rev3.0 at 800 MHz
Reset cause: POR
Model: Freescale i.MX51 Babbage
|
By
Mauro Ziliani
·
#24841
·
|
|
Re: imx51evk and u-boot
<otavio.salvador@...> wrote:
imx51evk has 512MB of RAM.
You need to adapt the DDR for your specific board to be able to boot it.
Yes, it boots well with the top of tree U-Boot:
U-Boot
<otavio.salvador@...> wrote:
imx51evk has 512MB of RAM.
You need to adapt the DDR for your specific board to be able to boot it.
Yes, it boots well with the top of tree U-Boot:
U-Boot
|
By
Fabio Estevam
·
#24840
·
|
|
Re: imx51evk and u-boot
Em sáb., 11 de jun. de 2022 às 13:55, Mauro Ziliani <mauro@...> escreveu:
u-boot-fslc
It has been ages since I used those. @Fabio Estevam have you tried them lately?
--
Otavio Salvador
Em sáb., 11 de jun. de 2022 às 13:55, Mauro Ziliani <mauro@...> escreveu:
u-boot-fslc
It has been ages since I used those. @Fabio Estevam have you tried them lately?
--
Otavio Salvador
|
By
Otavio Salvador
·
#24839
·
|
|
imx51evk and u-boot
Hi all.
I'm trying to build Yocto dunfell for imx51evk derived board.
The board has only sd card with 1 dram of ram.
It is better u-boot-imx or u-boot-fslc as bootloader?
I try the two version
Hi all.
I'm trying to build Yocto dunfell for imx51evk derived board.
The board has only sd card with 1 dram of ram.
It is better u-boot-imx or u-boot-fslc as bootloader?
I try the two version
|
By
Mauro Ziliani
·
#24838
·
|
|
restool: build error
Hi, all
I built restool with new poky, but failed. The error is like the following. So, is there anybody can give me some suggestions?
----------------------------
| mc_v10/dprc.c: In function
Hi, all
I built restool with new poky, but failed. The error is like the following. So, is there anybody can give me some suggestions?
----------------------------
| mc_v10/dprc.c: In function
|
By
leimaohui
·
#24837
·
|
|
libfdt_wrap.c:154:11: fatal error: Python.h: No such file or directory
Hi,
I have backported the following recipes from honister to dunfell:
- u-boot-fslc-common_2022.04.inc
- u-boot-fslc_2022.04.bb
u-boot-fslc and also my image that use the u-boot-fslc can be built
Hi,
I have backported the following recipes from honister to dunfell:
- u-boot-fslc-common_2022.04.inc
- u-boot-fslc_2022.04.bb
u-boot-fslc and also my image that use the u-boot-fslc can be built
|
By
Michael Glembotzki
·
#24836
·
|
|
[PATCH] fmlib: set precise BSD license
From: Meng Li <meng.li@...>
When building fmlib package based on Yocto 4.0, there is below
warning reported
WARNING: fmlib-git-r1 do_populate_lic: QA Issue: fmlib:
No generic license file
From: Meng Li <meng.li@...>
When building fmlib package based on Yocto 4.0, there is below
warning reported
WARNING: fmlib-git-r1 do_populate_lic: QA Issue: fmlib:
No generic license file
|
By
Meng Li <meng.li@...>
·
#24835
·
|
|
signing an initramfs kernel
On my i.mx8mp board I have secure boot enabled. I can boot a signed kernel fine. I'd like to now sign the kernel used with the initramfs image. I don't understand if that kernel is the same as the
On my i.mx8mp board I have secure boot enabled. I can boot a signed kernel fine. I'd like to now sign the kernel used with the initramfs image. I don't understand if that kernel is the same as the
|
By
Embedded 1
·
#24834
·
|
|
Re: Cairo fails to compile with musl
#kirkstone
#compilation
Hello Ettore,
Em ter., 12 de abr. de 2022 às 14:12, Ettore Chimenti <ek5.chimenti@...> escreveu:
This isn't expect to work as this is a binary blob. I suggest you to move to Linux mainline if this is
Hello Ettore,
Em ter., 12 de abr. de 2022 às 14:12, Ettore Chimenti <ek5.chimenti@...> escreveu:
This isn't expect to work as this is a binary blob. I suggest you to move to Linux mainline if this is
|
By
Otavio Salvador
·
#24833
·
|
|
Cairo fails to compile with musl
#kirkstone
#compilation
When compiling `cairo_1.16.0` recipe with musl-1.2.2, linking fails
complaining missing references to `GLIBC_2.17`.
e.g:
```
libGAL.so: undefined reference to `connect@...'
```
Seems that
When compiling `cairo_1.16.0` recipe with musl-1.2.2, linking fails
complaining missing references to `GLIBC_2.17`.
e.g:
```
libGAL.so: undefined reference to `connect@...'
```
Seems that
|
By
Ettore Chimenti
·
#24832
·
|
|
[rcw][PATCH 3/3] rcw.py: Append to pbi with a bytestring
Regular strings cannot be concatenated with byte strings. This fixes the
following error:
Fixes: 7c47f30 ("Add support of Gen3 family SoCs")
Signed-off-by: Sean Anderson
Regular strings cannot be concatenated with byte strings. This fixes the
following error:
Fixes: 7c47f30 ("Add support of Gen3 family SoCs")
Signed-off-by: Sean Anderson
|
By
Sean Anderson
·
#24831
·
|
|
[rcw][PATCH 2/3] rcw.py: Fix using ord on ints
Iterating over a bytestring will yield integers in python 3, so we don't
need to convert them with ord(). This avoids the following error:
Fixes: 7c47f30 ("Add support of Gen3 family
Iterating over a bytestring will yield integers in python 3, so we don't
need to convert them with ord(). This avoids the following error:
Fixes: 7c47f30 ("Add support of Gen3 family
|
By
Sean Anderson
·
#24830
·
|
|
[rcw][PATCH 1/3] rcw.py: Fix indexing with floats
When creating a source PBI from a binary, the following error is
encountered:
This is because division in python3 always returns a float. Instead, use
the integer division operator, which returns a
When creating a source PBI from a binary, the following error is
encountered:
This is because division in python3 always returns a float. Instead, use
the integer division operator, which returns a
|
By
Sean Anderson
·
#24829
·
|
|
[rcw][PATCH 0/3] Fix python 2->3 errors when using -r
Although 3f744d3 ("Convert to python3") converted most of rcw.py to
python 3, the -r path remains unconverted. This series addresses the
issues I ran into when using this flag.
Sean Anderson (3):
Although 3f744d3 ("Convert to python3") converted most of rcw.py to
python 3, the -r path remains unconverted. This series addresses the
issues I ran into when using this flag.
Sean Anderson (3):
|
By
Sean Anderson
·
#24828
·
|
|
Re: Mismatch between linux-imx-headers version and toradex kernel in current git master
Em ter., 29 de mar. de 2022 às 15:03, Carlos Rafael Giani via lists.yoctoproject.org <crg7475=mailbox.org@...> escreveu:
Carlos, please open an issue about this in meta-freescale so we can do the
Em ter., 29 de mar. de 2022 às 15:03, Carlos Rafael Giani via lists.yoctoproject.org <crg7475=mailbox.org@...> escreveu:
Carlos, please open an issue about this in meta-freescale so we can do the
|
By
Otavio Salvador
·
#24827
·
|
|
Mismatch between linux-imx-headers version and toradex kernel in current git master
When building code with support for DMA-BUF heaps (https://github.com/torvalds/linux/blob/master/include/uapi/linux/dma-heap.h ), I noticed that my code was detecting the dma-heap.h
When building code with support for DMA-BUF heaps (https://github.com/torvalds/linux/blob/master/include/uapi/linux/dma-heap.h ), I noticed that my code was detecting the dma-heap.h
|
By
Carlos Rafael Giani
·
#24826
·
|
|
[meta-qoriq][RESEND PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer
This recipe depends on the freescale-distro collection. Move it to an
appropriate dynamic layer.
Signed-off-by: Sean Anderson <sean.anderson@...>
---
conf/layer.conf
This recipe depends on the freescale-distro collection. Move it to an
appropriate dynamic layer.
Signed-off-by: Sean Anderson <sean.anderson@...>
---
conf/layer.conf
|
By
Sean Anderson
·
#24825
·
|
|
[meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers
This bbappend depends on the virtualization-layer collection. Move it
under the appropriate dynamic layer directory.
Signed-off-by: Sean Anderson <sean.anderson@...>
---
This bbappend depends on the virtualization-layer collection. Move it
under the appropriate dynamic layer directory.
Signed-off-by: Sean Anderson <sean.anderson@...>
---
|
By
Sean Anderson
·
#24824
·
|
|
mpc854x support in master
Hi all,
I just tried to build u-boot for machine p1020rdb with current master branches
$ bitbake u-boot
Loading cache: 100% |
Hi all,
I just tried to build u-boot for machine p1020rdb with current master branches
$ bitbake u-boot
Loading cache: 100% |
|
By
Heiko Schocher <hs@...>
·
#24823
·
|