EmonScripts icon indicating copy to clipboard operation
EmonScripts copied to clipboard

Post install steps emonSD-03-Jul-25

Open TrystanLea opened this issue 6 months ago • 3 comments

After flashing the image, edit /boot/cmdline.txt and remove the first part "console=serial0,115200 "

console=serial0,115200 console=tty1 root=PARTUUID=567d5380-02 rootfstype=ext4 fsck.repair=yes rootwait sysrq=0

Replace with:

console=tty1 root=PARTUUID=567d5380-02 rootfstype=ext4 fsck.repair=yes rootwait

It will then boot fine.

https://community.openenergymonitor.org/t/problem-with-01feb24-emoncms-image-with-emonpi-v1-and-raspberrypi3/27013/3

TrystanLea avatar Jul 03 '25 14:07 TrystanLea

  • Run sudo raspi-config, enable interfaces, i2c, spi, serial etc
  • emonhub lgpio https://community.openenergymonitor.org/t/emonhp-l3-issue-after-update-rfm69-spi-failed-to-add-edge-detection/26511/8 - still a blocking issue even after this change

TrystanLea avatar Jul 03 '25 14:07 TrystanLea

Network module not working..

TrystanLea avatar Jul 03 '25 14:07 TrystanLea

Fixed network module error

TrystanLea avatar Jul 03 '25 14:07 TrystanLea