When doing make clean, make mrproper… In what folder should I be?

|
Henna 2022-08-03 22:23:10
will try changing data to ext4
Henna 2022-08-03 22:38:57
# mount -t f2fs /dev/block/platform/bootdevice/by-name/userdata -o checkpoint_merge /data
mount: ‘/dev/block/platform/bootdevice/by-name/userdata’->’/data’: Invalid argument
# mount -t f2fs /dev/block/platform/bootdevice/by-name/userdata /data
#
Henna 2022-08-03 22:39:00
issue found
Henna 2022-08-03 22:39:04
this option is invalid
Henna 2022-08-03 22:39:10
unlike stock kernel
Henna 2022-08-03 22:48:47
after fixing that
Henna 2022-08-03 22:49:07
my stuck on bootanim issue became Bootloop
Henna 2022-08-03 22:53:00
Henna 2022-08-03 22:49:07
my stuck on bootanim issue became Bootloop

kernel Oops

Henna 2022-08-03 22:53:42
camera driver fked
Henna 2022-08-03 23:11:11
after disabling the camera server
Henna 2022-08-03 23:11:17
i booted into desktop
Henna 2022-08-03 23:11:18
nice
Henna 2022-08-03 23:11:28
everything else seems to be working
Henna 2022-08-03 23:11:34
except camera and battery
sakul996 2022-08-03 23:11:38
Henna 2022-08-03 23:11:17
i booted into desktop

Desktop?

Henna 2022-08-03 23:11:49
sakul996 2022-08-03 23:11:38
Desktop?

LineageOS

sakul996 2022-08-03 23:11:54
Henna 2022-08-03 23:11:49
LineageOS

Ahh

Fernando 2022-08-04 06:01:34
Is this guide still working today?
Fernando 2022-08-04 06:05:17
When doing make clean, make mrproper… In what folder should I be?

And the source… In what folder should it be?

siimsek 2022-08-04 08:03:41
Fernando 2022-08-04 06:05:17
When doing make clean, make mrproper… In what folder should I be?

And the source… In what folder should it be?

make clean && make mrproper

siimsek 2022-08-04 08:03:55
u must be at main kernel folder
π“Ÿπ“ͺ𝓸𝓡𝓸𝓖.𝓛𝓸𝓾𝓲𝓼𝓲π“ͺπ“·π“Έβ˜• α›ˆαš¨α›Ÿα›šα›Ÿαš·α›αš’α›Šα›–α›ˆα›ˆα›–α›šα›Ÿαš’α›α›Šα›αš¨αšΎα›Ÿ 2022-08-04 08:53:21
/get mergingcaf
MR00100X 2022-08-04 15:59:45
Hi all…
Im trying to compiling a kernel for mi9t (Android P).
Which toolchain is best for it…?
MR00100X 2022-08-04 16:09:04
MR00100X 2022-08-04 15:59:45
Hi all…
Im trying to compiling a kernel for mi9t (Android P).
Which toolchain is best for it…?

βœ‹…

NUMAflex 2022-08-04 18:48:45
Hello all once again hope all good with y’all
Please, what should i comment in there in order to go on, i’m getting a “duplicate label” error on “sdm845-v2-camera-sensor-mtp-robotics.dtsi”, this device doesn’t have a camera and i’m guessing it’s related

actuator_rear: qcom,actuator@0 {

compatible = “qcom,actuator”;

};

actuator_rear_aux: qcom,actuator@1 {

compatible = “qcom,actuator”;

};

actuator_front: qcom,actuator@2 {

compatible = “qcom,actuator”;

};

NUMAflex 2022-08-04 18:57:42
just commented the inside of those last 2 functions, let it declared still, wish me lucky
NUMAflex 2022-08-04 19:14:04
no dice, is it possible, that even it coming from the manufacturer it came f*cked still??
mochi_wwww 2022-08-04 19:22:57
NUMAflex 2022-08-04 18:48:45
Hello all once again hope all good with y’all
Please, what should i comment in there in order to go on, i’m getting a “duplicate label” error on “sdm845-v2-camera-sensor-mtp-robotics.dtsi”, this device doesn’t have a camera and i’m guessing it’s related

actuator_rear: qcom,actuator@0 {

compatible = “qcom,actuator”;

};

actuator_rear_aux: qcom,actuator@1 {

compatible = “qcom,actuator”;

};

actuator_front: qcom,actuator@2 {

compatible = “qcom,actuator”;

};

where exactly is it saying duplicated

NUMAflex 2022-08-04 19:23:12
mochi_wwww 2022-08-04 19:22:57
where exactly is it saying duplicated

when compiling

mochi_wwww 2022-08-04 19:23:13
send the file
mochi_wwww 2022-08-04 19:23:21
the dtsi
NUMAflex 2022-08-04 19:23:59
sent
NUMAflex 2022-08-04 19:24:09
ERROR (duplicate_label): Duplicate label ‘actuator_front’ on /soc/qcom,cci@ac4a000/qcom,actuator@2 and /soc/qcom,cci@ac4a000/qcom,actuator@1
ERROR (duplicate_label): Duplicate label ‘actuator_rear_aux’ on /soc/qcom,cci@ac4a000/qcom,actuator@2 and /soc/qcom,cci@ac4a000/qcom,actuator@1
ERROR: Input tree has errors, aborting (use -f to force output)
NUMAflex 2022-08-04 19:25:35
i have reverted back my comments, so it’s not modified
mochi_wwww 2022-08-04 19:25:49
send that
|