Closed OpenDGPS closed 10 years ago
According to a post at the parallella community forum http://forums.parallella.org/viewtopic.php?t=1161&p=7267#p7269 - and my experience - the update process for the programming logic as described in the example project "john" will fail.
Instead of "mknod /dev/xdevcfg c 259 0 > /dev/null" it should be "mknod /dev/xdevcfg c 250 0 > /dev/null".
Device major number was 259 with previous Linux images. Updated README.md since it has changed.
According to a post at the parallella community forum http://forums.parallella.org/viewtopic.php?t=1161&p=7267#p7269 - and my experience - the update process for the programming logic as described in the example project "john" will fail.
Instead of "mknod /dev/xdevcfg c 259 0 > /dev/null" it should be "mknod /dev/xdevcfg c 250 0 > /dev/null".