parallella / parallella-examples

Community created parallella projects
391 stars 143 forks source link

Update PL with /dev/xdevcfg will fail #13

Closed OpenDGPS closed 10 years ago

OpenDGPS commented 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".

9600 commented 10 years ago

Device major number was 259 with previous Linux images. Updated README.md since it has changed.