Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

ATV9-MOD-(P212)AMPERE-V3

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • bumerc
    replied
    You need to short the pins on the back of emmc to GND, the boot order should change to sd or usb. It always works

    Leave a comment:


  • dazed
    replied
    Originally posted by bumerc View Post
    install the ap6330 version as I suggested, khada's kernel is not compatible with your device, short-circuit the contacts on the back of emmc and start sdc_burn update. If the automatic update does not work, interrupt the autostart in the u-boot terminal with, press the empty or Enter keys on the keyboard, then execute the “run update” command and the sdc_burn update will start automatically
    I've tried this it doesn't work. I tried what was said https://forum.freaktab.com/forum/tv-...05x-using-uart when I press ctrl+c or enter during boot nothing happens. I've tried using the usb burning tool and burn card maker both don't work, it's like it doesn't recognise the sd slot or the usb port on boot anymore. It's an old device I don't use so I don't mind it not working anymore was just trying to test it out

    Leave a comment:


  • bumerc
    replied
    install the ap6330 version as I suggested, khada's kernel is not compatible with your device, short-circuit the contacts on the back of emmc and start sdc_burn update. If the automatic update does not work, interrupt the autostart in the u-boot terminal with, press the empty or Enter keys on the keyboard, then execute the “run update” command and the sdc_burn update will start automatically

    Leave a comment:


  • dazed
    replied
    Originally posted by bumerc View Post
    you must not do that, if you want to do uart log, do it without hdmi cable. If you want to connect hdmi cables, you may only start dmesg log or logcat via terminal or adb
    The first log I posted was without the hdmi cable. I thought you said I had it plugged in. Here's another one with no hdmi cable in https://paste.ee/r/rjo2k. I'll add some pics of the board and emmc too, it's a beelink mini mx iii



    Last edited by dazed; 29 May 2020, 15:17.

    Leave a comment:


  • bumerc
    replied
    Originally posted by dazed View Post

    I plugged the hdmi cable in this time too. It just gets to the boot screen and waits a lil bit then reboots https://paste.ee/r/Z9t5P. I can't try the new version because it won't boot from the sd slot or my using usb burning tool anymore
    you must not do that, if you want to do uart log, do it without hdmi cable. If you want to connect hdmi cables, you may only start dmesg log or logcat via terminal or adb

    Leave a comment:


  • dazed
    replied
    Originally posted by bumerc View Post
    dazed
    did you connect uart converter and hdmi cable at the same time? This seems to be the reason for kernel crash.. Try the new ap6330 version
    I plugged the hdmi cable in this time too. It just gets to the boot screen and waits a lil bit then reboots https://paste.ee/r/Z9t5P. I can't try the new version because it won't boot from the sd slot or my using usb burning tool anymore

    Leave a comment:


  • bumerc
    replied
    Originally posted by S905XFAN View Post
    Hello bumerc and thanks for this extremely good firmware!

    I just discovered your firmware yesterday and installed it via USB on a Mecool M8S Pro+.

    I would like to fix the remote and other hardware but I can't even connect via putty. (network error - connection refused )
    (even with the very self explanatory pics provided! )
    (I've connected numerous times in other devices like Raspberry Pie etc)

    I have the right IP address of my Box, the ida_rsa.ppk and filled the root name in the autologin user field...
    I can see that you're using Ubuntu but I used a Windows 7 machine with Putty 0.74 64 bits version.

    Sorry but are you sure that the provided key works with ATV9-IMG-DEBUG-AMPERE-RTK-V3 version?
    Is there something I missed?

    Thanks!
    sorry, I missed your post. Yes, in this version I forgot to activate the ssh service, with the next update I will activate it, thanks for the hint

    Leave a comment:


  • bumerc
    replied
    dazed
    did you connect uart converter and hdmi cable at the same time? This seems to be the reason for kernel crash.. Try the new ap6330 version

    Leave a comment:


  • dazed
    replied
    Originally posted by minonano View Post

    bumrec, I tried to reload the image again, but could not get the mask mode using the usb burning tool, then i tried to reset the box, now I am in a delema, all I am getting is a loop aroung the boot logo, wont stop or start. Also tried the sd burn, but no luck, just looping aroung the lolgo (superceleron). Any idea what went wwrong as all I did was reset (factory), thanks
    bumerc I have this same problem. I can't short the pins on my board because there isn't any. I plugged in a uart here is the output https://paste.ee/r/H567B

    Leave a comment:


  • bumerc
    replied
    tehcno
    send me dmesg log via PM

    Leave a comment:


  • tehcno
    replied
    tell me I have a wifi module 9377.put the firmware for 9377.does not work. I put the updated version for 6330 after the first download of wifi bt, rebooted the box and everything does not turn on the slider no wifi.

    Leave a comment:


  • bumerc
    replied
    Originally posted by alex161rus View Post
    upd.
    bluetooth does not turn on
    You can install the new AP6330 build from 05.24.2020 and test bluetooth, ap6330/ap6335 bluetooth works very well. Don't forget to change the firmware and nvram patch in the rc file

    Leave a comment:


  • alex161rus
    replied
    changed. After rebooting, wifi turned on. the network was visible.
    turned off and does not turn on anymore ((
    here is the log

    upd.
    turned off the console. included. wifi works. connected to the network! ))) thank

    upd.
    bluetooth does not turn on
    Attached Files

    Leave a comment:


  • bumerc
    replied
    no ssh.
    then adb
    Need to replace strings in init.amlogic.wifi_buildin.rc? I'll do it now
    yes

    Leave a comment:


  • alex161rus
    replied
    Originally posted by bumerc View Post
    alex161rus

    try this..
    open SSH and follow these steps:

    Code:
    mount -o remount,rw /vendor
    # copy this text completely and paste it in the ssh-terminal
    Code:
    cat > /vendor/etc/init/hw/template << EOF
    on boot
    insmod /vendor/lib/modules/dhd.ko firmware_path=/vendor/etc/wifi/4354/fw_bcm4354a1_ag.bin nvram_path=/vendor/etc/wifi/4354/nvram_ap6354.txt
    chown root wifi /sys/module/dhd/parameters/firmware_path
    chown root wifi /sys/module/bcmdhd/parameters/firmware_path
    chmod 664 /sys/module/bcmdhd/parameters/firmware_path
    chmod 664 /sys/module/dhd/parameters/firmware_path
    EOF
    Code:
    cp /vendor/etc/init/hw/template /vendor/etc/init/hw/init.amlogic.wifi_buildin.rc && sync && rm /vendor/etc/init/hw/template
    reboot your Device via UI

    USB port is fixed, wait for new update..
    no ssh.
    Need to replace strings in init.amlogic.wifi_buildin.rc? I'll do it now

    Leave a comment:

Working...
X