How to create partition of QSPI and burn images on IMX6UL-EVK board?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to create partition of QSPI and burn images on IMX6UL-EVK board?

1,255件の閲覧回数
rajprakash
Contributor II

Hi,

I am trying to create partition of QSPI(32 Mb) on imx6ul-evk board but i am unable to do that.After partition i want to burn bootstrap loader(u-boot-imx6ulevk_qspi1.imx),kernal image(zImage),device tree(zImage-imx6ul-14x14-evk.dtb) and rootfs from manufacturing tool(IMX6_L3.14.52_MFG_TOOL downloaded from i.MX 6UltraLite Applications Processor|NXP ).But what i have seen on the script file(ucl2.xml) there are only burn option for only zImage. One important thing i don't want to load any image on SD card i want to use only QSPI and boot from there only so how can i achieve this task.I am waiting for your reply.

Thanks

Raj

ラベル(1)
3 返答(返信)

681件の閲覧回数
sreekanth_m
Contributor II

Hi Raj,

Did you get this working? I am facing a similar issue.

Thanks,

Sreekanth.

0 件の賞賛

681件の閲覧回数
igorpadykov
NXP Employee
NXP Employee
0 件の賞賛

681件の閲覧回数
pranavmadhu
Contributor IV

Hi Raj,

I didn't work on IMX, but I've faced a similar issue on LS1021a-iot board, what I've done is modified the qspi section on device tree file as

        partition@0 {

            label = "provide a label";

            reg = <start_address 0x2000000>;     /*since you need 32MB partition size*/

        };

and image can be written to the flash by primarily loading the image on to RAM and then write to flash using sf write command in u-boot