Either you have control of what is in the boot ROM at 0x1fc00000 or you
do not. If you have control, you can do whatever you like - read
switches, reference environment variables stored in FLASH somehow,
whatever - to decide how you want to proceed. But it's your problem to
know where the switches are, where and how the NVRAM is to be accessed
and interpreted, etc. If you do not have control over the code at
0x1fc00000, you need to find out what options it provides, either by
RTFM or by reverse engineering. There is no magic here, just low-level, brute-force programming. Regards, Kevin K. nagalakshmi veeramallu wrote:
|