|
Re: [PATCH] u-boot: set B directory for imx5's
Which branch did you use?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854 Mobile: +1
Which branch did you use?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854 Mobile: +1
|
By
Otavio Salvador
·
#24255
·
|
|
[PATCH] u-boot: set B directory for imx5's
The imx5* machines need separate S and B directories to build u-boot-fslc
otherwise the build fails with:
| make[1]: *** No rule to make target
The imx5* machines need separate S and B directories to build u-boot-fslc
otherwise the build fails with:
| make[1]: *** No rule to make target
|
By
Trevor Woerner
·
#24254
·
|
|
Re: [zeus] [PATCH] u-boot-fslc: missing lzop-native dependency for MACHINE imx6qdlsabreauto
The master branch needs this as well.
The master branch needs this as well.
|
By
Trevor Woerner
·
#24253
·
|
|
imx8mm with 32-bit eglfs qt5 applications
Hi all
I'm working on a custom imx8mm board. The idea is to have a 64-bit kernel and a
32-bit userland (The kernel is compiled with a imx8mm machine, the rootfs with
imx6d.) I'm using zeus with
Hi all
I'm working on a custom imx8mm board. The idea is to have a 64-bit kernel and a
32-bit userland (The kernel is compiled with a imx8mm machine, the rootfs with
imx6d.) I'm using zeus with
|
By
Daniel Ammann
·
#24252
·
|
|
Re: [yocto] Support UBI u-boot
Anyway, hacked the Makefile and mtdpart.c, finally got it compiled to
support UBI. I think some latest branch might fix the problems I
haven't tested, if not, I am happy to make patches.
Thank you
Anyway, hacked the Makefile and mtdpart.c, finally got it compiled to
support UBI. I think some latest branch might fix the problems I
haven't tested, if not, I am happy to make patches.
Thank you
|
By
JH
·
#24251
·
|
|
Re: [yocto] Support UBI u-boot
Changed to https://source.codeaurora.org/external/imx/uboot-imx.git
branch imx_v2018.03_4.14.98_2.0.0_ga, it can now support
CONFIG_CMD_MTDPARTS ind defconfg, all MTDPARTS error gone, but
Changed to https://source.codeaurora.org/external/imx/uboot-imx.git
branch imx_v2018.03_4.14.98_2.0.0_ga, it can now support
CONFIG_CMD_MTDPARTS ind defconfg, all MTDPARTS error gone, but
|
By
JH
·
#24250
·
|
|
Re: [yocto] Support UBI u-boot
Hi Gabriele,
Thanks for the help.
It does not seem the OE / Yocto build issue, rather than the u-boot
build issue.
I can build OE / Yocto to load my mx6ull_14x14_evk_nand_defconfig to
replace the
Hi Gabriele,
Thanks for the help.
It does not seem the OE / Yocto build issue, rather than the u-boot
build issue.
I can build OE / Yocto to load my mx6ull_14x14_evk_nand_defconfig to
replace the
|
By
JH
·
#24249
·
|
|
Re: [yocto] Support UBI u-boot
Hi,
I compile uboot using the Yocto generated SDK. Simply
source /opt/poky/.../env-script
make -j4
If you just want to run the menuconfig run
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
Hi,
I compile uboot using the Yocto generated SDK. Simply
source /opt/poky/.../env-script
make -j4
If you just want to run the menuconfig run
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
|
By
Gabriele <gabbla.malist@...>
·
#24248
·
|
|
Re: [OE-core] [yocto] Support UBI u-boot
Hi Quentin,
Thanks for your response, so glad you help me here again :-).
That is a function call in cmd/ubi.c:
int ubi_detach(void)
{
if (mtdparts_init() != 0) {
printf("Error
Hi Quentin,
Thanks for your response, so glad you help me here again :-).
That is a function call in cmd/ubi.c:
int ubi_detach(void)
{
if (mtdparts_init() != 0) {
printf("Error
|
By
JH
·
#24247
·
|
|
Re: [OE-core] [yocto] Support UBI u-boot
Hi JH,
This function is not defined. So you look it up in the sources, find
where it's defined.
Is it in a file which is compiled/included somewhere?
Is it surrounded by #ifdef? And by surrounded, I
Hi JH,
This function is not defined. So you look it up in the sources, find
where it's defined.
Is it in a file which is compiled/included somewhere?
Is it surrounded by #ifdef? And by surrounded, I
|
By
Quentin Schulz <quentin.schulz@...>
·
#24246
·
|
|
Re: [yocto] Support UBI u-boot
Hi Pelle,
Aplogize for cross posting.
Thanks for the tip, that is quite helpful. I created bbappend file,
run the make menuconfig to enable NAND and CONFIG_CMD_UBI, but then
failed in build, missing
Hi Pelle,
Aplogize for cross posting.
Thanks for the tip, that is quite helpful. I created bbappend file,
run the make menuconfig to enable NAND and CONFIG_CMD_UBI, but then
failed in build, missing
|
By
JH
·
#24245
·
|
|
Re: Support UBI u-boot
Hi Andy,
You are right, that CONFIG_CMD_UBI is not enabled, but I could not
find any conf or bb files I could change or enable CONFIG_CMD_UBI in
meta-freescale layer.
Desperately, I hacked to run
Hi Andy,
You are right, that CONFIG_CMD_UBI is not enabled, but I could not
find any conf or bb files I could change or enable CONFIG_CMD_UBI in
meta-freescale layer.
Desperately, I hacked to run
|
By
JH
·
#24244
·
|
|
Re: [yocto] Support UBI u-boot
Hi Gabriele,
Are there any document to use cross compiler tools to build u-boot-imx
on Ubuntu 18 host machine? It seems that build environment will not be
the same as the Yocto build environment I am
Hi Gabriele,
Are there any document to use cross compiler tools to build u-boot-imx
on Ubuntu 18 host machine? It seems that build environment will not be
the same as the Yocto build environment I am
|
By
JH
·
#24243
·
|
|
Re: [yocto] Support UBI u-boot
Hi,
Sorry, I never tried that approach.
As far as I know uboot (usually virtual/bootloader) does not have a task to run menuconfig directly from bitbake.
I usually have a local clone of uboot and I
Hi,
Sorry, I never tried that approach.
As far as I know uboot (usually virtual/bootloader) does not have a task to run menuconfig directly from bitbake.
I usually have a local clone of uboot and I
|
By
Gabriele <gabbla.malist@...>
·
#24242
·
|
|
Re: [yocto] Support UBI u-boot
Hmm, more complicated than I thought, it does not have defconfig in
u-boot like kernel does, how do you overwrite u-boot config in Yocto?
Hmm, more complicated than I thought, it does not have defconfig in
u-boot like kernel does, how do you overwrite u-boot config in Yocto?
|
By
JH
·
#24241
·
|
|
Re: [yocto] Support UBI u-boot
Thanks Gabriele and Andy,
Yes, as I posted in another thread, the MTD, UBI are all set in my
Linux kernel defconfig, I have also added UBOOT_CONFIG = "nand" in my
layer machine config.
What I missed
Thanks Gabriele and Andy,
Yes, as I posted in another thread, the MTD, UBI are all set in my
Linux kernel defconfig, I have also added UBOOT_CONFIG = "nand" in my
layer machine config.
What I missed
|
By
JH
·
#24240
·
|
|
gstreamer allocation error on imx6dl-sabresd
Hi all.
I'm working on a imx6dl-sabresd derived board, gstreamer, uvcvideo webcam, Yocto Freescale i.MX Release Distro 4.1.15-2.0.1 FXMZ /dev/ttymxc0
the pipeline is
Hi all.
I'm working on a imx6dl-sabresd derived board, gstreamer, uvcvideo webcam, Yocto Freescale i.MX Release Distro 4.1.15-2.0.1 FXMZ /dev/ttymxc0
the pipeline is
|
By
Mauro Ziliani
·
#24239
·
|
|
Re: [yocto] Support UBI u-boot
Hi JH,
have you tried what we suggested you in your last thread? More specifically adding your defconfig and tweaking it through menuconfig. and then specify the UBOOT_MACHINE.
However you should be
Hi JH,
have you tried what we suggested you in your last thread? More specifically adding your defconfig and tweaking it through menuconfig. and then specify the UBOOT_MACHINE.
However you should be
|
By
Gabriele <gabbla.malist@...>
·
#24238
·
|
|
Support UBI u-boot
Hi,
Sorry for cross-posting, I have been asking for helping solving the
issue many days ago, but could not get those work.
(1) UBI support
I added NAND and UBIFS support to my Yocto layer machine
Hi,
Sorry for cross-posting, I have been asking for helping solving the
issue many days ago, but could not get those work.
(1) UBI support
I added NAND and UBIFS support to my Yocto layer machine
|
By
JH
·
#24237
·
|
|
Support UBI and make patch to mx6ullevk.h
Hi,
Sorry I am new to the uboot imx, appreciate your kind help for my
following questions:
(1) UBI support
I added NAND and UBIFS support to my Yocto layer machine config file:
UBOOT_CONFIG =
Hi,
Sorry I am new to the uboot imx, appreciate your kind help for my
following questions:
(1) UBI support
I added NAND and UBIFS support to my Yocto layer machine config file:
UBOOT_CONFIG =
|
By
JH
·
#24236
·
|