Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow serial upload if W5x00 is not attached #17

Open
per1234 opened this issue Feb 9, 2016 · 2 comments
Open

Allow serial upload if W5x00 is not attached #17

per1234 opened this issue Feb 9, 2016 · 2 comments

Comments

@per1234
Copy link
Owner

per1234 commented Feb 9, 2016

If Ethernet controller is not detected then still allow serial upload and use a shorter bootloader delay. This is claimed to have been done already in the NetLoad bootloader.

Update the Troubleshooting section of the documentation.

Related: loathingKernel#30

@hagaigold
Copy link

hagaigold commented Jun 7, 2017

update[2017-06-19] - rebase of code, so commit SHA chnaged

I done it in a bit different way: the decision is base on initialize failure in sockInit() function.
please see 4888031

also i think it's should titled as a bug and not as an enhancement. reason is that serial upload is part of that boot-loader, and it fail to work on some conditions.

@per1234
Copy link
Owner Author

per1234 commented Jun 7, 2017

Thanks! I'm very excited for this. I think the serial upload only working with the Ethernet controller connected was a very common source of confusion for people. It's even gotten me a couple of times and I should have known better. It's going to take me a little while to get the spare time to test this out but I'll definitely merge it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants