Hi
I've downloaded OMAPPSP_04.02.00.07 xloader.
What configuration should I choose for compiling xloader for dm3730?
Does the this xloader support booting from ROM flash?
Thanks,
Tal
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Tal,
You should choose omap3evm_config for compiling x-loader for DM3730.
You could read more details in the AM35x-OMAP35x-PSP 04.02.00.07 UserGuide at the following link:
http://processors.wiki.ti.com/index.php/AM35x-OMAP35x-PSP_04.02.00.07_UserGuide#x-loader
BR
Tsvetolin Shulev
You should not need an x-loader to boot from NOR. NOR is XIP so the boot ROM will configure GPMC and then jump to address 0x08000000 (the beginning of the NOR flash). If your u-boot supports NOR boot that's what should be flashed. I have not looked at NOR in a while so I'm not sure if u-boot supports it for omap3evm.
Steve K.