Open LecrisUT opened 2 years ago
Beware, after building the kernel and bootimage, I was unable to boot back into fastbootd
. From the documentation in android it seems that it cannot access fastboot userspace (if it has been built) which should be in boot
partition (or maybe ramdisk
, but I'm not sure where that should be flashed to). Not sure what went wrong in my build
@LecrisUT the 10IV is still in the early porting stages When the device will boot it will be officially announced on https://developer.sony.com/develop/open-source/
@LecrisUT please use Flahtool https://developer.sony.com/develop/open-devices/get-started/flash-tool
to recover your device to a working state
I am using Fedora, so is there an equivalent of flash-tool for linux? Also what is the current status of the device?
I have tried using this community flash-tool, but it does not seem to detect/support xperia 10 IV
please use the provided one
I am using Fedora, so is there an equivalent of flash-tool for linux? Also what is the current status of the device?
the device will crash at the early boot and you need UART to debug it. we are working on fixing the issues and when it will boot we will announce it unfortunately there is no Linux supported flash tool from Sony
@konradybcio with your recent commits what's the status?
Following the guide fails at the build stage because it is looking for pre-compiled
kernel-pdx225
.For anyone new like me, the workaround is to compile the kernel yourself:
kernel/sony/msm-5.4/common-kernel
(this repository)./build-kernels-clang.sh -d pdx225
make ...
(from the android root folder)(PS: In principle this should be covered by setting environment variable
BUILD_KERNEL=true
, but that does not seem to be the case)