timesyssupport would you have some patch that you can share to build and get vybrid u-boot that boots from QSPI?
Solved! Go to Solution.
I have created a couple of patches on top of Timesys u-boot for make it bootable from QSPI (for TWR board)
For building it. After apply the patches make a clean build.
make clean
make vybrid_config
make u-boot
make u-boot.imx
The u-boot.imx output image file is ready to be flashed into QSPI.
I have created a couple of patches on top of Timesys u-boot for make it bootable from QSPI (for TWR board)
For building it. After apply the patches make a clean build.
make clean
make vybrid_config
make u-boot
make u-boot.imx
The u-boot.imx output image file is ready to be flashed into QSPI.
Hello Juan,
Unfortunately, the current u-boot 2011.12 does not support QSPI-NOR boot. TFTP/NFS, SD, and NAND boot are the current supported boot options.
Thanks,
Timesys Support
timesyssupport can you help on this case?