Hi all,
- i use this config:
582 CONFIG_PAYLOAD_FILO=y 589 CONFIG_FILO_MASTER=y 590 CONFIG_PAYLOAD_FILE="payloads/external/FILO/filo/build/filo.elf" 591 CONFIG_PAYLOAD_OPTIONS=""
My logs:
BS: BS_WRITE_TABLES times (us): entry 166670 run 767112 exit 0 POST: 0x7a CBFS: 'Master Header Locator' located CBFS at [700100:7fffc0) CBFS: Locating 'fallback/payload' CBFS: Found @ offset 1c4c0 size 179fb Loading segment from ROM address 0xfff1c5f8 code (compression=1) New segment dstaddr 0x0 memsize 0x1740e0 srcaddr 0xfff1c630 filesize 0x179c3 Loading segment from ROM address 0xfff1c614 Entry Point 0x00100000 SELF Payload doesn't target RAM: Failed Segment: 0x0, 1523936 bytes 0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES 1. 0000000000001000-000000000009ffff: RAM 2. 00000000000a0000-00000000000fffff: RESERVED 3. 0000000000100000-000000007cc58fff: RAM 4. 000000007cc59000-000000007cffffff: CONFIGURATION TABLES 5. 000000007d000000-000000007fffffff: RESERVED 6. 00000000e0000000-00000000efffffff: RESERVED 7. 00000000fea00000-00000000febfffff: RESERVED 8. 00000000fed01000-00000000fed01fff: RESERVED 9. 00000000fed03000-00000000fed03fff: RESERVED 10. 00000000fed06000-00000000fed06fff: RESERVED 11. 00000000fed08000-00000000fed08fff: RESERVED 12. 00000000fed1c000-00000000fed1cfff: RESERVED 13. 00000000fed80000-00000000fed83fff: RESERVED Payload not loaded.
Filo can't loading in ram memory at @ 0x0, can you change this address ? How to?