-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Images | Update all images to Buster where possible #2979
Comments
The file |
@FredericGuilbault Basically having the version string in the img file is how Fourdee handles it and I simply never though about changing it. @Fourdee |
Suddent addition of the version number broke my script as it was expecting zip name and file name to be the same. It's not a big deal, I fixed it right away. But the morning you will update the version number. My script will break agan. Having a zip file with a changing version number inside make things unpredictable. maybe If you want a static download link |
Okay, before doing any other coding, creation of Buster images for all supported SBCs, with DietPi v6.28, is the next step. |
New RPi image ready for testing: https://dietpi.com/downloads/ |
@MichaIng
as this is the first initial boot, I'm not able to enter
|
@Joulinar One issue I faced on my VirtualBox machines: What we need to do hence is to check for But that should be not an issue in 99.5%, also it is not an issue to resolve the address, but only to connect to it:
When disabling IPv6, ping will automatically resolve to IPv4 addresses in every case. @Joulinar
|
@MichaIng
Once terminated the install agent, it can't resolve anything.
Qestion: could that be that On the new Image
On my current prod system RPi 3 Model B+ v6.26.3
EDIT |
@Joulinar Okay, nothing about the symlink, the resolvconf service simply has not been enabled as I placed a mask to run systemd-nspawn. The package is not installed/enabled on raw Raspbian Lite, and the APT postinst script/systemctl skips enabling a new systemd unit if a mask is in place. New archive is being packed. ... done |
ok the DNS is working now but NTPD is still giving some strange messages during initial setup
But it seems to be gone after first reboot. At least it was irritating me to see something in red pacing by 😃 |
@Joulinar |
New Rock64 Buster image is ready for testing. It has been created within a systemd-nspawn container, hence real hardware test is required: https://dietpi.com/downloads/images/ |
Hello MichaIng, I have same problem like Joulinar, i get this message again and again:
|
@FrostyMisa
But as said, please open a new issue for the above 😉. |
@MichaIng The initial setup stuck due to missing network and offers to enter I crosschecked it with the old v6.25 image and there it was possible to adjust the network if it fails during first run. |
@Joulinar I will remove the firstrun update requirement from dietpi-config for v6.29 and patch this into new images as well. DietPi v6.29 shall have some targeted config options directly from within the error handler anyway. EDIT done: a8f5579 |
@MichaIng: I now have created a Buster image (kernel 5.4) for the NanoPi R2s (with dev-branch). Actually there is no ID for this board, so I have chosen "generic". If you want to add an ID and I shall generate the image again, just inform me. This board has two ethernet connectors. After the update the WAN port is the active one, this could be noticed anywhere. You can download this R2s image from my cloud (where I also added a ZeroPi image with kernel 5.4). |
Many thanks for this. Yes indeed for a router system DietPi-Config needs some rework, the current implementation basically allows to configure Ethernet adapter only, the first that is recognised connected. The rework indeed includes configuring each found network adapter/interface individually and then configuring one as www/WAN adapter (although WAN might be wrong wording if it's behind a NAT) and the others as local network adapters. I'm currently playing with some functions and structures about how to build this up. Will be a new script Great about the Linux 5.4 images. I'll check and upload them for testing. Let's see if there are any downsides or lost features, although AFAIK Linux 4.19 before was already mainline kernel and not the official manufacturer one. |
Shall I also update further 5.4 kernel images (besides the ZeroPi and R2s I did for now)? |
All other images are already on Linux 5.4, hence this is only relevant for the ones you served 🙂. |
@MichaIng |
Thanks, I recognised it and was thinking if Raspbian (or now "Raspberry Pi OS (32 bit)") is even able to use the 8 GiB? Isn't the new 64 bit version (Debian repo) required for this anyway? It is still in early beta though... |
yep indeed, a 32bit OS can address a maximum of 4gb of RAM. The actual limit is often less – around 3.5gb – since part of the registry is used to store other temporary values besides memory addresses. Means the 64bit OS would be mandatory to use the full 8gb. However the 32bit will work even if it can't address the full 8gb. Question is if you like to wait for the 64bit version or if we create an interim 32bit image just in case some more user will get a new RPi. |
I just ordered a Pi4 8GB (to be sure to be able to generate resp. test an image)... |
New NanoPi M4v2 image ready for testing, which might enhance boot time: https://dietpi.com/downloads/images/ |
@StephanStS Would you mind sharing that image? i would like to try it on my new r2s... |
@medevil84: Can I have an E-Mail address where I can sent you a link to? |
Got it, already downloading! Thanks a lot. |
@medevil84: Take into account that at first, the LAN port is active (I did not test the WAN port). |
Thanks! I have a usb to ttl key but no pin and solder, so this info will help a lot... |
So, i installed buster img on NanoPi Neo v1.31. Installation went fine. Some things to mention:
|
Many thanks for testing. To enable audio, please try the following:
From the readme in
This seems to be required on all sunxi boards if I see it correctly. Worth it to implement this into dietpi-config audio options to enable onboard audio. |
@MichaIng thanks, i'll try that. But it will take time, my other sd card has read errors, and new will arrive later in the week. |
The issue you face is due to the reason that the SDcard and USB drive flashed with the same image will have the same UUID, which should be the unique identifier for the root device mount. I'm not sure if the NenoPi NEO has native USB boot support. sunxi docs talk about FEL mode: https://linux-sunxi.org/FEL/USBBoot I would simply try to flash the Image to the USB drive directly and remove the SDcard entirely (to avoid UUID conflict). If this does not work, then you could attach and flash the external drive, copy all data from SDcard (skipping all tmpfs/kernel mounts + /boot) to an external drive. Edit |
Boot from usb doesn't work, but adding |
I'm happy to say that everything i had on
Plus things that didn't work on previous image :
Good work 👍 |
Ah indeed this is an issue. Generally static IP is anyway best to avoid the overhead of a DHCP client daemon but in some cases this is not wanted or not possible. I'll check if there is some possibility to use the hardware MAC or otherwise pin the MAC via u-boot/kernel parameters. |
@dzubybb
Several SBCs (onboard) Ethernet adapters do not have a hardware MAC address. It is set either by u-boot or otherwise randomly on every boot. If
From what I read, it might be necessary to not use any random mac, but a valid one, although not sure what the limitations might be as long as the six 256-bit hexademical blocks are respected of course. However safest and most reasonable is probably to use the currently assigned one: |
I opened a new issue to investigate the MAC address topic: #3618 I mark this topic as closed since most images have been moved to stable now. Only new devices are still flagged as beta but those have their own issue. |
Note to testers:
Many thanks for testing one of our new images.
Please give us some feedback whether the board boots fine, including all first run setup steps, when you face some issues and as well when not. This helps us to evaluate whether an image can be considered as stable.
All stable images: https://dietpi.com/downloads/images/
All testing images: https://dietpi.com/downloads/images/testing/
- [ ] RPi AlloGUI- [ ] Sparky SBC AlloGUINew images: https://dietpi.com/downloads/images/
The text was updated successfully, but these errors were encountered: