Can't save parameters in U-Boot (iMX6Q)

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

Can't save parameters in U-Boot (iMX6Q)

Jump to solution
777 Views
andreylipov
Contributor II

Hello,

i have some board with iMX6Q

There i have the U-boot menu.

By default systems start with this parameters:

setenv bootargs console=ttySAC0,115200 init=/init video=mxcfb0:dev=ldb,LDB-1080P60,if=RGB24,bpp=32 ldb=spl0 video=mxcfb1:off video=mxcfb2:off fbmem=48M vmalloc=400M androidboot.console=ttySAC0 androidboot.hardware=freescale

i trying to change the LVDS output from 24bit to 18bit.

It's mean i need to change RGB24 to RGB666.

setenv bootargs console=ttySAC0,115200 init=/init video=mxcfb0:dev=ldb,LDB-1080P60,if=RGB666,bpp=32 ldb=spl0 video=mxcfb1:off video=mxcfb2:off fbmem=48M vmalloc=400M androidboot.console=ttySAC0 androidboot.hardware=freescale

Next step: saveenv

i see this:

Saving Environment to MMC...

Writing to MMC(3)... done

Right?

but on next step i run Boot, and in log i see it's run with default parametrs RGB24. it's mean not saved my parametrs. Why so?

Next step: boot or run bootcmd

How to change this parametrs? why his not saved the new parametrs?

And another quastion:

There i have boot menu

[1]boot from emmc

[2]boot from sdcard

[3]boot from tftp

[5]download from sdcard

[0]setting boot args

[q]exit to command mode

Enter your selection:

How to change thismenu and parametrs?

Thank's lot,

Andrey

Labels (3)
0 Kudos
1 Solution
546 Views
igorpadykov
NXP Employee
NXP Employee

Hi Andrey

if this is not Freescale board and software

suggest to post this on Uboot mailing list and software vendor forum

UBootEnvVariables < DULG < DENX

U-Boot Info Page

Best regards

igor

View solution in original post

0 Kudos
1 Reply
547 Views
igorpadykov
NXP Employee
NXP Employee

Hi Andrey

if this is not Freescale board and software

suggest to post this on Uboot mailing list and software vendor forum

UBootEnvVariables < DULG < DENX

U-Boot Info Page

Best regards

igor

0 Kudos