Trying to port to Sony Ericsson Xperia Play : partitions problems
Hello,
I'm trying to port pmOS to Xperia Play, but the first problems (I hope they are not impacting the rest) happens during flash : when I flash kernel with pmbootstrap flasher flash_kernel
the phone stills in fastboot mode and I have to do pmbootstrap flasher boot
to "boot" the device.
And if instead of instructions above, I firstly (after flashing rootfs) do pmbootstrap flasher boot
, the device seems stuck : no black screen and no fastboot available, so I unplug it, remove and reinsert battery, and do again pmbootstrap flasher boot
then it "boots".
When the phone "boots", the main problem is that I can't access to device via ssh/telnet, all ports are closed but ping works.
I tried to debug with debug-shell initramfs hook, so here the pmOS_init.log :
### postmarketOS initramfs ###
Trying to mount subpartitions for 10 seconds...
ERROR: failed to mount subpartitions!
NOTE: Waiting 10 seconds for the framebuffer /dev/fb0.
If your device does not have a framebuffer, disable this with:
no_framebuffer=true in <https://postmarketos.org/deviceinfo>
Setting framebuffer mode to: U:480x854p-0
Setup usb network
ifconfig: SIOCSIFADDR: No such device
Start the dhcpcd daemon (forks into background)
Create 'pmos_continue_boot' script
Create 'pmos_shell' script
Create 'pmos_loop_forever' script
Start the telnet daemon
---
WARNING: debug-shell is active on 172.16.42.1:23.
This is a security hole! Only use it for debugging, and
uninstall the debug-shell hook afterwards!
---
tty: ignoring all arguments
/dev/console
Exit the shell to continue booting:
So, am I doing something wrong ? What have I to do ?