I wonder what is needed to bring HDMI to RK356x. I would glady throw some money/hardware at that effort. HDMI works good on RK3399.
Let me understand. You know for sure that HDMI does not work on RK356x or you never tested it ?
I wonder what is needed to bring HDMI to RK356x. I would glady throw some money/hardware at that effort. HDMI works good on RK3399.
Rockchip DRM will be an asset. Right now all you have is scfb driver for ARM X11 video. Rockchip DRM is like i915drm. It provides drivers to on chip vid accel functions.
So you can use what is built into chip for video driver. More than one video stream possible. Sizes to 4K etc....
These posts are related to EDK2 UEFI BIOS and not u-boot.
There is a EDK2 UEFI for Rock Zero 3W. It might work on Zero 3E I dunno.
HDMI does work with EDK2 UEFI
This is AMLogic based CPU and will not work.what do you suggest me more to buy between the Radxa ZERO 2 Pro
Not supported but could work. Depends what services you need.and the Radxa ZERO 3W
I can't answer that. 0% for both? I think you could try OpenBSD where they have RockchipDRM driver already. They are in a more advanced state on Rock boards.Where are the best chances that the HDMI works between the two ?
This is AMLogic based CPU and will not work.
Not supported but could work. Depends what services you need.
I can't answer that. 0% for both? I think you could try OpenBSD where they have RockchipDRM driver already. They are in a more advanced state on Rock boards.
Not me? Perhaps you mean a link to a post I provided where Soran posted his 14.2-STABLE work on eqos ethernet driver.I've immediately tried to boot the image that you gave me
I was looking at some really long/narrow HDMI screens for a dashboard and I as worried about resolutions supported by scfb.
Are your troubles on command line or X11?
loader.conf(5)Command line.
Have you tried telling loader what to use?
/boot/loader.conf
kern.vt.fb.default_mode="720x720"
I can provide instructions for building a custom FreeBSD port for zero3w u-boot if you want. That second best behind EDK2. Not that hard.
Using Armbian you delete the Linux Partition and you are left with u-boot on sd-card. Debian provides some flashable binaries.
This method is least desirable. They are looking for linux kernel so you can change the env and then saveenv.
=> 34 500006845 da1 GPT (238G)
34 32734 - free - (16M) ---> p1
32768 32768 1 ms-basic-data (16M) ---> p2
65536 614400 2 efi (300M) ---> p3
679936 499326943 3 efi (238G) ---> p4
=> 40 2097072 da2 GPT (119G) [CORRUPT]
40 24 - free - (12K)
64 16320 1 linux-data (8.0M) ---> p1
16384 16384 2 linux-data (8.0M) ---> p2
32768 98304 - free - (48M)
131072 65536 3 efi (32M) ---> p3
196608 1900504 4 freebsd-ufs (928M) ---> p4
dd if=/dev/da1p3 of=/dev/da2p3
gpart delete
to delete all partitions. You might want to mount ms-basic-data partition and scrape Zero3W DTB out before deleting everything.gpart delete -i1 /dev/da1
gpart delete -i2 /dev/da1
gpart delete -i3 /dev/da1
gpart add -t fat32 -s 50M -b 32768 da1
dd
syntax for u-boot in the bootsector. gpart show da0
=> 63 122142657 da0 MBR (58G)
63 32705 - free - (16M)
dd if=/dev/da0 of=uboot.img bs=512
dd if=/dev/zero of=/dev/da0...
=> 34 500006845 da2 GPT (238G)
34 32734 - free - (16M)
32768 32768 1 ms-basic-data (16M)
65536 614400 2 efi (300M)
679936 499326943 3 efi (238G)
marietto# gpart delete -i1 /dev/da2
da2p1 deleted
marietto# gpart delete -i2 /dev/da2
da2p2 deleted
marietto# gpart delete -i3 /dev/da2
da2p3 deleted
=> 34 500006845 da2 GPT (238G)
34 500006845 - free - (238G)
marietto# gpart add -t fat32 -s 50M -b 32768 da2
gpart: Invalid argument