openhwgroup / riscv_vm

Instructions to import Ubuntu guest Virtual Machine for RISC-V development for the VEGA board
Apache License 2.0
14 stars 2 forks source link

Zephyr requires dtc_1.4.6 or higher. #12

Open jcps07 opened 5 years ago

jcps07 commented 5 years ago

Zephyr requires dtc_1.4.6 or higher. You could use the one from Zephyr SDK (not included in VM image) or easily update it with the following commands:

curl -L http://mirrors.kernel.org/ubuntu/pool/main/d/device-tree-compiler/device-tree-compiler_1.4.7-1_amd64.deb > device-tree-compiler_1.4.7-1_amd64.deb

sudo apt install ./device-tree-compiler_1.4.7-1_amd64.deb

alfredoh1234 commented 4 years ago

Planning to address in February 2020 update