mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-12 20:58:32 +08:00
Clean up
This commit is contained in:
parent
6f422cb307
commit
28bb73d55c
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -2016,6 +2016,10 @@ if set to “no” (any string beginning with ‘n’), “bootp” and “dhcp
|
|||
|
||||
# Hang in Enter Critical Section
|
||||
|
||||
Read the article...
|
||||
|
||||
- ["Star64 JH7110 + NuttX RTOS: RISC-V Privilege Levels and UART Registers"](https://lupyuen.github.io/articles/privilege)
|
||||
|
||||
NuttX on Star64 JH7110 hangs when entering Critical Section...
|
||||
|
||||
From [uart_16550.c](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/star64/drivers/serial/uart_16550.c#L1713-L1737):
|
||||
|
@ -2186,6 +2190,10 @@ TODO: Trace this Store/AMO Access Fault
|
|||
|
||||
# Hang in UART Transmit
|
||||
|
||||
Read the article...
|
||||
|
||||
- ["Star64 JH7110 + NuttX RTOS: RISC-V Privilege Levels and UART Registers"](https://lupyuen.github.io/articles/privilege)
|
||||
|
||||
When printing to UART Port, the UART Transmit hangs while waiting for UART Transmit Ready...
|
||||
|
||||
From [uart_16550.c](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/star64/drivers/serial/uart_16550.c#L1638-L1642)
|
||||
|
@ -2340,6 +2348,10 @@ We'll find out in a while...
|
|||
|
||||
# Initialise RISC-V Supervisor Mode
|
||||
|
||||
Read the article...
|
||||
|
||||
- ["Star64 JH7110 + NuttX RTOS: RISC-V Privilege Levels and UART Registers"](https://lupyuen.github.io/articles/privilege)
|
||||
|
||||
Earlier we bypassed the Machine Mode and Supervisor Mode Initialisation during NuttX startup...
|
||||
|
||||
From [qemu_rv_start.c](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/star64a/arch/risc-v/src/qemu-rv/qemu_rv_start.c#L166-L231)
|
||||
|
|
Loading…
Reference in a new issue