Porting linux for a custom RISC-V imafd SOC

£可爱£侵袭症+ 提交于 2021-01-27 19:31:48

问题


I am trying to build a yocto demo-coreip-cli image for my custom risc-v SOC which only supports imafd instructions. For the compilation of cross toolchain that is used by Bitbake, I tried changing cross-binutils.inc recipe and cross-gcc.inc recipe in openembedded-core layer by including “–with-arch=rv64imafd” in "EXTRA_OECONF " variable. Is there anything else I am missing or doing wrong? Thank You.


回答1:


I was able to successfully port the image to RV64-imafd. You can follow this link for the steps I followed. Atlast I compiled all the changes into a separate layer and .bbappend files. Let me know if I can help any further.



来源:https://stackoverflow.com/questions/63127165/porting-linux-for-a-custom-risc-v-imafd-soc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!