-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation EMMC error [BOOT] #1
Comments
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:
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! |
Same problem as you, waiting for dev instructions. my tv box magicsee N5 max |
@devmfc Thanks a lot for all the effort and providing these scripts. I had the issue that the chainloading u-boot which comes with Armbian has an issue with the emmc my on X96 boxes. It works from SD card but for the emmc it just reports "no partitions". So I had the same idea as you, using the directly the stock u-boot and figured out that you did already all the work. The only missing piece was the support for emmc. The aml_autoscript is looking for emmc_autoscript on the emmc, so as @educabox already mentioned it has to be copied to this name. In addition I had to change the default devtype to "mmc" and the default devnum to 0. So it looks like:
As the install script labels the emmc Linux partition always ROOT_EMMC I also moved to rootdev to the emmc_autoscript after the import of armbienEnv.txt, so you can use the same file for usb or SD and emmc:
The changes has to be done in emmc_autoscript.command and the emmc_autoscript has to be recompile with the command which @devmfc put kindly at the end:
Another thing you might want to double check is if your kernel is named Image or zImage. The script expects the name Image. @devmfc: If you like we could add the emmc_autoscript to your repository. I could prepare a pull request One more time thanks a lot for all the effort. Now can re-use my old X96 box as a USB over network server for my scanner. |
Thank you very much! With some minor changes, I applied your changes. Thanx for the lengthily response. |
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?
The text was updated successfully, but these errors were encountered: