Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEMPORARY] Change CONFIG_XIP_ELF to run from RAM (temporary changes) #6536

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abhishek-samsung
Copy link
Contributor

No description provided.

@abhishek-samsung abhishek-samsung marked this pull request as draft November 26, 2024 07:24
@abhishek-samsung
Copy link
Contributor Author

binary_manager_mount_resource: Mount resource success! [Version: 240421] [Partition: A] 
binary_manager_scan_ubin_all: Found binary common in partition 5, version 200204
binary_manager_scan_ubin_all: Found binary app1 in partition 6, version 190412
binary_manager_load: common Header Checking Success
xipelf_loadbinary: data start in flash : e185b90
xipelf_loadbinary: data start in ram : 60724b80
xipelf_loadbinary: data end in ram : 60724cf2
xipelf_loadbinary: text start : 60700000
xipelf_loadbinary: text end : 60724b68
dump_module: Module:
dump_module:   filename:  /dev/mtdblock5
dump_module:   argv:      0
dump_module:   entrypt:   0
dump_module:   start of alloc:     0x60700000
dump_module:   alloc:     0 0
dump_module:   ctors:     0x60724b60 nctors=2
dump_module:   dtors:     0 ndtors=0
dump_module:   stacksize: 0
dump_module:   unload:    0
binary_manager_load_binary: Load success! [Name: common] [Version: 200204] [Partition: A] [Text start : 0x60700000] [Compressed Binary]
[RTK] Link callback handles: registered

Initializing WIFI ...
[RTW]: ** Band = 2.4G and 5G **
KM4 version:  km4_application_ver_33dff5bd62_2024/11/26-11:42:55
binary_manager_load: app1 Header Checking Success
xipelf_loadbinary: data start in flash : e6a81f0
xipelf_loadbinary: data start in ram : 602001c0
xipelf_loadbinary: data end in ram : 602001c4
xipelf_loadbinary: text start : 60200000
xipelf_loadbinary: text end : 602001c0
dump_module: Module:
dump_module:   filename:  /dev/mtdblock6
dump_module:   argv:      0
dump_module:   entrypt:   0x60200061
dump_module:   start of alloc:     0x60200000
dump_module:   alloc:     0 0
dump_module:   ctors:     0x602001c0 nctors=0
dump_module:   dtors:     0 ndtors=0
dump_module:   stacksize: 8192
dump_module:   unload:    0
System Information:
        Version:
                Platform: 5.0   Binary: 200204
        Commit Hash: 7dd52c0
        Build User: root@=
        Build Time: 2024-11-26 12:46:00 IST
        System Time: 26 Nov 2024, 00:00:03 [s] UTC Hardware RTC Support
TASH>>binary_manager_load_binary: Load success! [Name: app1] [Version: 190412] [Partition: A] [Text start : 0x60200000] [Compressed Binary]
This is WIFI App

Select Test Scenario.
        -Press X or x : Terminate Tests.
Test will be finished.

TASH>>
TASH>>
TASH>>hello
TASH>>Hello, World!!, pc : 0x6070c0c7

TASH>>
TASH>>hello
TASH>>Hello, World!!, pc : 0x6070c0c7
$ arm-none-eabi-addr2line -e build/output/bin/common_dbg 0x6070c0c7
/root/tizenrt/apps/examples/hello/hello_main.c:73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant