Setting bootargs automatically

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

Setting bootargs automatically

563 Views
Goi
Contributor II

Hi,

Is it possible to set bootargs automatically after flashing the image, without entering them manually in the console after every flash?

Thanks.

0 Kudos
1 Reply

477 Views
MassimoBonazzi
NXP Employee
NXP Employee

Modify env_something.c file in /rpm/BUILD/u-boot*/common/env_mmc.c to match your env var and rebuild uboot.

Once it boots it wont find the enviroment and it will use the default you provided in the .c file.

0 Kudos