FBK command is not working in imx8mn-evk uuu script

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FBK command is not working in imx8mn-evk uuu script

1,194 Views
vinothkumars
Senior Contributor IV

Hi All,

FBK is not working from uuu script. Is there any configuration missing.

 

Please find my steps,

# get mmc dev number from kernel command line
# Wait for emmc
FBK: ucmd while [ ! -e /dev/mmcblk0 ]; do sleep 1; echo "wait for /dev/mmcblk0 appear"; done;

FBK: ucp .\imx-boot t:/tmp

# clean uboot environment variables
FBK: ucmd dd if=/dev/zero of=/dev/mmcblk0 bs=1k seek=4096 conv=fsync count=8
FBK: ucmd sync

 

 

Regards,
Vinothkumar Sekar
Tags (2)
0 Kudos
5 Replies

1,187 Views
igorpadykov
NXP Employee
NXP Employee

Hi Vinothkumar

 

one can try to test it on i.MX8MN Nano EVK with uuu sample scripts found in Demo Images

(folder /samples, example_kernel_emmc.uuu)

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

Best regards
igor

0 Kudos

1,181 Views
vinothkumars
Senior Contributor IV

Thank you @igorpadykov  for the reply,

I tried example_kernel_emmc.uuu script but It's struggled in FBK.

Do I needs to configure anything in u-boot ?

Regards,
Vinothkumar Sekar
0 Kudos

1,174 Views
igorpadykov
NXP Employee
NXP Employee

so had you tried on i.MX8MN Nano EVK with uuu sample scripts from Demo Images ?

 

Best regards
igor

 

 

0 Kudos

1,171 Views
vinothkumars
Senior Contributor IV

Yes @igorpadykov 

 

Regards,
Vinothkumar Sekar
0 Kudos

816 Views
rakesh3
Contributor V

I am same issue in the imx6D board. its not going further after below.

FB: acmd bootz ${kernel_addr_r} ${initrd_addr} ${fdt_addr_r}

 

i had followed this link also but not worked.. 

https://community.nxp.com/t5/i-MX-Processors/UUU-FBK-command-is-not-working-in-imx6s/m-p/1079060#M15...

any suggestion where i am going wrong here.

 

Regards,

Rakesh

 

Tags (2)
0 Kudos