1/15/21, Jupiter wrote:
> Hello,
>
> I was able to build MTD, UBI and u-boot on OE version Zeus branch, but
> failed in gatesgarth branch. Here are errors, what could I be missing?
>
> u-boot-imx/2020.04-r0/git/cmd/ubi.c:478: undefined reference to
> `mtd_probe_devices'
&
Thanks for your response.
I am sorry, I thought that is what meta-freescale for, right? NXP
might involve the coding, but is it integrated and released by Yocto /
OE https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/, right?
I cloned meta-freescale from Yocto project:
git://git.yoctoprojec
again for crossing mailing lists.
Kind regards,
- jupiter
On 1/16/21, Andrey Zhizhikin wrote:
> Hello Jupiter,
>
> On Fri, Jan 15, 2021 at 8:32 PM JH wrote:
>>
>> Hello,
>>
>> The mtd build was fine, what could be missing not to link mtd?
>>
>> $ ls
OK, finally built the u-boot-fw-utils and run it on iMX6ULL:
# fw_printenv -v
Compiled with U-Boot 2019.07-dirty
But it could not run:
# fw_printenv
Cannot read bad block mark: Invalid argument
Here is the configure file:
# cat /etc/fw_env.config
# NAND
/dev/mtd1 0x40
Hi,
To flash u-boot to iMX6ULL NAND, it requires using higher bits ECC (my
imx6ulz_kobs.dtb) to run kobs-ng in ramdisk, but to flash rootfs image
to NAND in ramdisk, I have to change to use lower ECC (my
imx6ulz.dtb).
I followed the advice at link
https://developer.toradex.com/knowledge-base/u-bo
Could anyone please advise how to set up dtb?
In running uuu, I can set up "SDP: write -f imx6ulz-kobs.dtb -addr
0x9000", but how can I change to different dtb calling fw_setenv?
Thank you and appreciate it.
Kind regards,
- jh
On 5/3/20, Jupiter wrote:
> Hi,
>
>
Sorry for a bit recalcitrant with the issue of calling 'ubi part"
error -74 -EBADMSG, is it MTD issue or u-boot issue?
I used Linux kernel 4.19 to flash UBIFS volume images ubi.img to
imx6ull NAND using following command in Linux:
flash_erase /dev/mtd2 0 0
ubiformat /dev/mtd2 -f ubi.img
The flas
Thanks Richard for the response.
On 5/19/20, Richard Weinberger wrote:
> Neither UBI nor UBIFS care about ECC. The MTD stack does.
> If you write something in Linux you cannot read back in u-boot a common
> problem is that u-boot and Linux use different MTD settings (layout,
> ECC, etc...).
That
Hi Heiko,
Thanks for your response.
On 5/22/20, Heiko Schocher wrote:
>> Are there any ways or tools in Linux to change MTD settings (most
>> likely the ECC or DTB) to the same setting in u-boot? I do have mtd
>> and fw_setenv in Linux.
>
> No for U-Boot (as I am aware of). You need to fix the D
9 matches
Mail list logo