DieselDummy's CSO build - #1

Show off your completed Game Boy Zero, or post your build logs here!
User avatar
DieselDummy
Posts: 197
Joined: Tue Oct 24, 2017 12:20 pm
Location: Florida, USA
Has thanked: 80 times
Been thanked: 92 times

DieselDummy's CSO build - #1

Post by DieselDummy » Thu Nov 15, 2018 8:58 pm

Thought I'd share my first build. It's a Circuit Sword build from the first round of orders, so there's not much that hasn't been seen.

Black shell, clear blue buttons, two PSP1000 joysticks, my personal "BatteryCoverButtons" for shoulders/triggers, YaYas screen glass and optimization. HoolyHoos stormtrooper theme.

I did, however, overclock the cm3 pretty high and have DiddyKong Racing running flawlessly.

The game cartridge is a clear blue and I added a couple blue LEDs to illuminate with power on.

Also, made the holes for the CSO LEDs in front instead of on top. That placement seems to have adjusted the brightness to a more comfortable level for my taste.
Attachments
20181115_220916.jpg
20181115_220916.jpg (1.09 MiB) Viewed 11651 times
20181115_220848.jpg
20181115_220848.jpg (1.22 MiB) Viewed 11651 times
20181115_221212.jpg
20181115_221212.jpg (1007.86 KiB) Viewed 11651 times
Last edited by DieselDummy on Tue May 21, 2019 1:43 pm, edited 1 time in total.

User avatar
Hellweaver666
Posts: 62
Joined: Sun Aug 12, 2018 1:37 am
Has thanked: 16 times
Been thanked: 13 times

Re: My first CSO build

Post by Hellweaver666 » Fri Nov 16, 2018 1:09 am

Looks sweet - illuminated case modding seems to becoming a thing in the GBZ community this week.

Great job though, looks clean!

I'm interested to know, looking back. Is there anything you would have done differently?

User avatar
RxBrad
Posts: 278
Joined: Fri Jul 22, 2016 9:10 am
Has thanked: 125 times
Been thanked: 160 times
Contact:

Re: My first CSO build

Post by RxBrad » Fri Nov 16, 2018 7:05 am

I won't lie. That glowing cartridge looks cool as all heck.
Image
Image Image

User avatar
DieselDummy
Posts: 197
Joined: Tue Oct 24, 2017 12:20 pm
Location: Florida, USA
Has thanked: 80 times
Been thanked: 92 times

Re: My first CSO build

Post by DieselDummy » Fri Nov 16, 2018 10:36 am

Hellweaver666 wrote:
Fri Nov 16, 2018 1:09 am
I'm interested to know, looking back. Is there anything you would have done differently?
Only thing I would've done differently is make the time to finish this build sooner! I did have some unforseen circumstances, however, (newborn not sleeping for months) but that was out of my hands.
Kite did an amazing job with simplifying this build process and simultaneously maximizing it's potential. Amazing to say the least, but I know he doesn't need us to tell him that. :lol:

kite wrote:
Fri Nov 16, 2018 8:57 am
How far did you get the OC to go? :) it looks really good by the way!
I will have to check the numbers when I get home in order to specify accurately. But, if I remember correctly, I was trying to push it as far as the max for the Pi3B+ and I may have went a little further. Please don't quite me on that yet. I do remember being pleasantly surprised to see no kernel panics or freezing the entire time. I will update with exact OC numbers as soon a I can.

User avatar
DieselDummy
Posts: 197
Joined: Tue Oct 24, 2017 12:20 pm
Location: Florida, USA
Has thanked: 80 times
Been thanked: 92 times

Re: My first CSO build

Post by DieselDummy » Fri Nov 16, 2018 6:06 pm

kite wrote:
Fri Nov 16, 2018 8:57 am
How far did you get the OC to go?
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
total_mem=1024
arm_freq=1550
gpu_freq=500
core_freq=500
sdram_freq=500
sdram_schmoo=02000020
over_voltage=6
sdram_over_voltage=2
v3d_freq=525

thats what i got in my config, however, when i run command

Code: Select all

$ lscpu
the CPU max MHz is 1200,0000

hope that answers the question

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: My first CSO build

Post by kite » Sat Nov 17, 2018 2:49 am

DieselDummy wrote:
Fri Nov 16, 2018 6:06 pm
kite wrote:
Fri Nov 16, 2018 8:57 am
How far did you get the OC to go?
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
total_mem=1024
arm_freq=1550
gpu_freq=500
core_freq=500
sdram_freq=500
sdram_schmoo=02000020
over_voltage=6
sdram_over_voltage=2
v3d_freq=525

thats what i got in my config, however, when i run command

Code: Select all

$ lscpu
the CPU max MHz is 1200,0000

hope that answers the question
Maximum CPU frequency (e.g. when your CPU is under load)

Code: Select all

cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
Minimum CPU frequency (when your CPU is idle)

Code: Select all

cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
Current CPU frequency (it up/down clocks under load):

Code: Select all

cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
Also this in KHz:

Code: Select all

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
ALSO this code tells you for ALL the cores on the Pi3/CM3:

Code: Select all

find /sys/devices/system/cpu/cpu[0-3]/cpufreq/scaling_cur_freq -type f | xargs cat | sort | uniq -c
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

User avatar
DieselDummy
Posts: 197
Joined: Tue Oct 24, 2017 12:20 pm
Location: Florida, USA
Has thanked: 80 times
Been thanked: 92 times

Re: My first CSO build

Post by DieselDummy » Sat Nov 17, 2018 6:52 am

Screenshot_20181117-084341.png
Screenshot_20181117-084341.png (1.18 MiB) Viewed 11537 times
Cpu max...1200000
Cpu min... 600000
Cur freq... 1200000
Scaling... 600000
All cores... 4 1200000

Why do I feel like I'm not much help? :lol:
Was I reading that correctly, you wanted me to run those commands? I'm still very much in a noob when it comes to any kind of programming. But trying to learn. Is this even a significant difference in CPU capability? I have certainly noticed a huge difference in gameplay. Even GoldenEye is almost functioning normally on level 2

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: My first CSO build

Post by kite » Sat Nov 17, 2018 11:30 am

Well that's good to hear, it's funny that the numbers from those commands don't seem to match up with the settings, so, *shurg* :) if it works it works
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

User avatar
DieselDummy
Posts: 197
Joined: Tue Oct 24, 2017 12:20 pm
Location: Florida, USA
Has thanked: 80 times
Been thanked: 92 times

Re: My first CSO build

Post by DieselDummy » Sat Nov 17, 2018 12:37 pm

kite wrote:
Sat Nov 17, 2018 11:30 am
Well that's good to hear, it's funny that the numbers from those commands don't seem to match up with the settings, so, *shurg* :) if it works it works
I'm curious though, how can I measure under load accurately if I can't play the game and do those commands at the same time? Second question, what should those commands be reading if my config.txt is what I entered? Third question, do you have any recommendations to improve performance? (It is understood that I assume all responsibility for damage to the pi) Final question, could the pi be trying to protect itself somehow, or do my adjustments just make no sense?

User avatar
DieselDummy
Posts: 197
Joined: Tue Oct 24, 2017 12:20 pm
Location: Florida, USA
Has thanked: 80 times
Been thanked: 92 times

Re: My first CSO build

Post by DieselDummy » Sat Nov 17, 2018 12:49 pm

Also I wonder if something in YaYas optimization guide is having an effect on this as well....

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest