From bde747879395729fc7fee14f457cdab0a76a9fa4 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Wed, 28 Oct 2020 01:14:02 +0900 Subject: [PATCH] :lipstick: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a80630..10de12d 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Bootstrap Debian 10 (buster) 1. Build and copy the Linux kernel. - Run `make ldefconfig lbuild`. - - Copy `/linux-brain/arch/arm/boot/zImage` and `/linux-brain/arch/arm/boot/imx28-evk.dtb` into the 1st partition. + - Copy `/linux-brain/arch/arm/boot/zImage` and `/linux-brain/arch/arm/boot/dts/imx28-evk.dtb` into the 1st partition. 1. Run APT cache in background (mandatory): `make aptcache`.