Benedito Portela Posted October 22 Posted October 22 @lowscore I'did uploading for you! https://drive.google.com/file/d/1kgyjLl0JXTwFfWfplOKuQY3vLv_KtYlr/view?usp=sharing 2 Quote
Victor Picinin Posted Thursday at 11:08 PM Posted Thursday at 11:08 PM Hi! I dont know if anyone else mentioned this here but here is my issue: My RK3229 boots into armbian fine but after like 60sec the screen turns black and both blue LED stays on. Is there a fix for this? 0 Quote
Mateus Lima Posted Saturday at 06:16 PM Posted Saturday at 06:16 PM I'm trying to boot multitool, but my device is booting directly into android. I've flashed my sdcard using dd and balena, both works fine apparently, the box recognizes the sdcard (it shows on android file manager), but every time I reboot it, it only boots android... Does anyone have any clue of what should I do? 0 Quote
RaptorSDS Posted Saturday at 06:37 PM Posted Saturday at 06:37 PM vor 19 Minuten schrieb Mateus Lima: 'm trying to boot multitool, Do you try also toothpick (there is a recovery button behind headphone port) methode and SD-Card ? or USB boot , there are some box with lock bootloader 0 Quote
jeffbzrr Posted Saturday at 07:13 PM Posted Saturday at 07:13 PM First of all, I would like to thank you for continuing to maintain this project. I use an RK3228 MXQ running raspotify (another great project) playing music. However, I can't equalize the sound? Is there a way to use a sound equalizer? I tried for ALSA and lost a few days in several things but nothing worked. 0 Quote
Mateus Lima Posted Saturday at 07:28 PM Posted Saturday at 07:28 PM 46 minutes ago, RaptorSDS said: Do you try also toothpick (there is a recovery button behind headphone port) methode and SD-Card ? What is this method about? Hold the button while it is booting with the sdcard inserted? I also tried to boot using a usb drive flashed with multitool flashed, but it still boots into android. As for the bootloader, I'm booting it into bootloader mode, and it gets recognised, but "fastboot oem unlock" just prints three dots "..." and doesn't do nothing. In the guide there's a bootloader file I think, but it's not available anymore. 0 Quote
Mateus Lima Posted Saturday at 08:06 PM Posted Saturday at 08:06 PM 1 hour ago, Mateus Lima said: my device That's my device, I don't if showing it's board will be helpful. 0 Quote
fabiobassa Posted Saturday at 08:14 PM Posted Saturday at 08:14 PM (edited) @Mateus Lima I am not very sure this Is a rockchip board.. i see h3q ...may be an allwinner h3 ?????? Can you check removing the heatsink ? Or check with USB ttl adapter ? Edited Saturday at 08:15 PM by fabiobassa 0 Quote
Mateus Lima Posted Saturday at 09:31 PM Posted Saturday at 09:31 PM 1 hour ago, fabiobassa said: allwinner h3 Well, it seems that I have a very strange device, as I can boot armbian for devices using Allwinner H3, even tho the SoC shows It self as a RK322BA. I don't know what's happening with my device, and unfortunately, there's no much information about it, just some users trying random armbian builds from devices with the same soc, which works, but features like wi-fi doesn't, probably something that can be fixed making a dtb for this device, which I don't know how to unfortunately. 0 Quote
fabiobassa Posted Saturday at 10:22 PM Posted Saturday at 10:22 PM @Mateus Lima It Is not the first neither will be the last time that china manufacturers fake soc printing. Have a look on allwinner forum 1 Quote
Victor Picinin Posted Sunday at 11:14 AM Posted Sunday at 11:14 AM Quote My RK3229 boots into armbian fine but after like 60sec the screen turns black and both blue LED stays on. Is there a fix for this? This was a watchdog and trust os issue. For anyone having this issue, i fixed by building a new multitool from OP github: https://github.com/paolosabatino/multitool/tree/master Changing the RK322x TRUST_OS to: rk322x_tee_1.0.1-72-gf230aa2.bin And them building a new armbian build replacing the armbian TRUST_OS with this same one. "rk322x_tee_1.0.1-72-gf230aa2.bin" if anyone needs the builded files "multitool and armbian" feel free to email me at vitorpicinin@gmail.com 1 Quote
fabiobassa Posted Sunday at 11:53 AM Posted Sunday at 11:53 AM @Victor Picinin Hello Victor thank you for your work. Also @jock and @ilmich managed to obtain free source trust and not the proprietary One but i rembember there were issues ( DMC scaling on DDR3 ??? ) Sure jock or ilmich can answer better 0 Quote
jock Posted Sunday at 01:04 PM Author Posted Sunday at 01:04 PM Hello @Victor Picinin yes the problem is exactly a watchdog in the proprietary trust os. Some people have issues after 60 seconds, others after 30 seconds and others after 30 minutes. Being the proprietary Trust OS closed source, we can't know what is happening. I suspect it is a sort of automatic "suspend" feature of some sort, but can't be sure because digging into practically is diffucult. What is sure is that if we use OPTEE Trust OS compiled from open sources (OPTEE is the base for the proprietary Trust OS too), there are no issues of sort, but we lose some features like DDR3 memory scaling and "virtual power off" (a suspend mode that can awaken the board via IR-control; there is a driver and a device tree overlay for that to work in armbian) 0 Quote
Victor Picinin Posted Sunday at 01:14 PM Posted Sunday at 01:14 PM @jock do you have this OPTEE already builded for sharing? The one in your multitool git did not work for me, also it shows the last change was 2 years ago hahahha. 0 Quote
jock Posted Sunday at 01:29 PM Author Posted Sunday at 01:29 PM 6 minutes ago, Victor Picinin said: The one in your multitool git did not work for me, also it shows the last change was 2 years ago hahahha. Multitool uses the proprietary miniloader blob for booting and it does not work with opensource OPTEE unfortunately. I guess the issue is related with this patch that allows mainline opensource u-boot to support proprietary Trust OS, but that's just an ineducated guess. 0 Quote
Victor Picinin Posted Sunday at 04:05 PM Posted Sunday at 04:05 PM sorry for my confusion @jock im kinda new to this. yeah it switched from a 1mim watchdog to a 30mim watchdog crash. Is there a armbian distro that will work, what should i do here? 0 Quote
jock Posted Sunday at 04:15 PM Author Posted Sunday at 04:15 PM 2 minutes ago, Victor Picinin said: Is there a armbian distro that will work, what should i do here? Mmmh, the easiest thing you can do you can build an armbian image taking rk322x_tee_os.bin from this branch in my repo and overwrite rk322x_tee.bin in the same path of your armbian copy, then build a regular image which will have an opensource TEE and should have no issues anymore. Actually you could even reinstall u-boot without reinstalling the whole system, but it is just a tiny bit more involved. If you can restart from scratch, rebuilding the image with opensource TEE is easier. 0 Quote
Victor Picinin Posted Sunday at 07:04 PM Posted Sunday at 07:04 PM Quote If you can restart from scratch, rebuilding the image with opensource TEE is easier. @jock Does it make a diference witch multitool trusted OS i use? 0 Quote
jock Posted Sunday at 09:27 PM Author Posted Sunday at 09:27 PM 2 hours ago, Victor Picinin said: @jock Does it make a diference witch multitool trusted OS i use? In theory, it shouldn't 1 Quote
Victor Picinin Posted Sunday at 10:04 PM Posted Sunday at 10:04 PM Quote Mmmh, the easiest thing you can do you can build an armbian image taking rk322x_tee_os.bin from this branch in my repo and overwrite rk322x_tee.bin in the same path of your armbian copy, then build a regular image which will have an opensource TEE and should have no issues anymore. Actually you could even reinstall u-boot without reinstalling the whole system, but it is just a tiny bit more involved. If you can restart from scratch, rebuilding the image with opensource TEE is easier. @jock Tested this and got a 1mim watchdog crash. I dont know if it helps to track this issue but with: "rk322x_tee_1.0.1-72-gf230aa2.bin" it goes to a 30mim. Like i said before, im kinda new to this. so i might have done something wrong when building armbian. If anyone here has a working build that does not trigger this watchdog, please let me know. 0 Quote
jock Posted yesterday at 12:48 PM Author Posted yesterday at 12:48 PM 14 hours ago, Victor Picinin said: If anyone here has a working build that does not trigger this watchdog, please let me know. Found with google: https://forum.armbian.com/topic/34923-csc-armbian-for-rk322x-tv-box-boards/page/96/#findComment-218361 1 Quote
Victor Picinin Posted yesterday at 05:02 PM Posted yesterday at 05:02 PM Quote Found with google: https://forum.armbian.com/topic/34923-csc-armbian-for-rk322x-tv-box-boards/page/96/#findComment-218361 I've seen this post before but the link is "404 Not Found" thats why i resorted to trying to build my own multitool and armbian hahahahahha @jock The post mentions this link: https://users.armbian.com/jock/web/rk322x/armbian/beta/Armbian-unofficial_24.11.0-trunk_Rk322x-box_noble_current_6.6.56_xfce_desktop.img.xz Is there a mirror? 0 Quote
jock Posted 23 hours ago Author Posted 23 hours ago 4 hours ago, Victor Picinin said: I've seen this post before but the link is "404 Not Found" thats why i resorted to trying to build my own multitool and armbian hahahahahha uhm, there is misconfiguration in the server actually; I see users.armbian.com is serving the certificate for stpete-mirror.armbian.com, perhaps @Igor can fix the issue 0 Quote
Virgilio Junior Posted 23 hours ago Posted 23 hours ago Hello everyone, my name is Virgilio. I've been here for 3 days fighting against the RK3229 to install Armbian... My equipment is an RK3229 (R329Q_V3.1). I've already followed as many procedures as possible until I could run the image directly via OTG with RKdevtools, but I can't get anything working. I admit I tried Lakka, PostmarketOS, legacy versions, current versions, everything related to 322x I've tried... but nothing works, I'm almost giving up. adc: wifi sv6051p 0 Quote
fabiobassa Posted 6 hours ago Posted 6 hours ago (edited) @Virgilio Junior R329Q_V3.1 are known board to be a little "difficult" to manage, but they work and work very well because are ddr3 up to 660 mhz ram speed The big problem is that they are mostly NAND thus support is limited to legacy old images with kernel 4.4.194 and NAND support any newer kernel simply will not boot because of NO NAND DRIVERS I said MOSTLY because lately have shown on the market borads 329 with ecmp and i don't know if yours is this with ecmp Quote I could run the image directly via OTG with RKdevtools would you explain in a more detailled way what you did, please ? Edited 6 hours ago by fabiobassa 0 Quote
Virgilio Junior Posted 6 hours ago Posted 6 hours ago Quote Hello everyone, my name is Virgilio. I've been here for 3 days fighting against the RK3229 to install Armbian... My equipment is an RK3229 (R329Q_V3.1). I've already followed as many procedures as possible until I could run the image directly via OTG with RKdevtools, but I can't get anything working. I admit I tried Lakka, PostmarketOS, legacy versions, current versions, everything related to 322x I've tried... but nothing works, I'm almost giving up. adc: wifi sv6051p By some miracle of faith, yesterday at the last second before I gave up, I simply put Armbian_24.2.5_Rk322x-box_bookworm_current_6.6.22_minimal.img directly onto the SD card, and incredibly it loaded and I can use everything smoothly on the RK3229 (R329Q_V3.1), including running it on 5.0ghz Wi-Fi... but now the question is, can I put it on the NAND card? If it's not worth it, I'm thinking of leaving it on my SD card, then I'll buy other SD cards for my Raspberry Pi 1 b+ and another TV box I have (I haven't seen the card yet). I'm building a minilab. actually minilab(not working again) A computer with an AMD A4-4000 + 8GB RAM with Proxmox. A Raspy with Dietipi, Pihole, and Adguard. A TVBox-1 for observability (Grafana stack). A TVBox-2 to act as a redundancy node for TVBox-1 and a test server. Quote would you explain in a more detailled way what you did, please ? Speaking directly, I took the image and ran the commands I saw on some postmarketos forums about recording directly via rkdev: rkdeveloptool wl 0x0 rockchip-rk322x-exemple.img 0 Quote
fabiobassa Posted 3 hours ago Posted 3 hours ago @Virgilio Junior None newer of 4.4.xxx ( usually 4.4.194) Will let you use internal nand You should spray on sd 0 Quote
Virgilio Junior Posted 3 hours ago Posted 3 hours ago I have an 8gb pendrive, I think I'll follow the process: Quote Installation (without SD card, board with NAND) If you are in the unfortunate case you can't use an SD card for installation and your board has a NAND chip, you still have an option to use the quick Multitool installation steps via USB. Obtain a copy of rkdeveloptool: a compiled binary is available in the official rockchip-linux rkbin github repository. Unplug the power cord from the tv box Plug an end of an USB Male-to-male cable into the OTG port (normally it is the lone USB port on the same side of the Ethernet, HDMI, analog AV connectors) while pressing the reset microbutton with a toothpick. You can find the reset microbutton in a hole in the back of the box, but sometimes it is hidden into the AV analog jack Plug the other end of the USB Male-to-male cable into an USB port of your computer If everyting went well, using lsusb you should see a device with ID 2207:320b Run sudo rkdeveloptool wl 0x4000 u-boot-main.img (download u-boot-main.img.xz , don't forget to decompress it!) Unplug the power cord Putting u-boot via rkdev and booting via pendrive is something I won't miss! 0 Quote
jock Posted 3 hours ago Author Posted 3 hours ago @Virgilio Junior you can use multitool, and use the "jump start" installation: you should be able to boot from sdcard and USB as well without doing the process by hand. Forget about the NAND, it causes troubles you would not deal with 1 Quote
Virgilio Junior Posted 1 hour ago Posted 1 hour ago 1 hour ago, jock said: irgilio Junior you can use multitool, and use the "jump start" installation: you should be able to boot from sdcard and USB as well without doing the process by hand. Forget about the NAND, it causes troubles you would not deal with Now I run MultiTool, select "Jump Start," and shut down the rk322x. I burn my Armbian .img to the USB stick with: sudo dd if=/root/Armbian_24.2.5_Rk322x-box_bookworm_current_6.6.22_minimal.img of=/dev/sdb conv=fsync bs=4M status=progress But when I turn on the power, the blue LED shows init (the same as with MultiTool), but the video doesn't appear again 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.