Tool/software: Linux
I am working on my beaglebone black setup.I boot through my sd card(pressing the S2 switch) which has the uboot and no linux image . I am trying to boot the linux image in the emmc through the uboot prompt but it boots uboot again from the sd card.The steps I took to solve this is to set uuid to second partition of my emmc which has the linux image (U-Boot# setenv finduuid part uuid mmc 1:2 uuid). What am I doing wrong?