Solved! Go to Solution.
If configuring the target board to fetch RCW from SD card first, then run CodeWarrior SRAM project successfully(without using JTAG configuration file overriding RCW function), it means there is no problem to fetch RCW from SD card now.
Probably you need to use CodeWarrior to debug SD u-boot, please refer to the following application note.
https://community.nxp.com/t5/CodeWarrior-Development-Tools/CodeWarrior-U-Boot-Debugging/ta-p/1121398
First, please configure the target board fetching RCW from SD card.
Then use CodeWarrior to create a SRAM project and check whether this CodeWarrior SRAM project can run successfully.
Use this method, you can verify whether RCW deployed in SD card is correct.
Hii Yipingwang,
I’m currently working on configuring my target board to fetch the RCW from an SD card. I’ve successfully created a SRAM project in CodeWarrior, and it runs without issues. However, I’m having trouble when attempting to boot from the SD card.
after buffer we placed a pullup resistor on sd_clk with 10k(resistor value)
Observations:
I inserted the SD card into the board and monitored the sd_clk line before and after the buffer, as well as the sd_data0 line.
Here are the details of the buffer I’m using: Part Number: MAX13035EETE+T.
for your reference below i am attaching images
is there any modifications needed please suggest.
If configuring the target board to fetch RCW from SD card first, then run CodeWarrior SRAM project successfully(without using JTAG configuration file overriding RCW function), it means there is no problem to fetch RCW from SD card now.
Probably you need to use CodeWarrior to debug SD u-boot, please refer to the following application note.
https://community.nxp.com/t5/CodeWarrior-Development-Tools/CodeWarrior-U-Boot-Debugging/ta-p/1121398