From 230cd14b0d9b79c06903f28410d8382c8e815121 Mon Sep 17 00:00:00 2001 From: thegroove <535855+thegroove@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:53:21 +0100 Subject: [PATCH] Update adding-wifi-driver.md --- en/adding-wifi-driver.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/en/adding-wifi-driver.md b/en/adding-wifi-driver.md index db19c76..2da8f93 100644 --- a/en/adding-wifi-driver.md +++ b/en/adding-wifi-driver.md @@ -75,3 +75,14 @@ Example: you want to build `ultimate` for `hi3516ev200`: `./building.sh hi3516ev200_ultimate` +When the build is complete, you will find the output in the `output/images/` directory: + +``` +./rootfs.hi3516ev200.cpio +./openipc.hi3516ev200-nor-ultimate.tgz +./rootfs.squashfs.hi3516ev200 +./rootfs.hi3516ev200.tar +./uImage.hi3516ev200 +``` + +You can then use `rootfs.squashfs.* and uImage.*` with [sysupgrade](./sysupgrade.md).