Current Server Time: 23:46 (Central Europe)

#apertus IRC Channel Logs

2020/07/06

Timezone: UTC


04:57
Bertl_oO
off to bed now ... have a good one everyone!
04:57
Bertl_oO
changed nick to: Bertl_zZ
06:44
BAndiT1983|away
changed nick to: BAndiT1983
07:25
LordVan|Work
joined the channel
08:14
Spirit532
left the channel
09:13
Spirit532
joined the channel
09:34
LordVan|Work
left the channel
09:53
LordVan|Work
joined the channel
11:37
Bertl_zZ
changed nick to: Bertl
11:37
Bertl
morning folks!
12:20
Dest123
joined the channel
12:30
Dest321
joined the channel
12:30
Dest321
left the channel
12:30
Dest123
left the channel
12:30
Dest123
joined the channel
15:45
Bertl
off for now ... bbl
15:45
Bertl
changed nick to: Bertl_oO
16:08
Dest123
left the channel
16:08
Dest123
joined the channel
16:09
Dest123
left the channel
16:09
Dest123
joined the channel
16:10
Dest123
left the channel
16:42
megora
joined the channel
16:59
Bertl_oO
changed nick to: Bertl
16:59
se6ast1an
Meeting time!
17:00
se6ast1an
please message me now if you want to report!
17:00
se6ast1an
apoorva_arora: is first in line, please go ahead
17:01
Bertl
first let me say, welcome everyone to the second phase/period of GSoC 2020 \o/
17:03
apoorva_arora
Thank you, Last week i submitted the first part of the project. This included PHY layer as well as packet layeer both master slave with a demonstration testbench simulation for SPI Master interface on the slave device. This week i will start my first hardware implementation. Plan will be to test basic data transmission using bidirectional PHY with ZYNQ being master and machxo2 being slave device.
17:03
apoorva_arora
this is all from my side :)
17:05
se6ast1an
anything to share/show from your first part of the project?
17:06
apoorva_arora
yes, this is the link to the report: https://github.com/Apoorva-ar/GSOC_2020/blob/master/GSOC_Apoorva_phase1_Report.pdf
17:07
apoorva_arora
the report describes design, construction as well as validation of the code.
17:08
se6ast1an
thanks!
17:08
se6ast1an
metal_dent[m]: you are next
17:08
metal_dent[m]
hi!
17:09
metal_dent[m]
last week was the evaluation period so i cleaned up my code, added the copyrights, readme and prepared the report for phase I
17:09
metal_dent[m]
the report is here -> https://drive.google.com/file/d/1R7jS6MCCnrwf0FPzcKP9ViRY3sHxg8Za/view?usp=sharing
17:09
metal_dent[m]
right now i'm working on the python script as to make the communication work between host and remote, i need to send the commands to the remote which is done using pyserial
17:10
metal_dent[m]
but the write process is not working on the zbox (thought it's working perfectly on the virtual serial ports), so i'm debugging the code and hopefully it'll be done in a couple of days (max) so that the writing of the firmware can be done
17:10
metal_dent[m]
that's it from my side!
17:11
se6ast1an
many thanks
17:11
se6ast1an
bluez_[m]: is next in line
17:11
bluez_[m]
tx, hi everyone!
17:12
bluez_[m]
so last week I too finalized and submitted the code and report for evaluation
17:12
bluez_[m]
report -> https://drive.google.com/file/d/1nBbAbasn-awyiGloveNo6Ot1sKVymnKA/view?usp=sharing
17:12
bluez_[m]
the driver can successfully upload a bitstream into MachXO2
17:13
bluez_[m]
i was then working on a sysfs entry to get hash of the current image
17:14
bluez_[m]
it took me sometime to find a good updated implementation for reference... i finally found it and am almost done with the implementation
17:14
bluez_[m]
will test and push by today
17:14
Bertl
sounds good!
17:15
bluez_[m]
this week I will finish up other extra stuff that i mentioned in the report.... and then start studying about OpenOCD
17:15
bluez_[m]
thats all from my side!
17:15
bluez_[m]
<Bertl "sounds good!"> thanks :)
17:16
se6ast1an
thanks
17:17
se6ast1an
bluez_[m] metal_dent[m] apoorva_arora, I with phase I mastered I wuld love to add your projects to our wiki
17:17
se6ast1an
would you be so kind and do so on https://wiki.apertus.org/index.php/GSoC_Projects
17:17
se6ast1an
I just added the 2020 header
17:19
metal_dent[m]
se6ast1an: sure :)
17:20
bluez_[m]
sure but we should add there after the project completes or now?
17:20
Bertl
megora: preetimenghwani[: what about your first evaluation results?
17:21
se6ast1an
<bluez_[m]> sure but we should add there after the project completes or now? <- please add it already now
17:22
bluez_[m]
se6ast1an: ah, okay
17:23
se6ast1an
preetimenghwani[: your turn
17:23
preetimenghwani[
Hello Everyone!
17:24
preetimenghwani[
So I spent last week preparing the report and modifying the code as suggested by bertl, So now the test framework is ready.
17:24
preetimenghwani[
here is the link to the report -> https://drive.google.com/file/d/1IgMgVa1qXTgKUCgcIUN8ucDhVH27PYqq/view?usp=sharing
17:25
preetimenghwani[
Currently focussing on deciding the architecture of the new remapper.
17:25
preetimenghwani[
Thats it from my side!
17:26
se6ast1an
many thanks!
17:26
se6ast1an
megora: please go ahead
17:27
megora
Hello everyone!
17:28
megora
About a week ago I've found that the eMMC model project I was using to make a testbench for mu own project also includes the emmc host.
17:29
megora
This host module isn't fully meeting the emmc plugin requirements cause it was made for the older protocol version, but it looks like a good basement
17:31
megora
So I decided to use this one as a base to test host - emmc communication at lower speeds, and to try upgrading it in the case of successful tests.
17:31
Bertl
looking forward to the hardware tests!
17:33
se6ast1an
anything else megora?
17:33
megora
For now I'm creating module to feed the host with random data. The next steps would be adding telemetry (possibly, ILA), creating bitstream, and trying to program the FPGA
17:34
megora
That's all.
17:34
RexOrCine
At GSOC students: We'd like to do a wrap-up article like this for GSOC 2020 - https://www.apertus.org/google-summer-of-code-wrap-article-august-2018 ... So a small summary and relevant image would be needed at the end of the term. Thanks.
17:35
se6ast1an
good point rex
17:35
se6ast1an
gsoc students please already start collecting images, whatever is interesting, the reports I saw so far already contained some, great
17:36
se6ast1an
megora & preetimenghwani[ please also add your project to https://wiki.apertus.org/index.php/GSoC_Projects
17:36
se6ast1an
you can use a project from last year as template
17:36
se6ast1an
like https://wiki.apertus.org/index.php/USB_3.0_Plugin_Module_Gearwork
17:36
metal_dent[m]
> At GSOC students: We'd like to do a wrap-up article like this for GSOC 2020 - https://www.apertus.org/google-summer-of-code-wrap-article-august-2018 ... So a small summary and relevant image would be needed at the end of the term. Thanks.
17:36
metal_dent[m]
we all need to write individual articles like this, right?
17:37
se6ast1an
creating a new wiki page simply works by creating the linke entry first and then clicking it
17:37
se6ast1an
you need a wiki account for that, so if you dont have one yet, create one
17:37
se6ast1an
if anything is not clear or not working feel free to contact me on irc via email
17:37
RexOrCine
metal_dent[m]: No no. That article details all four students from 2018. We regrettably didn't do an article like this for 2019. So just a short paragraph and image and we'll build the article.
17:38
se6ast1an
thank you gsoc students, well done, welcome to phase II :D
17:38
metal_dent[m]
RexOrCine: okay, thanks! we'll keep this in mind :)
17:39
se6ast1an
BAndiT1983: please share your progress report
17:39
BAndiT1983
and phase II will be harder
17:39
megora
This article would be at the end of the whole GSoC term?
17:39
BAndiT1983
hi everyone
17:39
megora
*would be done
17:39
Bertl
yes, the article will likely happen after GSoC 2020 is over
17:40
megora
Got it.
17:40
BAndiT1983
just a short update from me, as i was busy with other things besides apertus in the last weeks, but my main tasks were gsoc mentoring and PCB panelisation script
17:41
BAndiT1983
we've started to create a mixed panel, which will contain main PCBs for a camera, and this mixed subpanels will be merged into one big panel
17:42
BAndiT1983
latest obstacle is some weird format of the drill positions, but it's more about settings while merging probably
17:42
BAndiT1983
that's it from me for now
17:44
Bertl
great work! :)
17:45
se6ast1an
many thanks!
17:46
se6ast1an
very quick update from me: as I am still a cat nurse currently I didnt get as much done as I hoped I would unfortunately
17:46
se6ast1an
but I helped a bit with the PCB panelization BAndiT1983 mentioned
17:46
se6ast1an
and I plan to still work on the FW 2.0 usage documentation on the wiki soon
17:47
se6ast1an
Bertl: your turn
17:47
Bertl
thanks!
17:48
Bertl
well, I'm officially on vacation, but that usually doesn't keep me from working on Axiom related stuff ...
17:48
Bertl
not very suprisingly, most of last week was spent on first evaluation and getting everything together regarding GSoC 2020
17:49
Bertl
besides that, I also worked on the Kuffner observatory setup and everything there seems to be running smoothly now
17:50
Bertl
starting with today we also have a new trainee (from the observatory) working on Axiom related stuff
17:51
Bertl
his work will be mainly focused on getting the IMU center solder on up and running
17:51
Bertl
https://wiki.apertus.org/index.php/Beta_CSO
17:52
Bertl
so I prepared some hardware for him to test with
17:53
Bertl
the IMU CSO features accelerometer, magnetometer, barometer and gyroscope (all MEMs)
17:53
Bertl
and we hope that in the future, it will be able to provide telemetry information as metadata for recording and other applications
17:54
Bertl
other than that, some rework but nothing spectacular
17:54
Bertl
that's it from my side for this week!
17:55
se6ast1an
the trainee will mostly work on the software side of the CSO correct?
17:55
Bertl
yes, the hardware was done in 2017 :)
17:55
se6ast1an
or gateware if required (IIRC he wants to work on FPGA related stuff)?
17:56
se6ast1an
great, many thanks
17:56
Bertl
the CSO is connected to the routing fabrics
17:56
se6ast1an
anyone else who wants to share/discuss/report about anything?
17:56
Bertl
so gateware for the routing FPGAs (MachXO2) is required
17:56
se6ast1an
right
17:56
RexOrCine
Excellent. Have we met him before?
17:57
RexOrCine
Cos i remember there was a guy there once.
17:58
Bertl
nope, brand new guy
17:59
se6ast1an
there are two astronomy students which you might remember, but they are not software/hardware developers
17:59
se6ast1an
MEETING concluded, many thanks everyone!
18:00
Bertl
thank you!
18:07
BAndiT1983
changed nick to: BAndiT1983|away
18:26
Bertl
off for now ... bbl
18:26
Bertl
changed nick to: Bertl_oO
19:04
BAndiT1983|away
changed nick to: BAndiT1983
19:13
megora
left the channel
19:14
megora
joined the channel
20:02
MichaelSchwarzma
joined the channel
22:01
megora
left the channel
22:26
schmoggie1
joined the channel
22:27
schmoggie
left the channel
23:24
LordVan
joined the channel
23:26
LordVan|Work
left the channel
23:43
BAndiT1983
changed nick to: BAndiT1983|away