sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit 0440abcffce428ec5bc09172b08f7224651c27dd
parent 4ff19622bb058e43378ecc3603ac650e30054ea4
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 12 Oct 2017 17:08:00 +0200

add note about odroidc2 dtb location

Diffstat:
Mdoc/odroidc2-mainline.html.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/odroidc2-mainline.html.md b/doc/odroidc2-mainline.html.md @@ -105,5 +105,6 @@ Create `boot.scr` out of it: # mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.cmd boot.scr Copy the .dtb from your linux sources. It's found in arch/arm64/boot/dts: -`meson-gxbb-odroidc2.dtb`. Of course, remember to copy your `Image` as -well. +`meson-gxbb-odroidc2.dtb`. The u-boot looks for it in a directory called +`amlogic` on the first partition. Of course, remember to copy your `Image` +as well.