Jump to content

sun2e

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by sun2e

  1. Edit /boot/boot.cmd. Comment out strings about the console and insert one pointing yo ttyS2. #if test "${console}" = "display" || test "${console}" = "both"; then setenv consoleargs "console=tty1"; fi #if test "${console}" = "serial" || test "${console}" = "both"; then setenv consoleargs "console=ttyS2,1500000 ${consoleargs}"; fi setenv consoleargs "console=ttyS2,1500000 ${consoleargs}" Then: # Recompile with: # mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr Reboot.
  2. Also verified with dev 5.5.6-rockchip64 - issue is fixed.
  3. sun2e

    Orange pi 4

    Sure. The mini pci-e expansion card I bought in the orange pi manufacturer store on aliexpress with the board itself. And the ASM1061 PCI-E -> SATA adapter I also bought on aliexpress (for example this one). Hope I won't be banned for the links
  4. sun2e

    Orange pi 4

    Hello everyone! Just wanted to say that i'm really happy with this board. Even I haven't solved the reboot issue yet, it works perfectly as my new home server. mini pci-e to 2xsata - works. Usb-connected hdd - works. wifi - works. And the performance is enough for simultaneous work of rtorrent, samba and live media streaming with Plex Media Server. Default Orange Pi 4 PSU is 3A 5v. As a heatsink I use a heatsink from old video card with a cheap raspberry pi 5v cooling fan, temperatures holding from 28C to 47C. And the most nice thing - looks like everyithing works very stable.
  5. Hello everyone! I have an issue with rebooting my orangepi 4 (version without eMMC, booted from SD card). May be you can help with some kind of patch or workaround, or may it be a note for armbian devs. System: Debian GNU/Linux 10 (buster) Image: Armbian_20.05.0-trunk_Orangepi4_buster Affected kernel versions: dev-5.5.2; dev-5.5.5, current-5.4.21, legacy-4.4.213 I have built different armbian images from trunk (legacy,current,dev), and it looks like everything works absolutely fine, except the reboot. When I type 'reboot' the last thing I see in the serial log is something like this: [ OK ] Stopped target Local File Systems (Pre). [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Stopped Create System Users. [ OK ] Stopped Remount Root and Kernel File Systems. [ OK ] Reached target Shutdown. [ OK ] Deactivated swap /dev/zram1. [ OK ] Reached target Unmount All Filesystems. [ OK ] Reached target Final Step. [ OK ] Started Reboot. [ OK ] Reached target Reboot. [ 116.180289] reboot: Restarting system And after that - nothing happens. Board continues to be powered up, with red diode constantly glowing, but doesn't try to boot up (the exact behavior happens when you power up the board without sd card installed). The way to boot it up again is to disconnect power plug and connect it again or to press the reset button. BTW the debian 10 image provided by orange pi manufacturer doesn't have this issue. May be important somehow: if I send 'poweroff' command the last thing I see in log is this, like board is powering down before it have sent last output to serial console. [ OK ] Started Power-Off. [ OK ] Reached target Power-Off. [ 215 Thank you for reading this!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines