Hi
How to enable QSPI emulator on LS1028ARDB?
I'm trying to follow the documentation however it doesn't seem to work.
I want to be able to boot from SD card and communicate with my device through FlexSPI.
From what I understand (based on the documentation):
- to boot from sdcard I should set SW2's bit number 0 to ON position, am I right?
- to be able to use QSPI emulator I should set SW2's bit number 5 to ON, am I right?
Which chip select should I use then to communicate with my device?
Is this chip select 1?
Below is the part of device tree:
Should this configuration allow me to communicate with my device throguth QSPI emulator? (The first node is the original one from SDK).