*** tohaturok is now known as Guest8567 | 10:15 | |
*** tohaturok_ is now known as tohaturok | 10:15 | |
tohaturok | elros: so for hybris-patchs I use hybris-sony-aosp-13 branch | 10:59 |
---|---|---|
tohaturok | elros: What do you mean under hybris branch for android repo? repo with android manifest? | 11:00 |
T42_ | <elros34> mer-hybris/android thus everything else: hybris-patches, hybris-boot and so on. What did you change? Did you clone everything again or why did you rebuild hybris-hal? | 11:05 |
tohaturok | I just updated droid-hal-device repo | 11:09 |
tohaturok | and wanted to rebuild hybris | 11:10 |
T42_ | <elros34> you don't have to rebuild "hybris" (I guess you meant hybris-hal) when you update droid-hal-device. Anyway make sure you run usual source and breakfast/lunch command before building | 11:15 |
tohaturok | another question: does droid-hal-img-boot use kernel from droid-hal-pdx224-kernel package? | 11:15 |
tohaturok | you are correct, I meant hybris-hal | 11:17 |
tohaturok | elros: it looks like my hybris-hal error occured on this line https://github.com/mer-hybris/hybris-boot/blob/7aca947990d6162bf3893b38268ac2b8759bda1a/Android.mk#L167 | 13:23 |
tohaturok | mal: if I correct understand here initramfs is packed to lz4 and gzip https://github.com/mer-hybris/hybris-boot/blob/7aca947990d6162bf3893b38268ac2b8759bda1a/Android.mk#L167 | 13:40 |
mal | depends on the device | 13:42 |
tohaturok | but why is it packed to gzip format when board uses lz4? | 13:42 |
mal | you mean the boot-initramfs.gz ? | 13:42 |
mal | I was too lazy to replace the filename in various places so just used the old name even in case of lz4 :=) | 13:43 |
mal | :) | 13:43 |
tohaturok | yes, ok got it | 13:43 |
tohaturok | ohhh, sorry man, I didn't understand correctly this sentance. I thought there are two command in case if lz4 is used, but there is only first command and second for false | 13:48 |
tohaturok | I found that when the recovery image is loaded, none of the ANDROID_USB and GADGET_DIR folders exist. What could be the cause of this? | 15:34 |
T42_ | <Tailsthefoz> @NotKit | 19:15 |
T42_ | <Tailsthefoz> should I try just using panfrost? | 19:16 |
T42_ | <Tailsthefoz> hm ok nvm | 19:24 |
T42_ | <Tailsthefoz> I'm trying to compile mali_kbase without dvfs, but it's alot harder to compile android kernels and their modules than it seems lol | 19:24 |
T42_ | <NotKit> you can't (re @Tailsthefoz: should I try just us...) | 19:27 |
T42_ | <NotKit> it uses a different in-kernel driver | 19:28 |
T42_ | <NotKit> for Pixels, Google should provide the environment to do it (re @Tailsthefoz: I'm trying to compil...) | 19:28 |
T42_ | <Tailsthefoz> they do, it's just it takes forever to clone lol | 19:28 |
T42_ | <elros34> tohaturok: have you tried reaching Thaodan?For sure he managed to boot this port andmay have idea what is wrong | 20:39 |
T42_ | <elros34> how do you know GADGET_DIR doesn't exist? | 20:46 |
tohaturok | elros: no, I haven't | 21:33 |
tohaturok | I just changed the recovery init script. I added a condition on the existence of the directory and, if it exists, show a message on the phone display using 'yamui' | 21:37 |
tohaturok | now, I know that the kernel works, but I don't understand why usb gadget and android usb doesn't((( I've checked kernel's config and these features are enabled | 21:42 |
mal | are you sure you have all needed things in kernel config? | 21:53 |
mal | https://github.com/mer-hybris/android_kernel_sony_msm/blob/hybris-sony-aosp/LA.UM.9.12.r1/arch/arm64/configs/aosp_lena_pdx213_defconfig#L932 | 21:54 |
mal | something like those 3 lines | 21:54 |
tohaturok | I didn't found CONFIG_USB_CONFIGFS_RMNET_BAM even as an option | 22:01 |
tohaturok | other is enabled | 22:01 |
T42_ | <elros34> in what line do you check that directory? | 22:04 |
tohaturok | I tried to find it in the entire file. | 22:28 |
T42_ | <elros34> it may exists only after "mount -t configfs none /config' | 22:29 |
T42_ | <elros34> not sure if it possible but can you print multiline of text via yamui? something like: 'yamui -t "$(zcat /proc/config.gz | grep -i configfs_rndis)"' | 22:34 |
T42_ | <elros34> or only grep for "configfs" if it wil print multi lines | 22:35 |
tohaturok | yes, I check directory after mount /config | 22:36 |
tohaturok | ok, I'm gonna try it tomorrow. Thanks | 22:36 |
T42_ | <elros34> best would be to mount some cache or other partitions and write there whole dmesg/config.gz or something and then access files via android recovery | 22:38 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!