d1-nezha-baremeta icon indicating copy to clipboard operation
d1-nezha-baremeta copied to clipboard

riscv64 d1-nezha baremeta(Allwinner D1 riscv chip)

Results 2 d1-nezha-baremeta issues
Sort by recently updated
recently updated
newest added

I've successfully built src/1.startup and run the Image on D1-nezha board. However, there is a problem when building 3.uart. ``` ~/d1-nezha-baremeta/src/3.uart$ make all TOOLPREFIX=riscv64-unknown-elf- riscv64-unknown-elf-gcc -Wall -O2 -fno-omit-frame-pointer -ggdb -march=rv64gcvxtheadc...

About the source codes, I have tried to compile them and finally found that actually we do NOT need to include some header files like `` `` on bare board....