Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATmega328P Programmierung #58

Open
utterances-bot opened this issue May 24, 2024 · 2 comments
Open

ATmega328P Programmierung #58

utterances-bot opened this issue May 24, 2024 · 2 comments

Comments

@utterances-bot
Copy link

ATmega328P Programmierung

Blog des Grazer Computer Club - GC2

https://blog.gc2.at/post/atmega-328p/

Copy link

JPT77 commented May 24, 2024

Hi,
this seems to be deprecated

avrdude -P /dev/spidev0.0

my version 7.1 wants something like

avrdude -P /dev/spidev0.0:/dev/gpiochip0:25

but it still does not work for me. can you confirm this is correct?

the same with

programmer
  id = "linuxspi";
  desc = "Use Linux SPI device in /dev/spidev*";
  type = "linuxspi";
  reset = 25;
  baudrate=200000;
;

baudrate is not accepted. you should use the -B parameter. do you know anything about that?

thanks

Copy link

JPT77 commented May 24, 2024

Ach so, ich hätte es auch auf deutsch schreiben können. Macht der Gewohnheit.
Kann es leider nicht mehr editieren. Lösch halt den ein oder anderen Kommentar bitte.

Halllo, dieses Syntax scheitn veraltet zu sein

avrdude -P /dev/spidev0.0

meine version 7.1 will sowas:

avrdude -P /dev/spidev0.0:/dev/gpiochip0:25

Aber trotzdem funktioniert es bei mir nicht. Kannst du bestätigen, dass die Syntax so korrekt ist?

Ähnlich ist das mit dem Konfigfile:

programmer
  id = "linuxspi";
  desc = "Use Linux SPI device in /dev/spidev*";
  type = "linuxspi";
  reset = 25;
  baudrate=200000;
;

baudrate akzeptiert er nicht, man soll den -B parameter benutzen. Weisst du irgendwas darüber?
also beispielsweise müsste es ein neues config file format geben.

dankschön

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants