From 23b3e1dac2d37554367a890ef1838fc64ff0004e Mon Sep 17 00:00:00 2001 From: jazn Date: Mon, 4 Jul 2022 22:15:48 +0200 Subject: [PATCH 1/2] Build rkdeveloptool description fixed. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8c581..c8d8e2e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ cd rkdeveloptool mkdir build cd build cmake .. +make ``` ### Download mode @@ -1143,4 +1144,4 @@ The `partitions` variable in uboot defaults to ``` uuid_disk=${uuid_gpt_disk};name=uboot,start=8MB,size=4MB,uuid=${uuid_gpt_loader2};name=trust,size=4M,uuid=${uuid_gpt_atf};name=misc,size=4MB,uuid=${uuid_gpt_misc};name=resource,size=16MB,uuid=${uuid_gpt_resource};name=kernel,size=32M,uuid=${uuid_gpt_kernel};name=boot,size=32M,bootable,uuid=${uuid_gpt_boot};name=recovery,size=32M,uuid=${uuid_gpt_recovery};name=backup,size=112M,uuid=${uuid_gpt_backup};name=cache,size=512M,uuid=${uuid_gpt_cache};name=system,size=2048M,uuid=${uuid_gpt_system};name=metadata,size=16M,uuid=${uuid_gpt_metadata};name=vendor,size=32M,uuid=${uuid_gpt_vendor};name=oem,size=32M,uuid=${uuid_gpt_oem};name=frp,size=512K,uuid=${uuid_gpt_frp};name=security,size=2M,uuid=${uuid_gpt_security};name=userdata,size=-,uuid=${uuid_gpt_userdata}; -``` \ No newline at end of file +``` From ab136997eacd79bd56cf9d697a9093d65aa3c61b Mon Sep 17 00:00:00 2001 From: jazn Date: Sat, 9 Jul 2022 21:13:24 +0200 Subject: [PATCH 2/2] Adding cd command in Alpine install, typicaly you are in root direcotry after adb shell. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d8e2e..8c5cedd 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,7 @@ adb push * /sdcard adb shell su +cd /sdcard cp rk3566-pinenote.dtb Image /cache tar -zxf alpine-minirootfs-3.15.0-aarch64.tar.gz -C /cache echo "nameserver $(getprop net.dns1)" > /cache/etc/resolv.conf