Giter Site home page Giter Site logo

Comments (12)

m7mdcc avatar m7mdcc commented on July 2, 2024 1

Confirmed, I'm facing the same issue.

when rebooted, the ethernet having issue, doesn't come up

maybe this log help ??


[    3.494216] gpio_syscon: Unknown symbol gpiochip_get_data (err -2)
[    3.494782] gpio_syscon: Unknown symbol syscon_node_to_regmap (err -2)
[    3.504990] gpio_syscon: Unknown symbol of_device_get_match_data (err -2)
[    3.564283] pcs_xpcs: Unknown symbol phylink_resolve_c73 (err -2)
[    3.564871] pcs_xpcs: Unknown symbol usleep_range_state (err -2)
[    3.565423] pcs_xpcs: Unknown symbol get_device (err -2)
[    3.565923] pcs_xpcs: Unknown symbol phylink_mii_c45_pcs_get_state (err -2)
[    3.566559] pcs_xpcs: Unknown symbol phylink_mii_c22_pcs_encode_advertisement (err -2)
[    3.569826] pcs_xpcs: Unknown symbol ktime_get (err -2)
[    3.570331] pcs_xpcs: Unknown symbol phylink_mii_c22_pcs_decode_state (err -2)


from dietpi.

murraythegoz avatar murraythegoz commented on July 2, 2024
root@neo3-13:/boot# cat /boot/dietpiEnv.txt 
rootdev=UUID=e0c99fd1-c0b7-4694-9dc7-c3cb3773deec
rootfstype=ext4
\# The init system logs to the console defined last.
consoleargs=console=ttyS2,1500000
usbstoragequirks=
extraargs=net.ifnames=0
docker_optimizations=off
overlay_path=rockchip
overlay_prefix=rockchip
overlays=
user_overlays=
fdtfile=rockchip/rk3328-nanopi-neo3-rev02.dtb

from dietpi.

MichaIng avatar MichaIng commented on July 2, 2024

Hmm, I guess a kernel update has been applied on first boot? I can test later. Would be bad, of course, if the device tree got broken or is missing or such.

from dietpi.

murraythegoz avatar murraythegoz commented on July 2, 2024

Hmm, I guess a kernel update has been applied on first boot? I can test later. Would be bad, of course, if the device tree got broken or is missing or such.

on firstboot the kernel and tree were updated.

Being an headless the firstboot must be done via network.
could try a reimage and a firstboot via console, but not sure I am able to.

from dietpi.

MichaIng avatar MichaIng commented on July 2, 2024

Hmm, in general it works well here, also the kernel did not receive an update since Feburary:

root@NanoPiNEO3:~# uname -a
Linux NanoPiNEO3 6.6.16-current-rockchip64 #1 SMP PREEMPT Fri Feb 23 08:25:28 UTC 2024 aarch64 GNU/Linux

But indeed on first reboot it also did not come back online here, only on power cycle. But on next reboot it came back online, and on every next one. Not sure whether it was a coincidence or some systematic issue on first reboot, though no idea what would chance between first and consecutive reboots.

I'm flashing a new image and try to replicate it with serial console attached.
EDIT: I was not able to replicate. Reboot and network worked just well now on first reboot.

While using WiFi at first, I also tested onboard Ethernet, and it works fine as well.

from dietpi.

murraythegoz avatar murraythegoz commented on July 2, 2024

do you mind sharing the current device-tree which was installed?

thank you

from dietpi.

murraythegoz avatar murraythegoz commented on July 2, 2024

Strange enough just retried and reboot is working, with ethernet.

Same image as yours.

Maybe the very latest kernel and device tree fixed it

Thank you

from dietpi.

MichaIng avatar MichaIng commented on July 2, 2024

As said, there was no kernel update since February, it is still 6.6.16-current-rockchip64, using and was always using /boot/dtb/rockchip/rk3328-nanopi-neo3-rev02.dtb.

from dietpi.

MichaIng avatar MichaIng commented on July 2, 2024

Okay, so it does reboot, and only the Ethernet driver fails to load. I did a few reboots here and am not able to replicate.

Does it work reliably when doing a power cycle? Could be some reset timing issue in U-Boot or so. I triggered a new U-Boot build, maybe this helps: https://github.com/MichaIng/DietPi/actions/runs/8618089164/job/23619625967

cd /tmp
wget https://dietpi.com/downloads/binaries/testing/linux-u-boot-nanopineo3-current.deb
dpkg -i linux-u-boot-nanopineo3-current.deb
source /usr/lib/u-boot/platform_install.sh
eval "$(declare -f write_uboot_platform | sed -e 's| > /dev/null 2>&1||g' -e 's|status=none|status=progress|g')"
write_uboot_platform "$DIR" "$(lsblk -npo PKNAME "$G_ROOTFS_DEV")"

from dietpi.

MichaIng avatar MichaIng commented on July 2, 2024

@murraythegoz @m7mdcc does this issue still exist, and does the new U-Boot build fix it?

from dietpi.

murraythegoz avatar murraythegoz commented on July 2, 2024

right now it seems to reboot flawlessy.

uname -a
Linux neo3-15.priv.bth 6.6.16-current-rockchip64 #1 SMP PREEMPT Fri Feb 23 08:25:28 UTC 2024 aarch64 GNU/Linux

thank you

m.

from dietpi.

MichaIng avatar MichaIng commented on July 2, 2024

Okay great. But only after applying U-Boot update, right? I'll upload that version to our APT repository then.

from dietpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.