Hi Saurabh,
Thnks for the reply. I have used my machine as sabresd and run all commands as per the training document. and deployed sdcard image to sd card. When iam booting the board with the sd card connected, then display is not coming (which is conncted through HDMI cable).
in task #4 , we are doing the following steps:
Deploy
Deploy the sdcard image:
$ sudo dd if=fsl-image-gui-imx6qsabresd.sdcard of=/dev/sdX bs=1M
Or, deploy the ext3 rootfs
$ sudo dd if=fsl-image-gui-imx6qsabresd.ext3 of=/dev/sdX2 bs=1M
Or deploy only the tar.bz rootfs
$ sudo mount /dev/sdX2 /mnt/card
$ sudo tar xf imagename-imx53qsb.tar.bz2 -C /mnt/card
In order to deploy only kernel
$ sudo cp uImage-3.0.35-r32.10-imx6qsabresd-20130505174618.bin /media/Boot
In order to deploy only u-boot
$ sudo dd if=u-boot-imx6qsabresd-v2012.10-r3.imx of=/dev/sdX bs=512 seek=2
We have deployed sdcard image.
If using HDMI please, modify u-boot environment arguments:
setenv mmcargs "setenv bootargs console=${console},${baudrate} root=${mmcroot} rootwait rw video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24"
how can i set environment variables in u-boot. which file i should work on and do i need to use some tools to set environment variables in u-boot???