-
Posts
617 -
Joined
-
Last visited
Everything posted by Hqnicolas
-
@ning can you please provide here the DTS | DTB | product name | photo from this device?
-
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
did you test v0.7 v0.9 v1.0 or custom build? send a picture from the board of your box sometimes the factory changes board and pinout Need to be something like this. https://forum.armbian.com/uploads/monthly_2023_07/114.thumb.jpg.43ae8bbca4209c02c38c0db29e30c28e.jpg https://forum.armbian.com/uploads/monthly_2023_07/h96maxF.jpg.1046202b427bb0797a20a2e6e5f6a2f9.jpg -
Broadcom VideoCore VII GPU Pi 5 launch day saw 3 patches for the V3D kernel driver to enable the Raspberry Pi 5 support. These changes by Igalia amount to just around 200 lines of changed code for enabling the kernel driver support. Linux 6.1-derived kernel and Mesa 23.2-rc3 with the extra patches for driver support. The V3D DRM kernel driver changes will be picked-up for the Linux 6.7 cycle but that stable kernel release won't appear until early 2024.
-
Efforts to develop firmware for Vontar KK Max 8gb/128gb"
Hqnicolas replied to gersones's topic in Rockchip CPU Boxes
Use a Linux Ubuntu 22.04 to build And Windows 10 machine to burn images Follow this instructions And to build a mainline image. Follow this instructions Since i don't have this machine, I can't. -
wow, that was fast.... did HDMi works?
-
I'm using H96 Max on Armbian since 2022. and, Because the android Chinese images from factory was infected I can't recomend my device to run Factory original images. but you can aways build your own cyanogen or other alternatives like LineageOS. that's not the case for Orange Pi 4 LTS you aways can trust the OrangePi factory to build your OS. and Video rendering on mali GPU will aways works better on Android. for Linux GPU Application on AARCH64 This is what i'm talking about
-
# if the USB has Mipi CSi, let it disable forever dont touch it anymore. status = "disabled"; mipi CSI usb is linked to the GPU and get disabled when you build server images. and you will enable it when you use desktop images.
-
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
what to spect from this comands? if you try to use Debian 12 or Ubuntu 22.04: Troubleshot: the last comand deleted all the redis service folder, you will need to make this folder again! Troubleshot: Create the redis folder again sudo mkdir -p /var/log/redis/ && sudo touch /var/log/redis/redis-server.log && sudo chown redis:redis /var/log/redis/redis-server.log Troubleshot: now you can start redis again systemctl start redis Troubleshot: Install Whiptail sudo apt-get install whiptail Troubleshot: reboot sudo reboot now You can try to reset this by deleting the file: sudo rm /home/admin/provision.flag and restart the bootstrap process: sudo systemctl restart bootstrap raspiblitz Other files used to record the state (so can be deleted to restart the setup process) are: sudo rm /home/admin/raspiblitz.info sudo rm /mnt/hdd/raspiblitz.conf Follow the raspiblitz tutorial. -
Whatching 🍿🤓
-
😯🥲 Lpddr4 starts DMC with 324mhz Keep it on 528mhz until you kennel stabilize. After kernel stable, test 1066mhz
-
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
✔️ Temperature display works on docker management https://casaos.io/ VFD display isn't needed, It's a GPIO function from android with an custom app runing the GPIO. 😰include this board on armbian standart is BIG Work. @hzdm You will need to compare our DTS file with the StationM2 file, and create a H96MAXv56.DTS easy to describe, hard to work around. It's enough work for a team because you will need to take into account the files included in DTSi and DTS are fitted in a cascade, you will need to understand the kernel 6.2 DTS and 6.4 DTS modifications -
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@Sunil sankar @Kenneth Hidalgo @wootje @beiqidai @maka @SteeMan @paradigman The 8gb device arrived! Since my images was build on 4gb device. it doesnt works more than a single boot on 8gb device. 😅 on installation, armbian expands the EFI disk to a Linux disk. So, today i have generated a fix to v1.0 images work on 8gb devices. First Boot Comand: fdisk /dev/mmcblk1 t 4 1 w What you will see on screen if you do the First Boot Comand: fdisk Welcome to fdisk (util-linux 2.37.2). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. This disk is currently in use - repartitioning is probably a bad idea. It's recommended to umount all file systems, and swapoff all swap partitions on this disk. Command (m for help): t Partition number (1-4, default 4): 4 Partition type or alias (type L to list all): 1 Changed type of partition 'Linux filesystem' to 'EFI System'. Command (m for help): w The partition table has been altered. Syncing disks. Now if you reboot the 8gb device, it will find the linux partition without problem. -
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
@blust0ne don't use my images for safety reasons, Please to sensitive content, compile your own SD-card image from the armbian repo. if you have any doubts about the image creation process please ask. Like I said, create 2 partitions on your drive, fdisk /dev/mmcblk1 N default default (lower this value to match the size of your root image) T 1 W drop the content of your Armbian v0.5 SD card on it, (same as v0.7 tutorial) in the first partition, drop the boot folder content to the root of the drive. Drop on rootfs.img just the files from root of SD image (files without folder), Drop the 2 files that you create and compile it from @hzdm tutorial. And create a image with DD like the v0.7 tutorial. That's your rootfs.img sudo dd if=/dev/mmcblk1p1 of=~/root.img bs=4096 status=progress -
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Thank you for the feedback. This is board difference, factory change components without documentation. The new images work here, but the @hzdm don't -
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Feel free to share to the community your experiences with 7seg GPIO on H96 MAX. it can be used to other things like digital output to automation! -
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Next Step to the H96 MAX v56: Using Rockchip SoCs NPU. Drivers: https://github.com/rockchip-linux/rknpu2 User Guide: https://github.com/rockchip-linux/rknpu2/blob/master/doc/Rockchip_RKNPU_User_Guide_RKNN_API_V1.4.0_EN.pdf OpenCV: https://opencv.org/blog/2022/11/29/working-with-neural-processing-units-npus-using-opencv/ A discussion on Reddit: https://www.reddit.com/r/OrangePI/comments/12b3jmj/accessing_the_npu_on_the_orange_pi/ Transformers models: https://github.com/usefulsensors/useful-transformers Usage: https://www.crowdsupply.com/useful-sensors/ai-in-a-box/ Usage: https://youtu.be/pN8mKZ5wpdQ -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Next Step to the H96 MAX v56: @thc013 what did you think about using Rockchip SoCs NPU? Drivers: https://github.com/rockchip-linux/rknpu2 User Guide: https://github.com/rockchip-linux/rknpu2/blob/master/doc/Rockchip_RKNPU_User_Guide_RKNN_API_V1.4.0_EN.pdf OpenCV: https://opencv.org/blog/2022/11/29/working-with-neural-processing-units-npus-using-opencv/ A discussion on Reddit: https://www.reddit.com/r/OrangePI/comments/12b3jmj/accessing_the_npu_on_the_orange_pi/ Transformers models: https://github.com/usefulsensors/useful-transformers Usage: https://www.crowdsupply.com/useful-sensors/ai-in-a-box/ Usage: https://youtu.be/pN8mKZ5wpdQ -
The Reality is: polity block it today, pirates path it tomorrow, life goes on. Pirate guis looks like Hydra Heads. the fact that there are so many android devices being sold to watch Streaming Bullshit. if this devices were used correctly it could be more useful like web browsing or learning W3s. I did my homework Edit: Seized devices were sent to public schools in the interior of the Brazilian desert Edit: It seems that millions of devices have already been made
-
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
Just remember that my device is 4gb 32gb I don't test 8gb 64gb images until my device arrive from China The v0.8 version was build from 64gb @hzdm and v0.9 ported it to 32gb and 64gb -
Efforts to develop firmware for H96 MAX V56 RK3566 4G/32G
Hqnicolas replied to Hqnicolas's topic in Rockchip CPU Boxes
I don't have time to test the dtb from server on desktop after flash. If it works, please let me know. That was happens here because the USB2.0 use the same ports from display. If display don't start from kennel, the USB2.0 hangs the system. To know the files position, Take the hzdm bootfs and mount it to see what's inside. Don't use his files, just the position.