Jump to content

jock

Members
  • Posts

    1845
  • Joined

  • Last visited

Everything posted by jock

  1. It's ok if they are flashing. That is default configuration, so users can understand if the board is running fine or if it is frozen or crashed.
  2. Mmmh, dmesg does not tell anything. You need to post the serial output of the ddrbin, or do: sudo cat /sys/kernel/debug/clk/dpll/clk_rate that will tell you the effective frequency of the memory in DDR mode (ie: should be 1600000000 for 800 mhz memory, 1320000000 for 660 mhz memory, 660000000 for 330 mhz memory)
  3. The script allows you to go up to 800mhz, but I would not go further than 660MHz for a number of reasons
  4. if the red and blue light are flashing, perhaps the new kernel has some issues with HDMI. The board is running fine, but recently some kernel adjustments broke HDMI output in some cases. You may login via ssh to fix the issue (install and older 6.1 kernel) or erase the eMMC and reinstall armbian, or boot a new armbian installation from USB (now you can, because the bootloader coming with armbian allows USB boot)
  5. @pakos96 attached to this message there is a script that does the trick to change the ddrbin frequency. Can be used on the boot block device directly on the board, or on a file to modify a ddrbin binary or an armbian image before sdcard burn. Usage and examples are in-built with the script, so launching it without arguments provides all the help that could be needed. Some notes: THIS IS AN EXPERT THING. If you're not an expert, do not do this; do not come here later sobbing you made a mistake, or you will receive more insults that will make you cry even more 🫣 always always always test the ddrbin frequency change on a system booting from sdcard if there is a bootloader installed in eMMC, it has priority: changing the ddrbin on sdcard won't have any effect until you clean the eMMC (or the bootloader) some boards (notably X88 Pro) do not like ddr frequencies above 330MHz: they won't boot changing the ddrbin frequency of the bootloader in the eMMC is very dangerous! You may brick the board (only way out: maskrom via eMMC clock pin gating) ddrbin-switch-freq.sh
  6. @TechVNC imola.armbian.com and users.armbian.com are back online, thanks for reporting!
  7. I guess there is no alternative download page, but you can download a nightly image following the link in first page
  8. 1. yes, the device seems already in maskrom mode 2. no, you're not "upgrading the bootloader" with that command, but you are just uploading a bootloader into the board memory and booting it to gain minimal management functionality. Nothing is written on the emmc in this step: if you power cycle the board, you have to do again this step 3. yes, this step writes the raw image onto the emmc. Unfortunately I don't know exactly how this translates against AndroidTool/rkdevtool for windows, but my best guess is that you don't need step 2 because AndroidTool/rkdevtool already does that for you. Perhaps the "download image" tab is what you need, and there you should upload only the raw image starting at 0x00000000, because the raw image already contains all the necessary booting code, but I don't know if it is the right step. Perhaps @fabiobassa is more experienced with that tool and could lend a hand.
  9. no, USB won't work. rk3318 does not support boot from USB. rkdeveloptool is available or compilable for windows too, you should use that to write the armbian image using and usb male-to-male directly on the emmc then. These instructions may help you: https://forum.armbian.com/topic/26978-csc-armbian-for-rk3318rk3328-tv-box-boards/page/19/#comment-130453
  10. @Dripz Hello! Actually, the regular installation instructions via sdcard never mention Linux: all you need is multitool, an armbian image and a generic tool to write on sdcard. Since you're in maskrom mode (perhaps you erased the internal emmc), and you did not mention what board you have, the first thing you can try is to take a fresh armbian image (see first page, take a nightly build based upon kernel 6.6), burn it on sdcard, plug the sdcard in the box see if it boots.
  11. The ddrbin is "packaged" by the u-boot command mkimage, then some other code (uboot SPL) is appended to the resultant binary. In theory the ddr frequency is set in just a bunch of bytes in the ddrbin, so substituting the ddrbin (or altering the target bytes) on the sdcard/emmc with a bare "dd" command would work. But that requires some math and a hex editor to find the exact position where to put it with dd command AND I don't know if there are some CRC checks that would break the whole thing. I need to investigate a bit about, surely it is a job for a script because manual intervention would be a bit risky.
  12. AFAIK rk3128 is not supported in the mainline armbian code, perhaps some forks may exist but I doubt a lot they do.
  13. Ground must be connected on both the edge (the USB serial and the board), otherwise you can't get proper communication. That is essential and you can easily electrically break things when you don't connect the shared ground. Ground first, always! For the other problem about emmc erase: if you did erase from multitool and you can run multitool but not armbian from sdcard there could be two main reasons: your armbian image is a bit old and has the 667Mhz ddrbin; recent images have a slower but more compatible ddrbin your emmc is faulty and accepts but really does not execute erase/write commands (ie: you erase it, but the contents still remains)
  14. If you meant a working image of the original firmware, note that only the Multitool can boot only from sdcard when a stock Android is installed.
  15. @some0ne I can't tell you why multitool does not find the eMMC anymore, could be several causes, but without the multitool log it is difficult. A note about maskrom mode emmc clock pin, in case you are using or used that in the past: when the emmc clock pin is gated, emmc is de facto turned off. If you are able to get in maskrom mode, then you can erase manually the eMCP connecting the board via male-to-male USB cable and using rkdeveloptool: ./rkdeveloptool db rk322x_loader_v1.10.238_256.bin Downloading bootloader succeeded. ./rkdeveloptool ef The loader file and other instructions are on first page. However, at the moment I don't understand what you have on your eMCP, if Android boots, or is already empty or what? Lastly, I don't know where your 60 seconds issue comes from. You should first clean the eMCP from anything on it and then boot pristine armbian from sdcard, then we may talk about that.
  16. Probably there is a GPIO that enables the toslink. Your board is new because I have never seen an rk322x with toslink. You should post photos of the board and the original device tree to get toslink supported. esp8089 works only on mainline, legacy is not maintained anymore
  17. @some0ne Multitool has a menu entry with "erase internal flash" or something like that. It surely takes less than 60 seconds to reach that. For details on maskrom mode, see the first post.
  18. @Sean Perez Sorry for the very late answer; I'm not sure the orange pi debian contains the proper patches or the proper device tree things; I strongly suggest you to use on of the latest armbian images. I tested it on Allwinner H3 with 1gb of RAM and it worked well, but don't know the status of the hardware video decoders of H618. Probably it is better to use a kernel 6.6 and ask support in the allwinner forums just to know what kind of hardware decoders have. Don't know if CMA is an issue, 128mb should be more than enough to decode full-hd content. rockchip has no need for large CMA buffers since hardware decoders have their own MMUs. If allwinner has a similar design should even not need CMA buffers. Raspberry Pi (1, 2, 3 and probably 4) GPU/VPU instead has no MMU, so it requires CMA for video decoding and 3d graphics.
  19. Sorry but I don't have the older versions around; they can be rebuilt cloning the github repo and moving to the commit of interest. Usually the latest is always the best and more compatible. If the board reboots there is something else going on and the fact that after the spontaneous reboot there is no eMMC makes me think there is indeed something else going on, out of the control of the multitool. Erasing the internal eMMC and booting armbian from sdcard may help you trying to isolate where the issue could be, maybe your eMMC is just faulty or defective and is causing weird behaviour.
  20. You're welcome This is actually not possible with the openvfd driver because it is not wired to the kernel led framework but is a totally custom module that just exposes the hardware to userspace.
  21. @some0ne in the first page there is the updated multitool version. For some reason a closed source binary blob, on some very rare boards, turns off or put the board in suspend. The reason is not known, since something happens in a closed source blob. I don't know if it is your situation, but it looks something that already happened.
  22. It would be nice to have a proper kernel driver for such device. As far as I remember, it uses a i2c-like bus with some minor differences; I looked into some time ago, but had to give up due to not enough time, but a proper driver would wire the led chip hardware with the kernel led framework to exploit all the kernel triggers and goodies.
  23. Hello, I don't think any tv box has a microphone or microphone header anywhere. Some SBCs instead have the microphone on-board (like some Orange Pi boards)
  24. Very weird, if the kernel module is loaded, there should be the device under /dev too. From dmesg I see something suspicious: [ 1249.869135] usbcore: registered new interface driver ch341 [ 1249.869317] usbserial: USB Serial support registered for ch341-uart [ 1249.869609] ch341 1-1.3:1.0: ch341-uart converter detected [ 1249.872306] usb 1-1.3: ch341-uart converter now attached to ttyUSB0 [ 3599.906107] input: BRLTTY 6.5 Linux Screen Driver Keyboard as /devices/virtual/input/input20 [ 3599.919207] usb 1-1.3: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1 [ 3599.921891] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0 [ 3599.921965] ch341 1-1.3:1.0: device disconnected so perhaps brltty is clashing with the usb device. If you are not using a braille device, you can try uninstalling it
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines