This commit is contained in:
Takumi Sueda 2020-10-28 01:14:02 +09:00
parent 97692605de
commit bde7478793
1 changed files with 1 additions and 1 deletions

View File

@ -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`.