Billa Surendra
Billa Surendra
Thank you so much my problem is resolved
On Wed, Oct 12, 2022 at 7:20 PM Anup Patel ***@***.***> wrote: > Try this: > make PLATFORM=generic PLATFORM_RISCV_ISA=rv64imafd PLATFORM_RISCV_XLEN=64 > > Dear Anup, I Tried your suggestion, but I...
FYI, I am using following command make PLATFORM=generic FW_PAYLOAD_PATH=/root/MDP/RV64G_Fedora_Distro/packages/linux-5.19.2/arch/riscv/boot/Image PLATFORM_RISCV_ISA=rv64imafd_zicsr_zifencei PLATFORM_RISCV_XLEN=64 PLATFORM_RISCV_ABI=lp64d In the makefile ABI option only lp64 is available. On Thu, Oct 13, 2022 at 10:34 AM Billa...
After doing appropriate changes in Makefile, opensbi cross compiled for rv64imafd_zicsr_zifencei. Finally I have Linux kernel Image, Linux distro Image and opensbi are without compressed instruction support. Started booting my...
Can any one tell me how to add new recipe for native GDB application debugging purpose.