rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
aat596 has quit [Ping timeout: 252 seconds]
aat596 has joined #u-boot
mmu_man has joined #u-boot
Jones42 has joined #u-boot
naoki has quit [Quit: naoki]
ikarso has quit [Quit: Connection closed for inactivity]
ikarso has joined #u-boot
enok has joined #u-boot
Jones42 has quit [Quit: Client closed]
BoergeSt has quit [Quit: WeeChat 4.1.1]
enok has quit [Ping timeout: 252 seconds]
jybz has joined #u-boot
enok has joined #u-boot
jeeebz has quit [Ping timeout: 252 seconds]
cbmuser has quit [Ping timeout: 248 seconds]
cbmuser has joined #u-boot
enok has quit [Ping timeout: 248 seconds]
monstr has quit [Remote host closed the connection]
ikarso has quit [Quit: Connection closed for inactivity]
Jones42 has joined #u-boot
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 272 seconds]
clamor has joined #u-boot
<burlak>
by any chance does somebody have reliable script to extract nand over TTY from uboot?
<clamor>
sjg1: I have an issue with the nyan-big test. May you have a look? It seems that tegra124-u-boot.dtsi was not applied
<LeSpocky>
burlak: you mean dumping NAND content on serial console and capture that?
saimazoon has quit [Ping timeout: 252 seconds]
<burlak>
LeSpocky: yep
<burlak>
LeSpocky: but ideally some python script with error correction, ability to resume, etc...
<Jones42>
burlak: x/y/zmodem?
clamor has quit [Ping timeout: 252 seconds]
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
clamor has joined #u-boot
<Jones42>
How exactly does this combination of ENV_IN_MMC and ENV_IS_NOWHERE work? I'm trying to implement the second paragraph below "Secure U-Boot": https://trac.gateworks.com/wiki/secure_boot
<Jones42>
as soon as I try to "env save", I get a "Saving Environment to nowhere... not possible", so I'm wondering how I should store my writeable variable
goliath has quit [Quit: SIGSEGV]
<burlak>
Jones42: that would be nice, can I somehow send nand dump over zmodem?
<burlak>
from uboot
<Jones42>
hmm.. not sure. there is loadx/loady but they are for transfer *to* the device.