Bricked Atmega32u4 on hi3518 board
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have an old board
# dmesg
Linux version 3.0.8 (pub@BVT-SDK-SERVER3) (gcc version 4.4.1
(Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) ) #1 Tue Mar
11 17:36:34 HKT 2014
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
CPU: VIVT data cache, VIVT instruction cache
Machine: hi3518
With a Arduino Leonardo embedded on it wich is bricked (I have put a bad sketch on it) and now I cant upload something :
Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
Is there a way to access to this arduino using the linux system ?
I can access to the board by wifi or serial debug port
I can access to the arduino by serial port
arduino embedded-linux
add a comment |
I have an old board
# dmesg
Linux version 3.0.8 (pub@BVT-SDK-SERVER3) (gcc version 4.4.1
(Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) ) #1 Tue Mar
11 17:36:34 HKT 2014
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
CPU: VIVT data cache, VIVT instruction cache
Machine: hi3518
With a Arduino Leonardo embedded on it wich is bricked (I have put a bad sketch on it) and now I cant upload something :
Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
Is there a way to access to this arduino using the linux system ?
I can access to the board by wifi or serial debug port
I can access to the arduino by serial port
arduino embedded-linux
You can reflash the bootloader (it'll also remove the sketch) by another Arduino as ISP
– KIIV
Jan 3 at 12:15
And can I do that directly from the Linux on the board ?
– Harry Cotte
Jan 11 at 8:52
add a comment |
I have an old board
# dmesg
Linux version 3.0.8 (pub@BVT-SDK-SERVER3) (gcc version 4.4.1
(Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) ) #1 Tue Mar
11 17:36:34 HKT 2014
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
CPU: VIVT data cache, VIVT instruction cache
Machine: hi3518
With a Arduino Leonardo embedded on it wich is bricked (I have put a bad sketch on it) and now I cant upload something :
Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
Is there a way to access to this arduino using the linux system ?
I can access to the board by wifi or serial debug port
I can access to the arduino by serial port
arduino embedded-linux
I have an old board
# dmesg
Linux version 3.0.8 (pub@BVT-SDK-SERVER3) (gcc version 4.4.1
(Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) ) #1 Tue Mar
11 17:36:34 HKT 2014
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
CPU: VIVT data cache, VIVT instruction cache
Machine: hi3518
With a Arduino Leonardo embedded on it wich is bricked (I have put a bad sketch on it) and now I cant upload something :
Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
Is there a way to access to this arduino using the linux system ?
I can access to the board by wifi or serial debug port
I can access to the arduino by serial port
arduino embedded-linux
arduino embedded-linux
edited Jan 11 at 8:51
Harry Cotte
asked Jan 3 at 11:51
Harry CotteHarry Cotte
718
718
You can reflash the bootloader (it'll also remove the sketch) by another Arduino as ISP
– KIIV
Jan 3 at 12:15
And can I do that directly from the Linux on the board ?
– Harry Cotte
Jan 11 at 8:52
add a comment |
You can reflash the bootloader (it'll also remove the sketch) by another Arduino as ISP
– KIIV
Jan 3 at 12:15
And can I do that directly from the Linux on the board ?
– Harry Cotte
Jan 11 at 8:52
You can reflash the bootloader (it'll also remove the sketch) by another Arduino as ISP
– KIIV
Jan 3 at 12:15
You can reflash the bootloader (it'll also remove the sketch) by another Arduino as ISP
– KIIV
Jan 3 at 12:15
And can I do that directly from the Linux on the board ?
– Harry Cotte
Jan 11 at 8:52
And can I do that directly from the Linux on the board ?
– Harry Cotte
Jan 11 at 8:52
add a comment |
1 Answer
1
active
oldest
votes
Thank you for the clue. I never flashed a new bootloader before.
I used a script from reset leonardo comport
And a firmware from leonardo flash
(I need to unplug-replug the usb to achieve a good flashing)
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54021747%2fbricked-atmega32u4-on-hi3518-board%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thank you for the clue. I never flashed a new bootloader before.
I used a script from reset leonardo comport
And a firmware from leonardo flash
(I need to unplug-replug the usb to achieve a good flashing)
add a comment |
Thank you for the clue. I never flashed a new bootloader before.
I used a script from reset leonardo comport
And a firmware from leonardo flash
(I need to unplug-replug the usb to achieve a good flashing)
add a comment |
Thank you for the clue. I never flashed a new bootloader before.
I used a script from reset leonardo comport
And a firmware from leonardo flash
(I need to unplug-replug the usb to achieve a good flashing)
Thank you for the clue. I never flashed a new bootloader before.
I used a script from reset leonardo comport
And a firmware from leonardo flash
(I need to unplug-replug the usb to achieve a good flashing)
edited Jan 11 at 8:50
answered Jan 3 at 15:46
Harry CotteHarry Cotte
718
718
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54021747%2fbricked-atmega32u4-on-hi3518-board%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You can reflash the bootloader (it'll also remove the sketch) by another Arduino as ISP
– KIIV
Jan 3 at 12:15
And can I do that directly from the Linux on the board ?
– Harry Cotte
Jan 11 at 8:52