Robin Heinemann

Results 43 comments of Robin Heinemann

possible choice for the documentation of linux basics: - http://wiki.lib.sun.ac.za/images/c/ca/TLCL-13.07.pdf - http://linuxcommand.org/lc3_learning_the_shell.php

I think this should be integrated with other updates aswell.

Installing openocd is done in #174, still needs pic driver.

I think it would make sense to build a script that checks the basic functionality of the various hardware drivers. That way new kernel versions, etc. could be quickly tested.

The `authorized_keys` file was added in 490fee72438ded01e4438d772db72c8f642de973. I think the easiest option for having some keys added to `authorized_keys` by default would be to just produce two images from the...

could not verify this on my hardware, but keeping it open in case this is an actual problem

@imSanko solving this issue needs extensive hardware testing we can only really do ourselves.

Do you think using `ed25519` type keys would be ok? They are supposed to be more secure and the public key is a lot smaller than a `rsa` one. However...

Well I wouldn't do dsa :) But having rsa and ed25519 seems fine.

Way forward: making all the scripts use `pushd` and `popd`, fix the references from `bringup-scripts` to `scripts` and add `PYTHONPATH=/opt/axiom-firmware/software/scripts:/opt/axiom-firmware/software/bringup-scripts` to `/etc/environment`. (This approach is currently being tested on the...