Dear friends,
I'm using T2080 CPU and using boot loader povided by vxworks.
I'm booting normally with the following bootloader settings:
- Flash1: 0xFF00_0000~0xFFFF_FFFF (16MB)
- Bootloader: 0xFFF0_0000~ 0xFFFF_FFFF (1MB, boot ROM)
- CCSBAR: 0xFE00_0000~ 0xFEFF_FFFF (16MB, default address)
My board has more size of Flash1. So I'm trying to remap Flash1.
However, with the following settings, the boot fails.
- Flash1: 0xFE00_0000~0xFFFF_FFFF (48MB)
- boot loader: 0xFFF0_0000~ 0xFFFF_FFFF (1MB, boot rom)
- CCSBAR: 0xFE00_0000~ 0xFEFF_FFFF (16MB)
I think the problem is caused by overlapping CCSBAR.
However, even after setting CCSBAR to 0xFD00_0000, the boot still fails.
Please let me know how can I change the CCSBAR.
(It's listed in T2080 RM 4.3.11 but I'm not sure what it means.)