dritcey / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

Bootloader Baud rate and Build All #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Edit the optiboot.c
2.change what?
3.makeall

What is the expected output? What do you see instead?
I want to build-all for a max upload rate of 38400 (currently most are 115200?)
I do not know what to edit before make all

What version of the product are you using? On what operating system?
4.4 on Fedora 16

Please provide any additional information below.

Original issue reported on code.google.com by peter.pl...@gmail.com on 11 Aug 2012 at 8:28

GoogleCodeExporter commented 8 years ago
Not defect, more IBKAC issue (in between keyboard and chair)

Original comment by peter.pl...@gmail.com on 11 Aug 2012 at 8:29

GoogleCodeExporter commented 8 years ago
Edit the Makefile and change all occurences of '-DBAUD_RATE=115200' to 
'-DBAUD_RATE=38400', then do your "makeall"

The fact that this isn't easier to do (ie via the command line) would be 
covered by http://code.google.com/p/optiboot/issues/detail?id=48

Original comment by wes...@gmail.com on 16 Aug 2012 at 10:51