chinhhut

  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    chinhhut reacted to robertoenr in Armbian for Tanix TX3 Amlogic S905X3 with SP6330 WiFi/Bluetooth module   
    Hi,
    I have a TX3 Mini with 1.6 motherboard. I've installed Armbian on emmc and it works great. I've also used the same method mentioned to get AP6330 wifi working.
     
    I share this strange issue happening sometimes randomly. I power off the device by plug off directly, because it doesn't work the shutdown.
     
    Sometimes when I plug off from power the device, next time I power on it doesn't boot, showing only a black screen (not showing the "hit any key to stop autoboot..." message). 
    When this issue happen, I perform the following steps to solve:
    1. Power off the device and plug a configured USB drive with Armbian. This is the same USB drive from where I installed initially Armbian.
    2. Power on the device (without pressing any button) and the system starts OK from emmc.
    3. Power off the device and unplug the USB drive.
    4. Power on the device without nothing connected. It boots OK from emmc.
     
    Anyone knows the reason about this issue and why it's solving by simply power with the USB drive a single time?
     
    Thanks!
  2. Like
    chinhhut reacted to rforcen in Armbian for Amlogic S905X3   
    latest release works for me (Armbian_20.10_Arm-64_bullseye_current_5.9.0_desktop.img.xz)
    extlinux.conf:
    ------------------------------------------------------------------------------------------------------------------------
    LABEL Armbian
    LINUX /zImage
    INITRD /uInitrd

     
    FDT /dtb/amlogic/meson-g12a-x96-max.dtb
    APPEND root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0
    ------------------------------------------------------------------------------------------------------------------------
    rename u-boot-s905x2-s922 to u-boot.ext