

calusbr
Members-
Posts
13 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
@Amalia Could you share your image? To test on the batch of TV Boxes that I have, I would like to test these Boxes in graphic mode. I appreciate any help in advance!
-
I’m using the DEVMFC version [https://github.com/devmfc/debian-on-amlogic]. Additionally, I took the `/boot` partition and copied all the files from the Devmfc_Ubuntu-Oracular_6.12.11-meson64_Minimal-25.01.24.img.xz image. Then, I downloaded the same version available from the Armbian community, but with a graphical interface: Armbian_community_25.5.0-trunk.4_Aml-s9xx-box_noble_current_6.12.12_xfce_desktop.img.xz. I first flashed the Armbian image onto a USB drive. Then, in the `/boot` partition, I moved all existing root files into a `/backup` folder. After that, I copied the files from the DEVMFC version into the root of the `/boot` partition on the USB drive. Surprisingly, when I tried to boot this setup on a TV Box similar to the Vontar X4, which has an S905X4 processor, it actually booted! It prompted me to create a root password, a regular user, set the language, and select a time zone. Then, it successfully launched into X for the graphical interface. However, it seems that USB ports were either disabled, or the system froze—the login screen was visible, and the keyboard cursor was blinking, but no input was possible. I believe this is a solid starting point for getting Armbian images with a graphical interface running on S905X4 (Meson SC2), S905W2 (Meson S4), and S905Y4 (Meson S4) processors. Even without hardware-accelerated graphics, it should still be usable for basic applications like Notepad, text editors, spreadsheets, calculators, terminal access, and other simple tasks. Has anyone else made progress running Armbian on the S905X4?
-
@Devmfc Did you manage to run an Armbian system for the S905W2 processor with a graphical interface? I have a TV Box S905W2 with SV6256P and I would like to convert it to Armbian.
-
Can't boot with 23.05 or later builds on s905x2 (g12a) or s905x3 (sm1)
calusbr replied to well83's topic in Amlogic CPU Boxes
@Abd Choucair Follow this tutorial in Portuguese to be successful on your TV Box: Link: https://github.com/educabox/educabox/blob/main/boxes/btv11.md -
Installing Armbian on Tigre 2 TV Box with Amlogic S905X (NAND)
calusbr replied to calusbr's topic in Amlogic CPU Boxes
Problem solved in the post: https://forum.armbian.com/topic/30928-need-help-with-tigre-2-tv-box-amlogic-s905x-bricked-after-installing-armbian/?do=findComment&comment=176666 -
Hello @Jens J. I found a solution to be able to run Armbian on this device. At my institution we are converting these TV Boxes into computers to make available in public schools. So I have 40 units from this same box and this unit was the only one with NAND memory. So I managed to install Armbian on the other units and after carrying out all the customization I created a DD image of the EMMC unit /dev/mmcblk1. (Note: check if your partition is /dev/mmcblk1 or /dev/mmcblk2) Create a compressed disk image: dd if=/dev/mmcblk1 status=progress | gzip -9 /mnt/external/filename.img.gz Then I cloned the NAND unit and, oddly enough, it was uploaded to the Armbian system. zcat /mnt/external/filename.img.gz | dd of=/dev/mmcblk1 It appears that when cloning information from an EMMC partition to NAND the u-boot process occurs normally without analyzing the hardware context. So if anyone has the same problem, if you can get another unit with EMMC memory, it may be possible to convert it to a NAND unit.
-
Can't boot with 23.05 or later builds on s905x2 (g12a) or s905x3 (sm1)
calusbr replied to well83's topic in Amlogic CPU Boxes
Hey @Devmfc, I followed the steps outlined in your GitHub repository (https://github.com/devmfc/amlogic-bootscripts-Armbian) to install [Armbian] on my TV Box. Here's a quick rundown of the steps I took: 1) Installed the system following the recommendations on the GitHub page. 2) Initiated Armbian via USB and proceeded with the installation using the "/root/install-aml.sh" command. 3) Upon completion of the installation, I replaced the "emmc_autoscript" file with "s905_autoscript" (and renamed it to "emmc_autoscript"). 4) Used the command "$ sudo blkid" to identify the UUID of my EMMC partition. 5) Opened the "armbianEnv.txt" file and updated the UUID with that of my EMMC partition, then saved the file. 6) Removed the USB device and restarted my Box. The substitution of "emmc_autoscript" with "s905_autoscript" proved to be the key, and everything is running smoothly now. Thanks once again for your invaluable assistance! Best regards! -
Can't boot with 23.05 or later builds on s905x2 (g12a) or s905x3 (sm1)
calusbr replied to well83's topic in Amlogic CPU Boxes
Hey @Devmfc, I hope this message finds you well. I wanted to express my gratitude for your tutorial on installing [Armbian] via USB on TV Boxes with S905X3 and S905X2 processors. The tutorial worked flawlessly during the USB boot process. However, I've encountered a challenge when attempting to install the system on the Box using the command "/root/install-aml.sh". After completing the installation, upon rebooting the device, the Box starts but remains stuck on a black screen. To troubleshoot, I initiated a USB boot and accessed the /boot partition on EMMC. I noticed that during the installation process, the script copies /boot from the USB, but it doesn't add the files "aml_autoscript" and "s905_autoscript" as outlined in your tutorial. In an attempt to resolve this, I manually copied these files to the /boot partition on EMMC. Unfortunately, this didn't resolve the issue, and the Box still fails to start after installation. I'm using a BTV B11 TV Box with S905X3 and another with BTV Express S905X2. Both boxes boot successfully via USB, but post-installation on EMMC, they seem unresponsive. Is there any specific configuration or step I might be missing to ensure the installation on the TV Box works seamlessly? -
@Jens J. Thanks for your feedback! I installed it using the armbian-install command and unfortunately I ended up bricking the device. After a lot of research I discovered how to unbrick the device, connect the T9 point to the device's GND for a few seconds and it will return to MASKROM mode. After that, I installed the Android Stock version again and booted the pendrive with the Armbian installation, this time I used the command /root/aml-install.sh, but it did not recognize my NAND storage unit. I would like to know if there is any way to install Armbian on a board with NAND? After reading some forum posts, I was informed that Armbian no longer supports NAND, only the lag version with Kernel 3.4.x Every help is welcome! Thanks
-
Hello everyone, I have a Tigre 2 TV BOX with Amlogic S905X, 1GB DDR3, and 16GB NAND storage. I'm interested in installing Armbian on this device, but there doesn't seem to be native support for the latest Armbian versions for NAND storage. I'm wondering if there is any way to install Armbian on this box, and if so, where I can find an Armbian version with a graphical interface and a Legacy Kernel 3.4.x that is compatible with Amlogic processors. I appreciate any help in this regard. Thank you in advance.
-
Hello everyone, I recently acquired a Tigre 2 TV Box with the following hardware specifications: Amlogic S905X processor, 2GB of RAM, and 16GB NAND storage (SkHynix). I attempted to install the Armbian operating system, and the installation process started from a USB drive. Unfortunately, after the installation, the device seems to be bricked as it doesn't boot up (led red). I've read that it might be possible to recover a bricked device by putting it into MaskROM mode through a process involving a short circuit. However, I'm not entirely sure how to do this, and I'm hoping someone here can provide guidance or steps on how to put my Tigre 2 TV Box into MaskROM mode. Any help or advice would be greatly appreciated. Thank you in advance!
-
@jock Hello there, I've been following the steps outlined on page 1 carefully to install Armbian on my TV Box. Unfortunately, I've encountered a roadblock. Even though I've completed all the steps, when I insert the SDCARD into the TV Box and power it on, the device doesn't seem to start up. Strangely, the TV Box only powers on when the SDCARD is not connected, or if I press the reset button without the SDCARD, it boots into Android recovery mode. I'm at a loss on how to initiate the SDCARD boot with Multitool or load a clean Armbian image. Any guidance or insights on how to overcome this issue and successfully boot from the SDCARD would be highly appreciated. Thank you in advance for your help!
-
Hello everyone, I recently acquired a TV BOX MXQ PRO 4k 5g with the RK3228a chipset and the mxq-ep-2-v1.0 model board. I've been trying to install Armbian on it, but I've encountered some challenges that I could use some assistance with. Here's what I've experienced so far: 1. When I press the reset button (AV), it triggers the Android recovery mode instead of booting into the system. 2. My attempts to create a clean Armbian ISO "Armbian_23.8.0-trunk.56_Rk322x-box_bookworm_edge_6.3.8_xfce_desktop" on an SD card have not been successful in achieving a successful boot. 3. I've also considered using software like RKDevTool, SDDiskTool, or Rockchip Assistant, but I'm unsure if these proprietary tools are necessary or if there's an alternative solution. I've attached images of the board and the boot screen for reference. Could anyone provide guidance on how to successfully install Armbian on this device or recommend any tutorials for initializing the SD card? Your insights would be greatly appreciated. Thank you in advance for your help! [Attached Images: Images of the board and boot screen] Best regards, Lucas (calusbr)