Tool/software: Linux
Hello,
I have created 2 partitions in SD card(1. BOOT and 2. ROOTFS) and I have zImage at ROOTFS/boot/ location. I am able to boot properly.
Now I want to use that zImage from BOOT partition. What changes are required in u-boot to find zImage in the first partition? Is that possible to use zImage from BOOT partition and dtb from ROOTFS/boot/ ? or I need both at the same path?
Thank you.