Monday, 2022-01-03

*** tpb <[email protected]> has joined #litex00:00
SpaceCoasterI am playing with psram, an APS6404L, very similar to flash. The mmap mode of LiteSPI works well for reading but not for writing.00:41
SpaceCoasterAlso who is Sports Internet Solutions LLC on Amazon, they sell teensy, orange crab, fomu, tomu and PSRAM.00:44
*** Degi_ <[email protected]> has joined #litex01:06
*** Degi <[email protected]> has quit IRC (Ping timeout: 268 seconds)01:07
*** Degi_ is now known as Degi01:07
*** cr1901_ is now known as cr190101:14
*** nelgau_ <nelgau_!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)01:54
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex01:57
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 256 seconds)02:01
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1980:c918:3a83:b4fa> has quit IRC (Remote host closed the connection)02:15
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1980:c918:3a83:b4fa> has joined #litex02:15
*** zjason``` is now known as zjason03:02
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex03:26
*** Martoni <Martoni!~Martoni@2a03:d604:103:600:2ad2:44ff:fe23:2f72> has joined #litex05:18
yootis_florent_: I tried the commit immediately before the one you mention, and it makes the DMA test work again.05:30
*** Martoni <Martoni!~Martoni@2a03:d604:103:600:2ad2:44ff:fe23:2f72> has quit IRC (Ping timeout: 240 seconds)05:33
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)05:45
*** FabM <FabM!~FabM@2a03:d604:103:600:ebce:25ce:6ae7:bfcd> has joined #litex06:22
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex06:45
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)08:45
_florent_yootis: Thanks, I'm going to look at this09:01
*** essele <[email protected]> has joined #litex09:02
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex09:14
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)09:18
*** essele <[email protected]> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)12:10
*** essele <[email protected]> has joined #litex13:02
*** TMM_ is now known as TMM13:08
*** TMM is now known as TMM_13:08
_florent_yootis: The dma_test issue should be fixed with https://github.com/enjoy-digital/litepcie/commit/a40b2b837cfb046b3acc27b9c637f83b46ce473113:33
*** essele <[email protected]> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)14:27
*** essele <[email protected]> has joined #litex14:39
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex15:21
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 240 seconds)15:25
*** essele <[email protected]> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)15:28
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1980:c918:3a83:b4fa> has quit IRC (Remote host closed the connection)15:34
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:c5a:2a16:2d89:cad9> has joined #litex15:34
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex16:34
*** essele <[email protected]> has joined #litex17:08
*** essele <[email protected]> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)17:39
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)17:48
*** curtbrune <curtbrune!~curtbrune@2601:646:9600:6271:2d8:61ff:fe57:83f6> has quit IRC (Quit: Client closed)17:52
*** essele <[email protected]> has joined #litex17:52
SpaceCoasterShould the PSRAM use the cache? The spiflash does but I am not sure what happens to writes.17:58
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex18:00
_florent_SpaceCoaster: LiteSPIMMAP only support reads for now. Write should not be too complicated to add but hasn't been implemented yet.18:06
*** Finde <[email protected]> has quit IRC (Read error: Connection reset by peer)18:19
*** Finde <[email protected]> has joined #litex18:19
*** essele <[email protected]> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)18:26
SpaceCoasterI looked at it and it seemed possible.18:36
_florent_I could try to help/do some tests if you want to implement it (just need to find a board with a PSRAM or order some components)18:39
SpaceCoasterCheers, had some headers for my snickerdoodle, so I made up a board with Psram attached. It looks like the icebreaker-bitsy has PSRAM. A different brand but the manuals are cut and paste for the two Psram chips.18:42
SpaceCoasterMine is aps6404l3sqr and bitsy is LY68L640018:43
tnt_florent_: do you have a bitsy ? I have quite a few extra, I can send you one if you don't.18:43
SpaceCoastertnt: is that the right chip? I just zoomed in on the photos.18:44
tnthuh, that's one of them. TBH I have no idea which one I used when I assembled that batch, they're all the same ...18:45
_florent_tnt: I don't have it no, this could be useful for PSRAM support and other things (I use my icebreaker non-bitsy a lot :))18:47
_florent_tnt: but happy to pay for it18:47
tnt_florent_: heh, no it's fine, take it as a small thanks for all the free litex support :)  Just send me a shipping address in PM or by mail 246tnt at gmail18:49
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Ping timeout: 240 seconds)19:18
*** curtbrune <curtbrune!~curtbrune@2601:646:9600:6271:2d8:61ff:fe57:83f6> has joined #litex19:24
*** nelgau_ <[email protected]> has joined #litex20:04
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Read error: Connection reset by peer)20:05
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex20:05
*** nelgau_ <[email protected]> has quit IRC (Ping timeout: 240 seconds)20:09
*** special_chirp <special_chirp!~special_c@2a01:cb15:81f8:be00:e0cf:373:a872:1b0d> has joined #litex20:16
*** special_chirp <special_chirp!~special_c@2a01:cb15:81f8:be00:e0cf:373:a872:1b0d> has quit IRC (Client Quit)20:18
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)20:27
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex20:28
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 240 seconds)20:32
_florent_tnt: Thanks20:36
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex21:03
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)22:50
*** nickoe <[email protected]> has quit IRC (Ping timeout: 265 seconds)23:13
*** curtbrune <curtbrune!~curtbrune@2601:646:9600:6271:2d8:61ff:fe57:83f6> has quit IRC (Quit: Client closed)23:34
yootis_florent_: That latest commit doesn't actually fix it, the problem persists.23:36
SpaceCoasterOdd thing, the bios runs a spiflash speed test on boot but the output doesn’t appear. Maybe it is before the UART is initialized. I don’t really need this invisible speed test.23:41
SpaceCoasterOr maybe it doesn’t, ignore me,23:42
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #litex23:45
*** peeps <peeps!~peepsalot@openscad/peepsalot> has joined #litex23:49
*** peeps[zen] <peeps[zen]!~peepsalot@openscad/peepsalot> has quit IRC (Ping timeout: 260 seconds)23:51
yootiswhat is the delay it is actually trying to find?  Is it attempting to measure something?23:52

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!