bugAVR Downloader/UploaDEr - Bugs: bug #49450, Does not write integer to...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #49450: Does not write integer to /sys/class/gpio/export

Submitter:  None
Submitted:  Wed 26 Oct 2016 04:59:27 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name:  Maurik
Originator Email:  -email is unavailable- Open/Closed:  Open
Release:  6.3 Programmer hardware:  Beagle Bone
Device type:  linuxgpio

Discussion

Wed 26 Oct 2016 04:59:27 PM UTC, original submission:  

In the code linuxgpio.c I believe the format string for the GPIO port is incorrectly specified as %ud, instead of %u. This causes a "d" to be appended to the port and some implementations of /sys/class/gpio/export do not allow for this.

Changing the %ud to %u allows me to run avrdude on the Beagle Bone Black.

Anonymous

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    Votes

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16-11ef.
    Corresponding source code