beken_ImageA.txt 748 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ROOT 0x00000F20
  2. {
  3. BOOT 0x00000F20 ALIGNALL 32
  4. {
  5. sys_boot.o(SYS_Boot, +First)
  6. update_image_com.o(+RO)
  7. update_image.o(+RO)
  8. }
  9. ;if u want to modify the base address of section, you may pay attention to update_image.h
  10. PRIMARY_START 0x00001E40 FIXED EMPTY 0x20
  11. {
  12. }
  13. FAST_CALL_SEG 0x00001E60 FIXED ALIGNALL 32
  14. {
  15. ;Do not change the section order, for update image;
  16. * (aentry0)
  17. * (aentry1)
  18. * (aentry2)
  19. * (fastcall)
  20. }
  21. FLASH +0 ALIGNALL 32
  22. {
  23. *.o(+RO)
  24. }
  25. ;if u want to modify the base address of section, you may pay attention to update_image.h
  26. PEND_FOR_FLASH 0x00400000 EMPTY 0x20
  27. {
  28. }
  29. RAM 0x00400020 NOCOMPRESS
  30. {
  31. *(+RW,+ZI)
  32. }
  33. }