mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)
From: Grant Likely <grant.likely@secretlab.ca> The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC) devices have dedicated major/minor numbers. Add them to the device table data file so they get are present in the root filesystem
This commit is contained in:
parent
e241fa4290
commit
921eb994f8
@ -72,6 +72,8 @@
|
|||||||
#/dev/ttySA c 666 0 0 204 5 0 1 3
|
#/dev/ttySA c 666 0 0 204 5 0 1 3
|
||||||
/dev/psaux c 666 0 0 10 1 0 0 -
|
/dev/psaux c 666 0 0 10 1 0 0 -
|
||||||
#/dev/ppp c 666 0 0 108 0 - - -
|
#/dev/ppp c 666 0 0 108 0 - - -
|
||||||
|
/dev/ttyPSC c 666 0 0 204 148 0 1 4
|
||||||
|
/dev/ttyUL c 666 0 0 204 187 0 1 4
|
||||||
|
|
||||||
# Input stuff
|
# Input stuff
|
||||||
/dev/input d 755 0 0 - - - - -
|
/dev/input d 755 0 0 - - - - -
|
||||||
|
@ -14,3 +14,7 @@ ttyUL0
|
|||||||
ttyUL1
|
ttyUL1
|
||||||
ttyUL2
|
ttyUL2
|
||||||
ttyUL3
|
ttyUL3
|
||||||
|
ttyPSC0
|
||||||
|
ttyPSC1
|
||||||
|
ttyPSC2
|
||||||
|
ttyPSC3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user