Jump to content

chocho

Members
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Yambol, Bulgaria
  • Interests
    Asterisk and FreePBX

Recent Profile Visitors

3672 profile views
  1. @Igor, Can we get back netix mirror in armbian-config. I saw today it's up.
  2. http://mirrors.netix.net/ is down for some time. I had the same problem and switching to other mirror trough armbian-config was the fix for me.
  3. chocho

    chocho

  4. You did not say which distro, Ubuntu or Debian. For Debian I use http://www.deb-multimedia.org/
  5. For Ubuntu: sudo add-apt-repository ppa:mamarley/tvheadend-git-stable sudo apt update sudo apt install tvheadend Official Repository have a issue - https://tvheadend.org/issues/5207
  6. The fastest way is to change lib/config/sources/sun8i.conf from dev) KERNELSOURCE='https://github.com/megous/linux' KERNELBRANCH='branch:orange-pi-4.8' KERNELDIR='linux-sun8i-mainline' ;; to dev) KERNELSOURCE='https://github.com/montjoie/linux' KERNELBRANCH='branch:sun8i-emac-wip-v5' KERNELDIR='linux-sun8i-mainline' ;;
  7. Well I tried both mailine with ethernet patches and directly from https://github.com/montjoie/linux/commits/sun8i-emac-wip-v5 Didn't notice any difference
  8. Works OK on mainline 4.9 kernel with montjoie ethernet patches, at least on orange PI PC and Orange PI One.
  9. I use this on debian server image: http://wiki.freepbx.org/display/FOP/Installing+FreePBX+13+on+Debian+8.1
  10. Sorry for the late answer, but my free time is very limited. To be honest, I used copy/paste of make script from @150balbes u-boot repo. There is it: #!/bin/bash make distclean export PATH=$PATH:/opt/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin/ export PATH=$PATH:/opt/CodeSourcery/Sourcery_G++_Lite/bin ARCH=arm64 CROSS_COMPILE=aarch64-none-elf- make gxm_q201_v1_config ARCH=arm64 CROSS_COMPILE=aarch64-none-elf- make And it's compiles without errors, but after uninstall gcc-arm-none-eabi This is the end result: Building board/amlogic/gxm_q201_v1/acs.bin CC acs.c AS acs_entry.S PP acs.ld.S LD /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/acs.elf OD /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/acs.dump BIN /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/acs.bin Built /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/acs.bin successfully DEPS /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/bl21.ld.d DEPS /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/bl21_entrypoint.d DEPS /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/timer.d DEPS /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/serial.d DEPS /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/bl21_main.d Building board/amlogic/gxm_q201_v1/bl21.bin CC bl21_main.c CC serial.c CC timer.c AS bl21_entrypoint.S PP bl21.ld.S LD /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/bl21.elf OD /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/bl21.dump BIN /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/bl21.bin Built /opt/Amlogic_u-boot/build/board/amlogic/gxm_q201_v1/firmware/bl21.bin successfully CPP user_task.lds CPP task_entry.s CC task_entry.o CC user_task.o CPP misc.s CC misc.o CC uart.o CC suspend.o CC dvfs.o CC lib/string.o CC lib/delay.o LD /opt/Amlogic_u-boot/build/scp_task/bl301.out OBJDUMP /opt/Amlogic_u-boot/build/scp_task/bl301.dis OBJCOPY /opt/Amlogic_u-boot/build/scp_task/bl301.bin 9848+0 records in 9848+0 records out 9848 bytes (9.8 kB, 9.6 KiB) copied, 0.0149399 s, 659 kB/s 3764+0 records in 3764+0 records out 3764 bytes (3.8 kB, 3.7 KiB) copied, 0.00593117 s, 635 kB/s Amlogic img found, use new FIP structure! Creating "../fip/gxl/fip.bin" Firmware Image Package ToC: --------------------------- - SCP Firmware BL3-0: offset=0x4000, size=0xD400 - EL3 Runtime Firmware BL3-1: offset=0x14000, size=0x140D0 - Non-Trusted Firmware BL3-3: offset=0x2C000, size=0xA7F38 --------------------------- ACS tool process done. 11840+0 records in 11840+0 records out 11840 bytes (12 kB, 12 KiB) copied, 0.0181297 s, 653 kB/s 5825+0 records in 5825+0 records out 5825 bytes (5.8 kB, 5.7 KiB) copied, 0.00897931 s, 649 kB/s ../fip/gxl/u-boot.bin build done!
  11. I just saw there is a error in building u-boot x Building board/amlogic/gxm_q201_v1/bl21.bin x x CC serial.c x x CC bl21_main.c x x CC timer.c x x PP bl21.ld.S x x AS bl21_entrypoint.S x x LD /opt/fork-lib/sources/u-boot-beelinkgt1/master/build/board/amlogic/gxm_q201_v1/firmware/bl21.elf x x OD /opt/fork-lib/sources/u-boot-beelinkgt1/master/build/board/amlogic/gxm_q201_v1/firmware/bl21.dump x x BIN /opt/fork-lib/sources/u-boot-beelinkgt1/master/build/board/amlogic/gxm_q201_v1/firmware/bl21.bin x x x x Built /opt/fork-lib/sources/u-boot-beelinkgt1/master/build/board/amlogic/gxm_q201_v1/firmware/bl21.bin successfully x x x x make clean x x make /opt/fork-lib/sources/u-boot-beelinkgt1/master/build/scp_task/bl301.out x x CC user_task.o x x CPP user_task.lds x x CPP task_entry.s x x CC uart.o x x CPP misc.s x x CC suspend.o x x CC dvfs.o x x CC lib/string.o x x CC lib/delay.o x x CC misc.o x x CC task_entry.o In file included from suspend.c:6:0: ./scp_remote.c: In function 'resume_remote_register': ./scp_remote.c:196:6: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable] int tmp = 0; ./scp_remote.c: In function 'ir_remote_init_32k_mode': ./scp_remote.c:209:6: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable] Makefile:147: recipe for target 'sub-make' failed [sub-make] Error 2or 2 cc1: all warnings being treated as errors make[3]: *** [/opt/fork-lib/sources/u-boot-beelinkgt1/master/build/scp_task/suspend.o] Error 1 [ o.k. ] Building deb [ linux-u-boot-beelinkgt1_5.21_arm64.deb ] dpkg-deb: building package 'linux-u-boot-beelinkgt1-default' in 'linux-u-boot-beelinkgt1_5.21_arm64.deb'
  12. Finally have some free time to solder pins to GT1 UART and boot compiled Armbian image. It boots, but no ethernet connection, The LAN chip is the same as odroid c2 - Realtek RTL8211F Gigabit Ethernet This is boot log: http://pastebin.com/XVJFq8Rn My fork is here: https://github.com/chavdar75/lib
  13. Try this steps with root permissions : dpkg-reconfigure tzdata dpkg-reconfigure locales apt install build-essential git pkg-config libssl-dev bzip2 wget libavahi-client-dev zlib1g-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libcurl4-gnutls-dev liburiparser-dev debhelper cd /opt git clone -b release/4.0 https://github.com/tvheadend/tvheadend.git cd tvheadend/ AUTOBUILD_CONFIGURE_EXTRA=--disable-libav_static ./Autobuild.sh cd .. dpkg -i tvheadend_4.0.xxx_armhf.deb It will ask for admin user and pass Then open in browser http://OPI_IP_ADDRESS:9981
  14. Thanks for the tips. Unfortunately I can't make it boot from SD. Can you tell me for changing boot.img it's need to be the original Android forked one or can be a compiled from Amlogic u-boot source. And if is the second how can I transform u-boot.bin to boot.img Thank you again!
  15. Hi, First I want to say thanks for this amazing project. Also English is not my native language, so please excuse me for misspell Last week I received my shiny new Beelink GT1 with Amlogic S912 CPU. And now I have a itching in my hands to break it. So I forked @150balbes repo and start messing with it. Dowloaded original firmware from here: https://mega.nz/#F!bIVGFaKY!Om3XTxlHmjPB4x2_jukFYw Extracted original device tree and kernel config (attached below) and after little tuning I was able to build a Ubuntu 16.04 CLI image (only build, not tested) I use a LibreELEC linux-amlogic repo. But there is still some problems to solve and I will appreciate any help for them. 1. Where to put this device tree and in which config to address it 2. How to fork original boot.img, so the device to boot from sd card Still didn't open the device, but of course it is a matter of time Thanks! gxm_q201_2g.zip
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines