From 498a17dedafe1ed9b2ed05ba7cd2da6aaa4b17e1 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Mon, 27 Mar 2023 18:06:20 -0500 Subject: [PATCH] Added some additional details about the buildroot install. --- docs/README-linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README-linux.md b/docs/README-linux.md index cf9c146d..63a3f5e2 100644 --- a/docs/README-linux.md +++ b/docs/README-linux.md @@ -16,6 +16,7 @@ To configure and build Buildroot: $ make --jobs To generate disassembly files and the device tree, run another make script. Note that you can expect some warnings about phandle references while running dtc on wally-virt.dtb. +Depending on your system configuration this makefile may need a bit of tweaking. It places the output buildroot images in $RISCV/linux-testvectors and the buildroot object dumps in $RISCV/buildroot/output/images/disassembly. If these directories are owned by root then the makefile will likely fail. You can either change the makefile's target directories or change temporarily change the owner of the two directories. $ source ~/riscv-wally/setup.sh $ cd $WALLY/linux/buildroot-scripts