ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
<iscle> So, TX DMA works (from SDRAM to USB FIFO), but I must have messed up somewhere because it repeats stuff a looooot of times. (I'm testing with USB serial and this is very obvious when sending text haha)
apritzel has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
iscle has quit [Remote host closed the connection]
MasterR3C0RD has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
MasterR3C0RD has quit [Remote host closed the connection]
colinsane has quit []
colinsane has joined #linux-sunxi
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
vagrantc has joined #linux-sunxi
montjoie has joined #linux-sunxi
montjoie_ has quit [Ping timeout: 480 seconds]
vagrantc has quit [Quit: leaving]
apritzel has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has joined #linux-sunxi
Schimsalabim has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
apritzel has joined #linux-sunxi
colinsane has quit []
colinsane has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.4 Quasar http://www.kvirc.net/]
warpme has quit []
warpme has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
hazardchem has quit [Read error: Connection reset by peer]
hazardchem has joined #linux-sunxi
ungeskriptet has joined #linux-sunxi
dsimic is now known as Guest5403
dsimic has joined #linux-sunxi
Guest5403 has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
ftg has joined #linux-sunxi
macromorgan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Schimsalabim has quit [Ping timeout: 480 seconds]
macromorgan has joined #linux-sunxi
Schimsalabim has joined #linux-sunxi
warpme has quit []
JohnDoe_71Rus has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
freemangordon has joined #linux-sunxi
Schimsalabim has joined #linux-sunxi
wingrime-ww has joined #linux-sunxi
wingrime1 has quit [Ping timeout: 480 seconds]
vagrantc has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
wingrime1 has joined #linux-sunxi
wingrime-ww has quit [Ping timeout: 480 seconds]
Florianclume has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
hexdump0815 has quit [Quit: WeeChat 3.8]
hexdump0815 has joined #linux-sunxi
colinsane has quit []
colinsane has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Quasar 5.2.4, revision: 5.2.4+git-7601-7e87d9ac7, build type: debug, sources date: 20160102, built on: 2024-09-17 16:31:20 UTC 5.2.4+git-7601-]
<Florianclume> Hello, I am a newbie trying some stuff on my Bookeen Notéa e-ink tablet with an Allwinner B300 : https://linux-sunxi.org/Bookeen_Notea https://linux-sunxi.org/B300 https://github.com/Florianclume/hacking_bookeen_notea
<Florianclume> Do you known why there is no mention of boot1 in the serial output?
<Florianclume> This is what confuses me the most
Hypfer has quit [Quit: The Lounge - https://thelounge.github.io]
Hypfer has joined #linux-sunxi
<buZz> ooo that looks like a cool device, bit pricey new
<buZz> hmmm, and not really a market for used ones? sad
wingrime1 has quit [Ping timeout: 480 seconds]
Florianclume has quit [Quit: Page closed]
iscle has joined #linux-sunxi
<iscle> Good news again! USB DMA TX works, at least for small transfers!
<iscle> Florianclume: Why are you specifically looking for boot1?
<iscle> DMA works in both directions, but for some reason some transfers get truncated (or the usb serial gadget is not working, which I doubt). Basically, when sending 1, 2, 3, 4, or 5 bytes, it works just fine. Then, 6 and 7 get truncated. Then, 8 bytes start working again.