We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1a64c commit ebb8cc6Copy full SHA for ebb8cc6
build_sdk.py
@@ -274,7 +274,7 @@ class ConfigInfo:
274
name="rock3b",
275
arch=KernelArch.AARCH64,
276
gcc_cpu="cortex-a55",
277
- loader_link_address=0x30000000, # TODO: double check
+ loader_link_address=0x30000000,
278
kernel_options={
279
"KernelPlatform": "rk3568",
280
} | DEFAULT_KERNEL_OPTIONS_AARCH64,
loader/src/loader.c
@@ -307,7 +307,7 @@ static void putc(uint8_t ch)
307
}
308
309
#elif defined(BOARD_rock3b)
310
-#define UART_BASE 0xfdd50000
+#define UART_BASE 0xfe660000
311
#define UTHR 0x0
312
#define ULSR 0x14
313
#define ULSR_THRE (1 << 5)
0 commit comments