Part Number: PROCESSOR-SDK-AM65X
Hi,
I am trying to change the offset address of the OSPI flash and i am not sure how to achieve. I tried few things and didn't get any expected results.
Things I have tried :- (In u-boot level)
The snapshot below is the default partition for the OSPI.
1. I tried to change the CONFIG_MTDPARTS_DEFAULT variable in u-boot and it didn't make any change.
2. I tried to change the dtsi files present in the u-boot by adding the partition related information and still i did not find any difference.
3. I was walking through the u-boot source code to see if any partitions get created but i was unsuccessful in that.
4. I haven't tried this but If i directly provide custom offset address while flashing, will the u-boot able to detect the custom offsets and keep on fetching files for a successful boot?
Example :-
This is the default address for tispl.bin (0x80000).
=> tftp ${loadaddr} tispl.bin
=> sf update $loadaddr 0x80000 $filesize
If i load the tispl.bin in the new location, will u-boot detect it ?If yes then how the u-boot will fetch it ?
=> tftp ${loadaddr} tispl.bin
=> sf update $loadaddr 0x40000 $filesize
Can you suggest , what is the right approach to solve this ?


