rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
vagrantc has quit [Quit: leaving]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
darkapex_ has joined #u-boot
darkapex has quit [Ping timeout: 246 seconds]
NonaSuomy has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #u-boot
alan_o has quit [Remote host closed the connection]
van has joined #u-boot
<van>
hi
<van>
I am not sure if this is the right place to ask
<van>
but I am currently facing an issue with u-boot standalone examples
<van>
After I enter loads command
<van>
I am not able to input anything to the console
<van>
but if I use Ctrl-C, it says S-record download aborted
<van>
Am I doing something wrong? :)
<van>
2022.07-rc3-00073-g4fe629d2e8 - this is the version i am using
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
<cambrian_invader>
van: does it work from the command line?
<van>
cambrian_invader: nope
<cambrian_invader>
what xymodem are you using
<van>
I tried tftpbooting it to an address 0x800800
<van>
and then using 'go'
<van>
then I get a synchronous abort
<van>
:|
<van>
I think there is something wrong with my setup
<van>
I am using a rockpi 4B
<van>
cambrian_invader: I am using cu
<cambrian_invader>
try sending something small
<cambrian_invader>
using ymodem
<cambrian_invader>
I think I had success with sz or sy
<van>
cambrian_invader: Is there any other test I can use to check if 'go' is working?
<cambrian_invader>
load U-Boot and try running it
<cambrian_invader>
you should also try to transfer a small file
<csrpi[m]>
<van> "then I get a synchronous abort" <- You can also use try using the 'dcache flush' command before the 'go'. I had a similar issue sometimw ago. You might need to set the CONFIG_CMD_CACHE to y and recompile u-boot for this command to be available)
<cambrian_invader>
perhaps you are running out of space