I am working on a a variant of the ROM from CTXz in this thread for the T715 (Samsung Galaxy Tab S2 8.0 LTE variant aka gts28lte) and got stuck on making the RIL work. I added the ril-daemon and the cpboot-daemon, but get the following errors when booting up:
I checked all config for file contexts, sepoliy etc. and also config from the stock ROM but to no avail.
Has anyone seen this before on a similar device or has an idea where to look?
thx
-apc
Code:
<3>[ 9.942977] [c7] mif: cbd: check_debug_level: debug level=0, cp_debug=0
<6>[ 9.943035] [c7] muic-universal:muic_show_attached_dev attached_dev:1
<3>[ 9.943053] [c7] mif: cbd: check_factory_log_path: log path - /sdcard/log
<3>[ 9.943069] [c7] mif: cbd: main: Start CP Boot Daemon (CBD)
<3>[ 9.943123] [c7] mif: cbd: main: SS333 modem
<3>[ 9.943147] [c7] mif: cbd: main: partition number : 13
<3>[ 9.943162] [c7] mif: cbd: main: partition path : /dev/block/mmcblk0p13
<3>[ 9.943202] [c7] mif: cbd: main: Modem type = 9
<3>[ 9.943212] [c7] mif: cbd: main: Boot link = 3
<3>[ 9.943222] [c7] mif: cbd: main: Main link = 10
<3>[ 9.943250] [c7] mif: cbd: start_shannon333_boot: CP boot device = /dev/umts_boot0
<3>[ 9.943265] [c7] mif: cbd: start_shannon333_boot: CP binary file = /dev/block/mmcblk0p13
<3>[ 9.943279] [c7] mif: cbd: start_shannon333_boot: CP NV file = /efs/nv_data.bin
<3>[ 9.943387] [c7] mif: cbd: start_shannon333_boot: BOOT link SPI
<3>[ 9.943408] [c7] mif: cbd: start_shannon333_boot: MAIN link MIPI-LLI
<3>[ 9.943435] [c7] mif: cbd: start_shannon333_boot: NV validation done
<3>[ 9.943490] [c7] mif: cbd: std_boot_prepare_args: ERR! DEV(/dev/umts_boot0) open fail (No such file or directory)
<3>[ 9.943503] [c7] mif: cbd: prepare_boot_args: ERR! std_boot_prepare_args fail
<3>[ 9.943519] [c7] mif: cbd: start_shannon333_boot: ERR! prepare_boot_args fail
Has anyone seen this before on a similar device or has an idea where to look?
thx
-apc