Hey everyone!
I received my imx6rex a few days ago and was able to get it to boot from the SD card using instructions from the first two videos of Robert's course.
After getting it to boot, for some reason, I got the urge to try to flash a newer version of uboot into spi flash and that's when I ran into some trouble.
I followed the directions here
https://www.imx6rex.com/open-rex/sof...h-update-boot/ and ran into what seems to be the usual trouble of sf probe not finding 3:2, so I removed the bus and chip select and got that to run, what seems to be properly.
The problem I'm having now is that it seems to do everything successfully, but once the device is restarted I am getting no output on the serial terminal. I have been successfully using the uboot image that I compiled during Lesson 2 to get things going using the MFG tool, and am still able to boot into Linux.
I have tried every combination of flashing the spi flash with and without the boot select jumper, with and without saving environment variables(saveenv comments that it's erasing spi flash, so I added this in to variables to try), as well as using the uboot files ending in .bin and .imx from my build, one or two from voipac's git repository, and the one ending in 2G from the aforementioned instructions.
There has to be something silly that I'm missing here since all of these boot images are working perfectly fine as sources for the MFG tool. Hopefully one of you can help!
Thank you much!
Daniel