Ultrasauce is now known as sauce
camus has joined #tegra
marka has joined #tegra
marka has quit [Ping timeout: 244 seconds]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #tegra
<lucaceresoli> tagr: after your suggestion a couple weeks ago, I verified ldo6 was disabled on my setup, enabled it (regulator-always-on in DT), but still I am not getting camera frames :(
<lucaceresoli> tagr: but still, thank you for the hint, it's definitely something that needed to be fixed!
<lucaceresoli> tagr: digetx: I wonder whether you had a look at the code I shared some week ago and maybe noticed something suspect
<lucaceresoli> I have not been working a lot on that tegra20 VI project recently but I'm short of ideas to move on :-/ so any suggestion would be great, even trivial things that I might have overlooked
<DavidHeidelberg> I can dump it today, if you still need it
torez has joined #tegra
<lucaceresoli> DavidHeidelberg: I still have the problem, so any support would be greatly appreciated! thanks
<DavidHeidelberg> sorry lucaceresoli , I have only small knowledge in this area :(
<m4t> DavidHeidelberg: if you're replying to me, yes it would be useful, thanks
<m4t> trying to help someone on the tegra30_debrick repo and want to see if their partitions are fudged versus stock
<m4t> and also possibly put a correct nvflash flash.cfg on for 32g tablets
<DavidHeidelberg> m4t: yup, I see you have no Matrix threads support.. damn irc
<m4t> :D
<DavidHeidelberg> m4t: how to dump it?
<m4t> hmm
<m4t> well the first and more difficult way would be to use nvflash. sudo ./utils/nvflash_v1.13.87205_miniloader_patched --resume --getpartitiontable partitions.txt
<m4t> not sure if it works from APX mode without the exploit, i'll test
<m4t> could do 'cat /proc/partitions' which reflects i guess the backup GPT
<m4t> but won't give the names
<m4t> yeah it won't work from apx without the exploit
<m4t> i will see which gpt partition stored the nvidia partition table (assuming it's the same partition on different size tablets) and it could be dumped with dd
<m4t> hmm the PT might not be in the GPT
<m4t> DavidHeidelberg: on my ouya at least, the beginning of mmcblk0 is the nvidia partition table. could you dump the first 512KiB from that? and give /proc/partitions?
<m4t> if you run 'xxd /dev/mmcblk0|head' you would see something like this: https://paste.ee/p/oeW4L#UoEFL0jZwi0TTzP1Km3_GPuYRRhtPHaW
<m4t> ugh, n7 doesn't seem to expose the PT via gpt
<m4t> oh, found it
<m4t> DavidHeidelberg: it's in mmcblk0boot1
<m4t> on android kernel: dd if=/dev/block/mmcblk0boot1 bs=1M skip=1 count=2 of=PT.bin
<m4t> or more precisely: dd if=/dev/block/mmcblk0boot1 bs=512K skip=2 count=3 of=PT.bin
<m4t> would just be /dev/mmcblk0boot1 on mainline i think
<DavidHeidelberg> m4t: can it come from linux?
<m4t> DavidHeidelberg: yes, 'dd if=/dev/mmcblk0boot1 bs=512K skip=2 count=3 of=PT.bin' on a mainline kernel should work
<DavidHeidelberg> m4t: it has some "partition looking data" in it https://own.ixit.cz/s/mn9qHWpbfCkzRn9
<m4t> i think i can use a utility digetx gave a while ago (or take the code from grate kernel) to parse it further
<DavidHeidelberg> ping me when u download
<m4t> yup got it, thanks
<m4t> looks correct versus what i see on mine
<m4t> seems not correct from the version i have but i think i can fix it. https://paste.ee/p/2LK8d#y1zCyJCdVUWNHSRylKb5QKryffD6G4tQ
<m4t> DavidHeidelberg: ping btw, i downloaded
<DavidHeidelberg> thx! :)
<DavidHeidelberg> do you need anything else dumped while I have my N7 running, m4t ?
<m4t> /proc/partitions would be nice, thanks
<m4t> oh duh, i think the output of the parser is correct. didn't notice the numbers began with 0x :P
<DavidHeidelberg> doing postmarketOS upgrade after loooo...oong time, so let's say good bye to my system on N7 :D
gouchi has joined #tegra
torez has quit [Remote host closed the connection]
gouchi has quit [Remote host closed the connection]