mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-13 05:08:32 +08:00
Update doc
This commit is contained in:
parent
122141701b
commit
c857182cc8
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -2421,7 +2421,7 @@ HELLO NUTTX ON PINEPHONE!
|
|||
- Boot from EL2
|
||||
- Boot from EL1
|
||||
- Boot to C runtime for OS Initialize
|
||||
nx_start: Entry
|
||||
Lnx_start: Entry
|
||||
up_allocate_heap: heap_start=0x0x400c4000, heap_size=0x7f3c000
|
||||
arm64_gic_initialize: TODO: Init GIC for PinePhone
|
||||
arm64_gic_initialize: CONFIG_GICD_BASE=0x1c81000
|
||||
|
@ -2433,10 +2433,14 @@ up_timer_initialize: Before writing: vbar_el1=0x40227000
|
|||
up_timer_initialize: After writing: vbar_el1=0x400a7000
|
||||
uart_register: Registering /dev/console
|
||||
uart_register: Registering /dev/ttyS0
|
||||
work_start_highpri: Starting high-priority kernel worker thread(s)
|
||||
KGwork_start_highpri: Starting high-priority kernel worker thread(s)
|
||||
nx_start_application: Starting init thread
|
||||
lib_cxx_initialize: _sinit: 0x400a7000 _einit: 0x400a7000 _stext: 0x40080000 _etext: 0x400a8000
|
||||
nx_start: CPU0: Beginning Idle Loop
|
||||
nsh_main: ****main
|
||||
puts: A
|
||||
HHputs: B
|
||||
nsh_main: ****main3
|
||||
HHHHHHHHHHHHGGnx_start: CPU0: Beginning Idle Loop
|
||||
```
|
||||
|
||||
QEMU:
|
||||
|
|
Loading…
Reference in a new issue