Jump to content

Slawek

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Slawek

  1. Hi @nickycakes this patch is related to hardware button I have a problem with console reboot now command. I make some investigation which kernel version from edge branch has boot and serialUSB. Here are the results: but I have no idea what is source of problem. For the moment will play with 6.10.9 ver. Maybe I should open new topic on the forum?
  2. Before I'll open new topic @nickycakes can you reboot system from command line with 'edge' kernel option (6.12.6 atm)? Mine behave like shutdown - I have to unplug/plug the board 🤥
  3. Ufffffff after one week battle (many enemies against me ..... wsl2/wrong kernel/Hyper-V/docker) I was able to compile Armbian. I can confirm that 'edge' version of noble and oracular are working fine. We can close the topic IMHO. Thanks guys.
  4. Wow! Great job @nickycakes! I'm eager to test.... maybe is there compiled img available? Or I should just compile it myself?
  5. When the SBC is connected to the WiFi network I can ssh - not a problem, but in my setup I'm using most of the pins of NanoPi duo2 including debug uart. So in case of maintenence the mini-usb serial was only option. So I have to be very careful and at any cost avoid upgrading my system. Do you have spare opi zero "on the drawer" to run the test?
  6. Voila: Armbian_23.11.1_Nanopiduo2_jammy_current_6.1.63.img.xz root@nanopiduo2:~# armbianmonitor -u Collecting info and sending to paste.armbian.com, wait... https://paste.armbian.com/jareyilapa root@nanopiduo2:~# dmesg | grep g_serial [ 7.735341] g_serial gadget.0: Gadget Serial v2.4 [ 7.735366] g_serial gadget.0: g_serial ready Armbian_community_24.11.0-trunk.66_Nanopiduo2_noble_current_6.6.44.img.xz root@nanopiduo2:~# armbianmonitor -u Collecting info and sending to paste.armbian.com, wait... /usr/bin/armbianmonitor: line 976: iostat: command not found https://paste.armbian.com/hogapesowi root@nanopiduo2:~# dmesg | grep g_serial [ 6.003420] UDC core: g_serial: couldn't find an available UDC [ 8.984241] g_serial gadget.0: Gadget Serial v2.4 [ 8.984274] g_serial gadget.0: g_serial ready first line above looks suspicious IMHO ....
  7. Sir Yes Sir 😉 .... but not until a few hours later, I have to do some urgent work now. Thank you very much for your effort. Will be back with reports soon.
  8. Hi I did following steps: install fresh Armbian_23.11.1_Nanopiduo2_jammy_current_6.1.63.img.xz. After boot the COM19 is available: root@nanopiduo2:~# cat /boot/armbianEnv.txt verbosity=1 bootlogo=false console=serial disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 overlays=usbhost0 usbhost2 usbhost3 fdtfile=sun8i-h3-nanopi-duo2.dtb rootdev=UUID=0cff826e-57ba-4014-a11e-8827efd9a1a0 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u root@nanopiduo2:~# lsmod Module Size Used by sunrpc 339968 1 hci_uart 61440 0 btbcm 16384 1 hci_uart bluetooth 540672 3 hci_uart,btbcm lz4hc 16384 0 lz4hc_compress 24576 1 lz4hc brcmfmac 188416 0 ecdh_generic 16384 1 bluetooth ecc 28672 1 ecdh_generic brcmutil 16384 1 brcmfmac lz4 16384 0 lz4_compress 32768 1 lz4 sunxi_cedrus 40960 0 sun4i_gpadc_iio 16384 0 industrialio 61440 1 sun4i_gpadc_iio cfg80211 573440 1 brcmfmac v4l2_mem2mem 20480 1 sunxi_cedrus videobuf2_dma_contig 20480 1 sunxi_cedrus videobuf2_memops 20480 1 videobuf2_dma_contig videobuf2_v4l2 20480 2 sunxi_cedrus,v4l2_mem2mem sun8i_thermal 16384 0 videobuf2_common 45056 5 sunxi_cedrus,videobuf2_dma_contig,videobuf2_memops,v4l2_mem2mem,videobuf2_v4l2 rfkill 20480 5 bluetooth,cfg80211 videodev 167936 4 sunxi_cedrus,videobuf2_common,v4l2_mem2mem,videobuf2_v4l2 mc 40960 5 sunxi_cedrus,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2 evdev 20480 1 cpufreq_dt 20480 0 uio_pdrv_genirq 20480 0 uio 16384 1 uio_pdrv_genirq zram 24576 3 binfmt_misc 20480 1 sch_fq_codel 20480 3 usb_f_acm 20480 1 u_serial 24576 3 usb_f_acm g_serial 16384 0 libcomposite 45056 2 g_serial,usb_f_acm ip_tables 24576 0 x_tables 28672 1 ip_tables autofs4 36864 2 ac200_phy 16384 1 pwrseq_simple 16384 1 dwmac_sun8i 28672 0 stmmac_platform 24576 1 dwmac_sun8i stmmac 172032 2 stmmac_platform,dwmac_sun8i pcs_xpcs 20480 1 stmmac phylink 36864 2 pcs_xpcs,stmmac mdio_mux 16384 2 dwmac_sun8i sunxi 16384 0 phy_generic 20480 2 sunxi gpio_keys 20480 0 then I run: apt update && apt full-upgrade and reboot the COM19 is gone from my Windows PC root@nanopiduo2:~# cat /boot/armbianEnv.txt verbosity=1 bootlogo=false console=serial disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 overlays=usbhost0 usbhost2 usbhost3 fdtfile=sun8i-h3-nanopi-duo2.dtb rootdev=UUID=0cff826e-57ba-4014-a11e-8827efd9a1a0 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u no difference to previous one and root@nanopiduo2:~# lsmod Module Size Used by sunrpc 339968 1 hci_uart 61440 0 btbcm 16384 1 hci_uart bluetooth 540672 3 hci_uart,btbcm lz4hc 16384 0 lz4hc_compress 24576 1 lz4hc brcmfmac 188416 0 ecdh_generic 16384 1 bluetooth ecc 28672 1 ecdh_generic brcmutil 16384 1 brcmfmac lz4 16384 0 lz4_compress 32768 1 lz4 sunxi_cedrus 40960 0 sun4i_gpadc_iio 16384 0 industrialio 61440 1 sun4i_gpadc_iio cfg80211 573440 1 brcmfmac v4l2_mem2mem 20480 1 sunxi_cedrus videobuf2_dma_contig 20480 1 sunxi_cedrus videobuf2_memops 20480 1 videobuf2_dma_contig videobuf2_v4l2 20480 2 sunxi_cedrus,v4l2_mem2mem sun8i_thermal 16384 0 videobuf2_common 45056 5 sunxi_cedrus,videobuf2_dma_contig,videobuf2_memops,v4l2_mem2mem,videobuf2_v4l2 rfkill 20480 5 bluetooth,cfg80211 videodev 167936 4 sunxi_cedrus,videobuf2_common,v4l2_mem2mem,videobuf2_v4l2 mc 40960 5 sunxi_cedrus,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2 evdev 20480 1 cpufreq_dt 20480 0 uio_pdrv_genirq 20480 0 uio 16384 1 uio_pdrv_genirq zram 24576 3 binfmt_misc 20480 1 sch_fq_codel 20480 3 usb_f_acm 20480 1 u_serial 24576 3 usb_f_acm g_serial 16384 0 libcomposite 45056 2 g_serial,usb_f_acm ip_tables 24576 0 x_tables 28672 1 ip_tables autofs4 36864 2 ac200_phy 16384 1 pwrseq_simple 16384 1 dwmac_sun8i 28672 0 stmmac_platform 24576 1 dwmac_sun8i stmmac 172032 2 stmmac_platform,dwmac_sun8i pcs_xpcs 20480 1 stmmac phylink 36864 2 pcs_xpcs,stmmac mdio_mux 16384 2 dwmac_sun8i sunxi 16384 0 phy_generic 20480 2 sunxi gpio_keys 20480 0 Should I test also installation of latest Armbian_community_24.11.0-trunk.66_Nanopiduo2_noble_current_6.6.44.img.xz before_upgrade.txt after_upgrade.txt
  9. OK I will check and return back with update.
  10. Hi, I'm using Nanopi DUO2 for few IoT projects. Using the microUSB serial console connection is very convenient and fast method to manage this SBC. Unfortunately with latest version of Armbian (tested with v24.11.0) it not working any more. Version 23.11.1 works fine out from the box, but after sudo apt update && sudo apt full-upgrade the microUSB serial console is not available. Any suggestion how to switch it back will be very appreciated. Slawek
  11. Hi @Igor, many hanks for the HA version on Armbian - mine works perfectly on Odroid N2+ eMMC. As my eMMC is only 32GB, so I want to move datadisk to external USB SSD drive. Do you have any experience with this operation. Built-in HA feature does not work. CLI operation reports Error: 'DataDisk.migrate_disk' blocked from execution, no Home Assistant OS available. Probably due to different mount/folder structure. Any suggestions will be very welcome... Best regards Slawek
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines