There’s a new variant of SeeedStudio BeagleBone Green Wireless called SeeedStudio BeagleBone Green Gateway. I tried using the Green Wireless image, but it didn’t seem to boot.
Is there an easy way to add the updated u-boot and .dtb or otherwise get support?
Serial is always helpful. The board ends up booting as a BeagleBone Black. Not terribly surprising, based on the EEPROM value and how old the u-boot is.
It turns out the flashing operation is working, but the LEDs never do the Larson scanner effect we do for the Debian flasher images. That would really help to know it was flashing. Unsure if it ever powered off before, but I watched it go to completion and power off this time.
I tried copying am335x-bonegreen-gateway.dtb to am335x-boneblack.dtb, but the kernel is just too old and doesn’t boot.
Back to the Yocto drawing board. I so thought I was done with having to do that myself.
Out of curiosity, because you mention “ends up booting as a BeagleBone Black”, what happens if you actually try flashing our BeagleBone Black image? Same thing, non-booting (but very handsome) paperweight?
(A followup step may be to once again overwrite the .dtb file as you did previously)
It boots, but it doesn’t have what is needed to enable the WiFi… so, it isn’t on the network. I guess I could have tried the Ethernet (since Gateway has both), but it doesn’t solve my needs.
Getting this Yocto build up and running after I haven’t done so in years is a bit more arduous than I even remembered. Is there any kind of chance you could build a similar image with Buildroot?
Oh man, flashbacks to why I abandoned OE. Sooooo fragile. Why don’t you support newer versions than 2.6?!? I’m having problems with gcc 10 on such an old version of OE. Guess I’ll need to switch to an older gcc.
Hey Jason, we merged Dunfell to meta-balena 2 days ago, and we’ve opened https://github.com/balena-os/balena-beaglebone/issues/250 to keep track of updating all beaglebone images to it. You can keep an eye on that issue, or we’ll get back to you once the issue is closed.
It looks like running docker as a child (new process within the container) is working, rather than running as a sibling (providing access to the same docker instance that is running the resin/yocto-build-env container).
Bunch of QA issues around uid matching and potential host contamination, but I’m not sure that it isn’t a coincidence my uid is 1000.
Once I figure out next how to add a new board, I’ll next try out switching from thud to dunfell.
To build an image specifically for this board you’ll need to create the yocto machine, probably the beaglebone green wireless machine can be re-used and renamed, and also add a coffee file for it.
The Dunfell branch has the updated patches for u-boot 2019.04, should now recognize the board so probably the fastest way is to check if the device boots a Dunfell beaglebone-green-wifi build. Let us know how it works!
Sorry, I didn’t read your message very well. Last night, I got the new machine added and started working on the bootloader. I didn’t realize you had updated the bootloader as well, so that should help me over my last hurdles and I’ll give it a try later today.