wwortel

Results 15 comments of wwortel

> how can I reproduce this? compile the simplest image possible for a rock 3A board. Near completion, when the image file is being filled with boot and rootfs filesystem,...

using Vagrant / Virtualbox with Ubuntu 22.04

I think I found the origin of the problem. Have made a script on my host PC that does all the steps that lead to the error and can now...

Now get armbian to complete the build without an error message. But the resulting image is broken. When I analyze images, using gparted, earlier functioning images were shown with two...

Some progress. Now the scripts produce a proper image that opens with an image mounter and looks OK in gparted. (two partitions, fat16 and ext4, with names as given by...

Have succeeded making the build work again. In the process made many more cosmetic changes than necessary, as part of all experiments, but essential was differentiating between y/n gpt when...

well, i dove into this because i got blocked by this bug. But I can make a pull request by forking the repo and modifying the fork and making the...

See pull request: https://github.com/armbian/build/pull/4095/commits/42318ee59955d1abb2f8062d601774393fa99fa4

noticed that images for the Ubnt Edgerouter X SFP have been removed from snapshots because kernel 6.1 image is to big. But ordinary compile from up to date github master...

The Edgerouter-X-sfp has a PHY chip AR8033-AL1A. The driver for this, with function at8031_probe() is in driver/net/phy/qcom: at803x.c Comparing OpenWrt kernel 6.1.82 with kernel.org, there are changes from later kernels...