Emulating a RK3328 SoC ?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
crosssans
Member
Member
Posts: 39
Joined: Fri Mar 01, 2019 3:50 pm
Location: France

Re: Emulating a RK3328 SoC ?

Post by crosssans »

zaval wrote:you are wrong. the "pci" suffix there is to indicate, those devices are sitting on the PCI interface. what this "I don't think they are actually hooked up as PCI devices, but rather as devices that would be integrated to the system" mean, I honestly don't know. do you?
Sorry if this wasn't clear, but honestly I don't want to take more time trying to explain to you, literally pressuring people that aren't in the same direction as you - it's not the scope of this topic anyways. In addition, if you could stop acting contemptuous and arrogant towards others, that would be great too. People are tired of your behaviour against members of this forum, including me.
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: Emulating a RK3328 SoC ?

Post by PeterX »

crosssans wrote:People are tired of your behaviour against members of this forum, including me.
Yeah, I second that. Thanks that you are bold enough to say that. Actually I've added zaval to my "foe" list to avoid reading his postings.

Greetings
Peter
nexos
Member
Member
Posts: 1081
Joined: Tue Feb 18, 2020 3:29 pm
Libera.chat IRC: nexos

Re: Emulating a RK3328 SoC ?

Post by nexos »

This thread is not the place to discuss zaval and his trolling actions. I admit, I was rubbed the wrong way by his accusatory first post to Dayimo. He (sort of) made up to Dayimo, however. He has a lot of knowledge about UEFI and OSDev to offer. Anyway, if you want to go on about zaval, start a new thread.
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
User avatar
bloodline
Member
Member
Posts: 264
Joined: Tue Sep 15, 2020 8:07 am
Location: London, UK

Re: Emulating a RK3328 SoC ?

Post by bloodline »

nexos wrote:@zaval
The problem with running on real hardware is not that it's hard. It's that you get no debugging info at all on real hardware. If you triple fault, you don't have -d int, cpu_reset to save the day.
For me, using an emulator means I can work on my hobby OS project on my laptop when I find I have a free hour, wherever I happen to be.

I don’t get much time at my home office where I have various machines set up for testing, it’s anoying that Qemu doesn’t (yet) emulate the RaspberryPi’s graphics hardware :D
CuriOS: A single address space GUI based operating system built upon a fairly pure Microkernel/Nanokernel. Download latest bootable x86 Disk Image: https://github.com/h5n1xp/CuriOS/blob/main/disk.img.zip
Discord:https://discord.gg/zn2vV2Su
Post Reply