Kendidi
Kendidi
Thank you @jctullos!! I will try to find a suitable copy of Linux 5.3 and try it.
Besides "console=hvc" and "earlycon=sbi", what else do we need to put into bootargs?
@jctullos I am using Kernel v5.3. I have added the following to _ariane.dts_ but it's still not printing once Kernel has taken over bootargs = "console=hvc earlycon=sbi"; Is there anything...
I see. Thank you Moritz! Appreciate it. Sent from Yahoo Mail for iPhone On Friday, August 7, 2020, 12:49 AM, Moritz Schneider wrote: General comment: The linux kernel and buildroot...
Which GDB should we use? riscv-gdb or the build tool version? On Tuesday, September 1, 2020, 1:29 AM, Moritz Schneider wrote: Debugging virtual memory with GDB is a bit of...
Thanks Moschn!. Currently, when it tries to read fdt header at **fdt32_ld( )** (called from **fdt_check_header( )**), it will ended up trapped in **Lsecondary_park** in head.S. Before MMU started, I...
> The newest openOCD and GDB I believe I am already using the latest OpenOCD and GDB I could find. Thanks.
I am trying to run Linux on Ariane FPGA with DDR starting from 0x2_0000_0000. I initially just want to be able to load and run bbl. It started but not...
I have modified BBL to print the device tree before calling _boot_other_hart()_. It printed OK.
@Moschn Are we supposed to supply a filesystem by adding something like the following into **_ariane.dts_**? chosen { bootargs = "root=/dev/xxx console=hvc earlycon=sbi"; stdout-path = "/soc/uart@10000000:115200"; }; If yes, what...