Action Item #1017
closedTest build all systems against 3.0 dev system staging and toolchain
100%
Description
Make sure all systems at least build against the 3.0 dev system staging tree and toolchain.
Once built, each system should be sanitized against at least one hardware platform.
Related issues
Updated by Hammel over 1 year ago
- Precedes Action Item #767: Test newer kernel/fw releases with touchscreen added
Updated by Hammel over 1 year ago
raspi2fb fails to build for pisentry (and probably pistore). It's missing references to some libraries that are in the search path (under opt/vc/lib).
Updated by Hammel over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Updated by Hammel over 1 year ago
Test Results¶
These are just sanity tests: does the system boot to the UI (if it has one), do apps basically work, etc.
System | Status |
---|---|
Media | Pass |
Player | Pass |
Kiosk | Pass |
Autokiosk | Pass |
PiSentry | Fail |
PiStore |
- PiSentry: UI never shows up. This prevents testing PiStore since it's likely to have the same problem, whatever it is.
- X.org failed to start:
[ 19.110] (**) Option "path" "/dev/input/mouse0" [ 19.110] (II) tslib: ADS7846 Touchscreen: using libts version A04 [ 19.110] (**) ADS7846 Touchscreen: always reports core events [ 19.110] (EE) tslib: ADS7846 Touchscreen: ioctl EVIOCGBIT failed(EE) PreInit returned 2 for "ADS7846 Touchscreen" [ 19.110] (EE) [ 19.110] (EE) Backtrace: [ 19.110] (EE) [ 19.110] (EE) Segmentation fault at address 0x0 [ 19.110] (EE) Fatal server error: [ 19.110] (EE) Caught signal 11 (Segmentation fault). Server aborting
- X.org failed to start:
That looks like memory corruption. Or maybe the SD card is dying and corrupted the X.org binary. I'll try again with another SD card.
Updated by Hammel over 1 year ago
- % Done changed from 50 to 90
tslib X.org driver removed (see RM #1020) to fix X server crash issue on pisentry enclosure.
Test Results¶
These are just the remaining systems that were held up due to the X.org crash.
System | Status |
---|---|
PiSentry | Pass |
PiStore | Pass |
All systems are now booting with 3.0 toolchain and dev system builds.
Closing issue.
Updated by Hammel over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100