Hello,
i am able to boot zed board succesfully by following the normal steps.
But for my project i need to use only one core and memory of 112MB of zed board.
When i change the bootargs to,
bootargs = "console=ttyPS0,115200 maxcpus=1 mem=112M@0x0"; in .dts file.
And then created boot.bin and image.ub files.
But now i am not able to boot the zed board.
Is the method i am following is correct??
How to make zedboard to have above mentioned parameters by changing bootrags???