Skip to content

Commit

Permalink
Update to tip-of-master buildroot
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Dec 4, 2022
1 parent f12db35 commit b709f6b
Show file tree
Hide file tree
Showing 11 changed files with 8,382 additions and 224 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all : everything
DTC:=buildroot/output/host/bin/dtc

buildroot :
git clone https://github.com/regymm/buildroot --recurse-submodules --depth 1
git clone https://github.com/cnlohr/buildroot --recurse-submodules --depth 1

toolchain : buildroot
cp -a configs/custom_kernel_config buildroot/kernel_config
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,19 @@ make

### Extra links
* Clear outline of CSRs: https://five-embeddev.com/riscv-isa-manual/latest/priv-csrs.html

### Using custom build

Where yminpatch is the patch from the mailing list.
```
rm -rf buildroot
git clone git://git.buildroot.net/buildroot
cd buildroot
git am < ../yminpatch.txt
make qemu_riscv32_nommu_virt_defconfig
make
# Or use our configs.
```

Note: For emdoom you will need to modify include/linux/mmzone.h and change MAX_ORDER to 13.

Loading

0 comments on commit b709f6b

Please sign in to comment.