News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

FSBL: Where to define SD0_WP_CD_SEL

Started by martin, November 19, 2015, 09:29:44 AM

Previous topic - Next topic

martin

I read on the TE0720 Getting start page that it is necessary to write following lines if I create my own FSBL...

SD0_WP_CD_SEL = 0x003F003F;
SD1_WP_CD_SEL = 0x003F003F;

But in which file and position I have to write this two lines?

Thanks,
Martin

martin

Maybe I found the file...
It's described in https://wiki.trenz-electronic.de/display/TE0720/FSBL+-+First+Stage+Boot+Loader

The file name is main.c in the FSBL and the position is after the line SlcrUnlock();

Now I will try it out :-)

Antti Lukats

you do not have to do it with newer version of FSBL, this was needed as hack for very old versions of vivado/SDK