Artwork

Content provided by HPR Volunteer and Hacker Public Radio. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HPR Volunteer and Hacker Public Radio or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

HPR2407: The Lost Episode Part 2

 
Share
 

Manage episode 190137093 series 108988
Content provided by HPR Volunteer and Hacker Public Radio. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HPR Volunteer and Hacker Public Radio or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

A follow up to “The Lost Episode”. Flashing the blank Atmega328p chip to get bring a nonworking Transistor Tester Kit to life.

There are a lot of these kits out there. Different shapes, colors, and capabilities. In my case the kit was called a: 2578AY-AT. The firmware for this particular kit is: mega328_color_kit.

 lsusb (get bus and device ID numbers.) sudo chmod +777 /dev/bus/usb/*bus_ID/*device_ID avrdude -c ‘your programmer’ -p ‘your chip’
  • In my case:
 avrdude -c usbasp -p m328p

Avrdude should communicate with the programmer and verify the chip is ready to receive instructions.

From here Avrdudess helped as I was able to use the ‘verify’ options after a write to see there was an error. Avrdudess also let me correct the error by changing the E-lock value to 0x04. Then the flash would write.

Remember to write the hex file first and the eep file second as hex would over write a eep file if it was written first.

  continue reading

4099 episodes

Artwork

HPR2407: The Lost Episode Part 2

Hacker Public Radio

23 subscribers

published

iconShare
 
Manage episode 190137093 series 108988
Content provided by HPR Volunteer and Hacker Public Radio. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HPR Volunteer and Hacker Public Radio or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

A follow up to “The Lost Episode”. Flashing the blank Atmega328p chip to get bring a nonworking Transistor Tester Kit to life.

There are a lot of these kits out there. Different shapes, colors, and capabilities. In my case the kit was called a: 2578AY-AT. The firmware for this particular kit is: mega328_color_kit.

 lsusb (get bus and device ID numbers.) sudo chmod +777 /dev/bus/usb/*bus_ID/*device_ID avrdude -c ‘your programmer’ -p ‘your chip’
  • In my case:
 avrdude -c usbasp -p m328p

Avrdude should communicate with the programmer and verify the chip is ready to receive instructions.

From here Avrdudess helped as I was able to use the ‘verify’ options after a write to see there was an error. Avrdudess also let me correct the error by changing the E-lock value to 0x04. Then the flash would write.

Remember to write the hex file first and the eep file second as hex would over write a eep file if it was written first.

  continue reading

4099 episodes

Все серии

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide