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

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

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code