-
Notifications
You must be signed in to change notification settings - Fork 48
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
usb_flasher
Core dumps and crashes when trying to flash
#30
Comments
Backtrace in gdb:
I'm not sure how to compile the |
So I commented out line 217 in main.c, and it made it further (It's currently apparently sitting doing something(?) after printing "SPL has started!" It appears to be using 100% CPU too. Sure, it now leaks the device list, but I don't really care as long as it works? |
Hi @fake-name , I've made a node.js bootloader server for BeagleBone here . Well, almost a port of BBBlfs but with some changes. It can boot BB into USB mass storage utilising uboot's ums feature. Please try it, and provide feedback. I'm working on a complete GUI flashing tool also. |
root@TE-ENT21:/home/markus/BBBlfs/bin# ./usb_flasher |
I'm working in a vagrant virtualbox, trying to flash my beaglebone. The device is passed through using virtualbox usb filtering.
The text was updated successfully, but these errors were encountered: