Jump to content

balbes150

Members
  • Posts

    4436
  • Joined

  • Last visited

Everything posted by balbes150

  1. This error was in the first version of the image. Now it is corrected. By the way, the latest version added sound support (alsa). p.s. Updated image, added support mimi mx in the image armbian. Added a script to activate the multi-boot for the mini mx. Armbian_5.17_Vegas95_Debian_jessie_3.14.73_desktop_20160725.img.xz https://yadi.sk/d/bqV6MEL-sWKmv
  2. This version is for the external media (SD card or USB flash drive). For use must be included multiboot. https://github.com/150balbes/Amlogic_s905/wiki/s905_multi_boot
  3. You want to install armbian on internal memory (eMMC) ?
  4. I have a test set of configuration files to build for armbian TV box platform Amlogic S905. Is anyone interested ? Should I create the pull merge GIT lib ?
  5. http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905/tronsmart-ac/firmware-roms-tools-at/565449-running-linux-from-sd-card-or-usb-flash-drive-using-balbes150-method-and-files?p=586733#post586733
  6. As it turned out, the images of workers. The download does not occur due to a failure in the procedure of the extension section. The procedure prescribed force /dev/mmcblk0. And when you start from SD card, this device indicates the internal memory (eMMC). Where you already have the partitions from Android. If you disable the extension root partition in the script, it works (without automatic extensions section).
  7. Alpha version profile armbian for vegas95. This is not difficult, please check the build process of the image vegas95\debian\wheezy. Primary start kernel from external media passes. The rest is still in not working condition. Pay attention to the image itself NOT working, it is only the Assembly test profile. https://github.com/150balbes/lib
  8. Yes, this is possible. But not yet ready automatic installation procedure, all you need to perform manually.
  9. Based on the fact that these scripts binarie files. They cannot be edited. To change the parameter you want to edit a text file and build the binary. I recommend making two scripts, for console, for desktop. setenv m "720p60hz" setenv cec "cecf" setenv m_bpp "24" setenv mesontimer "0" setenv nographics "1" setenv loadaddr "0x11000000" setenv dtb_loadaddr "0x1000000" setenv initrd_loadaddr "0x13000000" setenv condev "console=ttyS0,115200n8 console=tty0 consoleblank=0" setenv bootargs "root=LABEL=ROOTFS rootwait rootflags=data=writeback rw ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} fsck.repair=yes net.ifnames=0" setenv boot_start fdt_start fdt addr ${dtb_loadaddr}; if test "${nographics}" = "1"; then fdt rm /reserved-memory; fdt rm /aocec; fi; booti ${loadaddr} ${initrd_loadaddr} ${dtb_loadaddr} if fatload mmc 0:1 ${dtb_loadaddr} /dtb/${s905_dtb}.dtb; then setenv dtb_img "1"; else if fatload mmc 0:1 ${dtb_loadaddr} dtb.img; then setenv dtb_img "1"; else setenv dtb_img "0";fi;fi; if fatload mmc 0:1 ${initrd_loadaddr} uInitrd; then if fatload mmc 0:1 ${loadaddr} zImage; then if test "${dtb_img}" = "1"; then run boot_start;fi;fi;fi; if fatload usb 0:1 ${dtb_loadaddr} /dtb/${s905_dtb}.dtb; then setenv dtb_img "1"; else if fatload usb 0:1 ${dtb_loadaddr} dtb.img; then setenv dtb_img "1"; else setenv dtb_img "0";fi;fi; if fatload usb 0:1 ${initrd_loadaddr} uInitrd; then if fatload usb 0:1 ${loadaddr} zImage; then if test "${dtb_img}" = "1"; then run boot_start;fi;fi;fi;
  10. You need to look a specific version of the script. Write here the contents of your script, I can tell you how you can add.
  11. Launched docker on the Spot i7 (Amlogic S905). For the first validation used a ready-made solution on the basis of the Odroid C2. In the future I want to make a version based on armbian. odroid@odroid64:~$ docker info [ 92.523634] aufs au_opts_verify:1604:docker[354]: dirperm1 breaks the protection by the permission bits on the lower branch Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 1.11.0-dev Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs Dirs: 0 Dirperm1 Supported: true Execution Driver: native-0.2 Logging Driver: json-file Plugins: Volume: local Network: null host bridge Kernel Version: 3.14.29-14-odrobian+ Operating System: Debian GNU/Linux 8 (jessie) OSType: linux Architecture: aarch64 CPUs: 4 Total Memory: 741.1 MiB Name: odroid64 ID: JJRC:GRKQ:HKO5:NQH4:PSBY:W7ZQ:2YRU:XTLH:A3SK:VEQR:UKT2:BGEM Docker Root Dir: /var/lib/docker Debug mode (client): false Debug mode (server): false odroid@odroid64:~$ docker -v Docker version 1.11.0-dev, build 6c35350-unsupported odroid@odroid64:~$
  12. The problem is not how to add the repository. The problem is that this repository is not intended for branch jessie (which is assembled the image). There is no support aarch64 (arm64). Platform Amlogic S905 is arm64 (aarch64). I think need to gather docker from source. Given the aarch64 platform.
  13. The command without "sudo". The result is the same. When you try to install according to instructions. When upgrading packages get the error. W: Failed to fetch https://packagecloud.io/Hypriot/Schatzkiste/debian/dists/wheezy/InRelease Unable to find expected entry 'main/binary-arm64/Packages' in Release file (Wrong sources.list entry or malformed fi) E: Some index files failed to download. They have been ignored, or old ones used instead. As far as I understand. The source for wheezy branch/armh. The image on the branch jessie/arm64. These are different branches and architecture. Perhaps we should try to collect in the docker image from source.
  14. The system I entered. lavvy has prompted need a username and password. Tried to enter commands to check the result. $ sudo docker version sudo: unable to resolve host black-pearl sudo: docker: command not found $ docker run -d -p 80:80 hypriot/rpi-busybox-httpd -bash: docker: command not found As I understand it, docker is not installed in this image ?
  15. Run, taken to this link, the image of v 0.1.0 TV box Spot i7(Amlogic aarch64 S905) . What in this image username and password for login ? https://github.com/hypriot/image-builder-odroid-c2/releases
  16. Dare I recommend to make corrections. This will allow the script autostart to interrupt the boot u-boot. Without this, if there is script, the console UART must not be interrupted. The script to start before stop loading. it adds the ability to boot from USB drives. setenv bootcmd "run start_autoscript;run storeboot;" setenv start_autoscript "if usb start ; then run start_usb_autoscript;fi;if mmcinfo; then run start_mmc_autoscript;fi;" setenv start_mmc_autoscript "if fatload mmc 0 1020000 s905_autoscript; then autoscr 1020000; fi" setenv start_usb_autoscript "if fatload usb 0 1020000 s905_autoscript; then autoscr 1020000; fi"
  17. Weren't watching, maybe I'm wrong. I think such procedures are added only in u-boot for Odroid C2. For use in our u-boot, need to patch and make yourself.
  18. Maybe I'm wrong. It seems to me that these commands remove the information from the dtb file.
  19. 1. Remove not needed packages. Remove unnecessary files. Disabled in fstab to mount SWAP. Repartition (del SWAP). For example using gparted. This can be done without a PC. To boot Linux from a USB TV box and change the partitions on the SD card or Vice versa. 2. TV box has an HDMI output. You can only use the HDMI settings.
  20. Thanks for the links. I will try to examine this information.
  21. I use computer translation. Sorry, I may not understand Your question. You asked about KODI. What he had in mind ? KODI works on Android. Is there a version of Openelec that you can run on MXQ PRO. Please specify what "docker", give the link.
  22. I don't know Android. We can assume that Android is aimed at the TV settings. There is this screen resolution is not. You will need to get into codes video driver.
  23. This information will be very useful for everyone.
  24. What is your monitor model ? What resolution and refresh rate it supports ? If you need other boot parameters (different from those that are in the current file s905_autoscript). The settings are easy to change. Clone the git to select or create a new text file with the necessary set of commands (with extension txt). Make a new script s905_autoscript (it's a binary file). Copy the new file instead.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines