GithubHelp home page GithubHelp logo

Error compiling about atmega328pb-testing HOT 9 CLOSED

watterott avatar watterott commented on July 24, 2024
Error compiling

from atmega328pb-testing.

Comments (9)

awatterott avatar awatterott commented on July 24, 2024

Have you done the first installation step and added the files to the toolchain? Because the current Arduino toolchain does not support the ATmega328PB.

from atmega328pb-testing.

mizraith avatar mizraith commented on July 24, 2024

from atmega328pb-testing.

mizraith avatar mizraith commented on July 24, 2024

from atmega328pb-testing.

mizraith avatar mizraith commented on July 24, 2024

FIXING COMPILE ISSUES

(Please add these details to your Readme file)

In order to follow the first installation step

Windows:
Arduino source folder to update is under Program Files(x86)/Arduino/hardware
Mac
Arduino source folder to update is under /Applications/Arduino/Contents/Java/hardware

Dealing with avrdude error part not found

I still got an avrdude complaining avrdude: AVR Part "atmega328pb" not found.
Solution:
Copy the following and add it to your avrdude.conf file, found under source folder /tools/avr/etc. You can insert the following after the "ATmega328P" section. For me it was around line 8506.

part parent "m328"
    id			= "m328pb";
    desc		= "ATmega328PB";
    signature		= 0x1e 0x95 0x16;

    ocdrev              = 1;
;

from atmega328pb-testing.

awatterott avatar awatterott commented on July 24, 2024

I have updated the installations step. But AVRdude should work, because the BSP includes an avrdude.conf with the 328PB definition and this file is used by the platform.txt.

from atmega328pb-testing.

soulsbysynths avatar soulsbysynths commented on July 24, 2024

I've just had an identical issue to above, however I did the install with both .json URLs added to preferences as per instructions.
Solution was to downgrade the Arduino AVR Boards (in boards manager) to 1.6.200 (currently on 1.6.21) and then all was fine.

from atmega328pb-testing.

curiegupta avatar curiegupta commented on July 24, 2024

Have you done the first installation step and added the files to the toolchain? Because the current Arduino toolchain does not support the ATmega328PB.

Hello, i am following the steps for the installation. I am getting the following error,
Error downloading https://downloads.arduino.cc/packages/package_index.json

Also, i see a warning in the verbose output,
WARNING: Error loading hardware folder C:\Users\hp\Documents\Arduino\hardware\ATmega328PB-Testing-master

I am trying to code my ATmega328PB board using Arduino ISP as programmer. Avrdude says,
Part m328pb not found.

Please help!!

from atmega328pb-testing.

awatterott avatar awatterott commented on July 24, 2024

Please follow the installations steps and use the Boards Manager for the installation:
https://github.com/watterott/ATmega328PB-Testing#installation-on-arduino-ide-18

from atmega328pb-testing.

curiegupta avatar curiegupta commented on July 24, 2024

Please follow the installations steps and use the Boards Manager for the installation:
https://github.com/watterott/ATmega328PB-Testing#installation-on-arduino-ide-18

Thank you for the quick reply.

from atmega328pb-testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.