tlwoerner has quit [Read error: Connection reset by peer]
vagrantc has joined #u-boot
elafon has quit [Remote host closed the connection]
elafon has joined #u-boot
dwrice0 has joined #u-boot
dwrice0_ has quit [Ping timeout: 260 seconds]
dwrice0 has quit [Ping timeout: 272 seconds]
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
beanbag- has joined #u-boot
<Tartarus>
sjg1: Can you please ack that Sandbox patch I just sent? Aside from the network PR, it's also triggered locally for me on the next set of things I'm testing as well
mmu_man has quit [Ping timeout: 272 seconds]
<rfs613>
hanetzer: did you use kermit or something more modern? :P
mmu_man has joined #u-boot
<hanetzer>
ymodem via minicom
<hanetzer>
little choice in that matter, old vendor-u-boot yey
<rfs613>
oh i'm sure kermit could have done that ;-) but yay for minicom.
<rfs613>
at least its not an electron webapp ;-)
<hanetzer>
probably. I used to know how to do it with gnu screen
frieder has quit [Remote host closed the connection]
matthias_bgg has quit [Quit: Leaving]
monstr has quit [Remote host closed the connection]
MrSaturn has joined #u-boot
<MrSaturn>
Hi all. I have a bit of an unusual problem - I am trying to automate an update procedure by reading/writing commands to the UART. To issue a command, I send ETX, flush the serial port, and reset the buffers. I write the command out, then wait for a prompt ('\r\n=> ') it works on almost ever command, except "mmc write"
<MrSaturn>
it seems like it, somehow, it repeats some it's output? I am sort of at a lost. I used interceptty to watch the raw bytes and I don't see anything unusual.
<MrSaturn>
sorry, I said "mmc write", I meant "mmc read"
<MrSaturn>
I know this is probably outside the realm of this channel, I am just not sure who to ask.
dwrice0 has joined #u-boot
jclsn6 has joined #u-boot
Zapy_ has joined #u-boot
mkst1r has joined #u-boot
MrSaturn_ has joined #u-boot
ius_ has joined #u-boot
<MrSaturn_>
what happened there?
MrSaturn has quit [Killed (NickServ (GHOST command used by MrSaturn_))]
<macromorgan>
bringing back an "if defined()" statement to that function fixes it, but I'm not sure if that's the correct way to go about doing it (for reference my environment is set up to be nowhere, since I don't want to write a bunch to the NAND)
<sjg1>
Tartarus: Do you have a link to the patch, or the subject, please?
Gravis has quit [Read error: Connection reset by peer]
Gravis_ has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
mkstr has joined #u-boot
sbach has joined #u-boot
<machinehum>
After I've built u-boot, can I just dd u-boot.bin to an SD card? Or is there something else I need to do. I want to just test my uboot config