Any way to disable merge with boot loader on upload
hi,
ive amended boards.txt file follows allow me full 32k on yun. works nicely , can take .hex file tmp directory. mount usb stick, ssh yun , run-avrdude /mnt/sda1/filename.hex upload file. find having slows me down.
i can still upload sketches on wifi bootloader long aren't more tun 87% of yuns available memory. know if possible change files in ide disable merge lua boot loader feature allowing me directly upload 32k programs yun.
as far can see wifi upload copies files yun, uses run-avr dude boot loader stuff must happening in ide
anyone know files edit stop merging?
ive amended boards.txt file follows allow me full 32k on yun. works nicely , can take .hex file tmp directory. mount usb stick, ssh yun , run-avrdude /mnt/sda1/filename.hex upload file. find having slows me down.
i can still upload sketches on wifi bootloader long aren't more tun 87% of yuns available memory. know if possible change files in ide disable merge lua boot loader feature allowing me directly upload 32k programs yun.
as far can see wifi upload copies files yun, uses run-avr dude boot loader stuff must happening in ide
anyone know files edit stop merging?
code: [select]
##############################################################
yunb.name=arduino yún - 32k
yunb.upload.via_ssh=true
yunb.vid.0=0x2341
yunb.pid.0=0x0041
yunb.vid.1=0x2341
yunb.pid.1=0x8041
yunb.upload.tool=avrdude
yunb.upload.protocol=avr109
yunb.upload.maximum_size=32768
yunb.upload.maximum_data_size=2560
yunb.upload.speed=57600
yunb.upload.disable_flushing=true
yunb.upload.use_1200bps_touch=true
yunb.upload.wait_for_upload_port=true
yunb.bootloader.tool=avrdude
yunb.bootloader.low_fuses=0xff
yunb.bootloader.high_fuses=0xd0
yunb.bootloader.extended_fuses=0xfb
yunb.bootloader.file=caterina/caterina-yun.hex
yunb.bootloader.unlock_bits=0x3f
yunb.bootloader.lock_bits=0x2f
yunb.build.mcu=atmega32u4
yunb.build.f_cpu=16000000l
yunb.build.vid=0x2341
yunb.build.pid=0x8041
yunb.build.usb_product="arduino yun"
yunb.build.board=avr_yun
yunb.build.core=arduino
yunb.build.variant=yun
yunb.build.extra_flags={build.usb_flags}
##############################################################
you can edit /usr/bin/merge-sketch-with-bootloader.lua
with:
this make lua script nothing.
with:
code: [select]
#!/usr/bin/lua
do return end
this make lua script nothing.
Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Any way to disable merge with boot loader on upload
arduino
Comments
Post a Comment