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?