- Jun 20, 2023
-
-
Martin Kepplinger authored
-
- Jun 19, 2023
-
-
Martin Kepplinger authored
Since Linux v6.3 boards with multiple of our chargers are supported; the sysfs path hence needed to change; see also https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4e9498b835ab31b83fc32fae4f77426f668010ac
-
Martin Kepplinger authored
we'll switch to that for v6.2 based kernels probably
-
- Apr 28, 2023
-
-
Due to the limitions of the fastboot protocol in uuu any command that takes more than 2 seconds to run will time out the USB bus. This re-write breaks the erase, write, read, verify into 2S chunks.
-
- Mar 20, 2023
-
-
The module is enabled so don't modprobe it anymore Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Mar 10, 2023
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
This way, the script can be invoked manually any time, and only automatic launch is being guarded by file check.
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
Thanks to that, cryptsetup is able to ask for passphrase on its own.
-
- Mar 09, 2023
-
-
The larger eMMC on these phones needs a different partition table Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
To do the online resize the passphrase is needed. Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Feb 28, 2023
-
-
- Jan 10, 2023
-
-
Martin Kepplinger authored
-
- Jan 09, 2023
-
-
- Dec 21, 2022
-
-
Dorota Czaplejewicz authored
-
- Nov 24, 2022
-
-
Martin Kepplinger authored
We lower the regulator voltages starting with v6.0 based kernels. Adjust the testcase accordingly.
-
- Sep 05, 2022
-
-
Martin Kepplinger authored
Use a common resolution sensor setting we use in applications too. This tests "taking a photo" using standard tools only. Since the "photo" is a test-pattern, it obviously doesn't test for any uncleanness of the lens. But it should be useful as comparison to any "camera app" (i.e. if this test succeeds, any app should work).
-
- Jun 21, 2022
-
-
Martin Kepplinger authored
-
- Jun 18, 2022
-
-
Martin Kepplinger authored
and check for kernel error messages during that time. The suspended time we wait here is of course the time the whole transition to idle takes plus the suspended time, so we probably should use at least 15s.
-
- Apr 23, 2022
-
-
Sebastian Krzyszkowiak authored
It only causes problems with encrypted images.
-
Sebastian Krzyszkowiak authored
Recent kernel images are stored uncompressed and should be loaded directly.
-
- Mar 16, 2022
-
-
Martin Kepplinger authored
-
- Mar 08, 2022
-
-
Angus Ainslie authored
The firmware jail needs to be writen after the TPS firmware so add an offset for the write. libusb times out if we try and wait for the command to complete so the timeouts needed to be extended. Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Mar 07, 2022
-
-
librem5-base has a udev rule to tag as modem. Check that this happens and that no kernel change messed up the match.
-
Useful in the tests
-
The interactive scripts have function names that match pytests pattern and hence hang the tests.
-
- Feb 09, 2022
-
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
We can avoid having md5sum printing to stderr md5sum: /var/lib/mass_storage_dummy: No such file or directory by first checking if the file exists. Fixes #46
-
- Feb 07, 2022
-
-
Martin Kepplinger authored
-
-
- Jan 10, 2022
-
-
Martin Kepplinger authored
Linux 5.15 and later include new media csi drivers. Rename the test files to be a bit more descriptive. we test raw i2c communication in test_cameras_i2c.py and test the (new) media control and v4l2 interface in test_cameras_api.py.
-
- Nov 19, 2021
-
-
Martin Kepplinger authored
-
- Nov 10, 2021
-
-
Setting 0x22 would be "low" power, 0x11 would be "medium" power. 0x00 is the default. This doesn't change anything but eases testing.
-
- Oct 11, 2021
-
-
Martin Kepplinger authored
-
- Oct 06, 2021
-
-
This makes sure the root partition extends to the full MMC. See Librem5/librem5-devkit-tools!226 Closes: https://source.puri.sm/Librem5/Apps_Issues/-/issues/104
-
- Oct 01, 2021
-
-
The touch controller itself is a different one and the firmware version must be 2 for Evergreen (3 for Dogwood, Chestnut and Birch).
-
These were split out to a separate repo Closes: #40
-
- Sep 30, 2021
-
-
Martin Kepplinger authored
-
Note that the devkit rename isn't submitted upstream yet.
-