<Clamor>
Is it possible to flash mmcblk0boot0/1 from fastboot?
tnovotny has joined #u-boot
tnovotny has quit [Read error: Connection reset by peer]
xroumegue has quit [Ping timeout: 255 seconds]
xroumegue has joined #u-boot
tnovotny has joined #u-boot
<calebccff>
trying to configure the pytest venv on Arch Linux, it seems like the version of pygit2 in test/py/requirements.txt is too old, it complains about the version of the libgit2 library on my system
<calebccff>
updating from 1.9.2 to 1.13.3 at least allowed "pip install" to finish
<Forty-Bot>
the documentation should probably be modified to promote this method and not the raw stuff
<Clamor>
Yes, that would be helpful since now I don't need any changes to sources
monstr has joined #u-boot
<Tartarus>
calebccff: I think we had some other later conflict then, perhaps we couldn't get the right libgit2 in Ubuntu, at least at the time? And that's what CI uses
<Tartarus>
And did I read that commit message right and some tests then need fixing, with newer pygit?
goliath has joined #u-boot
jmasson has quit [Remote host closed the connection]
Clamor has quit [Ping timeout: 276 seconds]
Clamor has joined #u-boot
Leopold_ has quit [Remote host closed the connection]
Leopold has joined #u-boot
Leopold_ has joined #u-boot
Leopold has quit [Ping timeout: 240 seconds]
prabhakarlad has quit [Quit: Client closed]
monstr has quit [Remote host closed the connection]
jaganteki has quit [Quit: Client closed]
Clamor has quit [Read error: Connection reset by peer]
joeskb7 has joined #u-boot
ladis has quit [Remote host closed the connection]
ladis has joined #u-boot
samkent has quit [Ping timeout: 268 seconds]
tnovotny has quit [Quit: Leaving]
slobodan has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
Clamor has joined #u-boot
rvalue has quit [Ping timeout: 240 seconds]
rvalue has joined #u-boot
joeskb7 has quit [Ping timeout: 260 seconds]
joeskb7 has joined #u-boot
mwalle has quit [Ping timeout: 268 seconds]
experemental has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
<calebccff>
Tartarus: the second patch doesn't fix everything it turns out.... my SPMI/PMIC changes broke the sandbox tests, im currently unsure how best to debug. I fixed one of the failure but not the other