Skip to content

Commit

Permalink
Add common issues to RT doc (#158)
Browse files Browse the repository at this point in the history
* rt issues

* format

---------

Co-authored-by: Aron Svastits <svastits1@gmail.com>
  • Loading branch information
Svastits and Aron Svastits authored Apr 15, 2024
1 parent 006f12e commit 868dd3b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/wiki/5_Realtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,23 @@ After installing the real-time kernel, the setting of scheduling priorities must
username - rtprio 98
```
- Restart the system
## Possible issues of building the kernel
### SSL error at signing
**Error**:
`SSL error:FFFFFFFF80000002:system library::No such file or directory`
**Solution**: disable ZSTD module compression and rebuild
```
scripts/config --disable CONFIG_MODULE_COMPRESS_ZSTD
scripts/config --enable CONFIG_MODULE_COMPRESS_NONE
```
### Segmentation fault while building a specific driver
**Error example**
```
CC [M] drivers/net/wireless/mediatek/mt76/mt7921/mac.occ1:
internal compiler error: Segmentation fault
```
**Solution**: remove the problematic driver (mt7921 in example) from the kernel configuration file

0 comments on commit 868dd3b

Please sign in to comment.