Kendidi
Kendidi
> > > > `riscv64-unknown-elf-objcopy -S -O binary --change-addresses -0x80000000 bbl bbl.bin` > > [openhwgroup/cva6#469](https://github.com/openhwgroup/cva6/issues/469) Thanks Moschn! I am only using vmlinux, not bbl or bbl.bin. Can I still use...
@jctullos Not yet. I am still trying to figure it out. I initially thought **early_init_dt_scan( )** takes care of UART initialization. But it appears in a Qemu environment, Linux Kernel...
@jctullos I use Xilinx FPGA, bootrom.elf built off from the CVA6 fpga tree and bbl built from ariane-sdk.
@Jbalkind and @jctullos I initially thought bootrom.elf (from cva6/fpga/) + bbl (from ariane-sdk) should be enough for booting Linux on the Xilinx FPFA we built. Is bbl not good enough?...
@jctullos Please let me know if you have any success or have found anything with your bbl build. Thanks.
@jctullos > So if you pass earlycon through bootargs in defconfig, it will setup an early console with the uart. Can you please elaborate? What I have in "\ariane-sdk\buildroot\output\build\linux-ariane-v0.7\arch\riscv\configs\defconfig": -...
@Moschn Where in Ariane SDK we can select which Linux Kernel version to use?
According to _https://github.com/pulp-platform/linux/_, Linux 5.1-rc7 appears to be the latest.
@jctullos So what changes did you make so it can print now?
@Moschn Ok. Thanks. After I downloaded Kernel 5.3, how should I modify before compiling it?