I just finished my upgrade on my Raspberry Pi B+ and it seems to be an awesome improvement. The boot process is quicker (and has no warnings or errors) and dhcpcd appears to be simplified allowing for an simpler static IP configuration.
The only downside appears to be that 5 of the required packages for dcgmail are not installed by default, but the dcgmail script downloads them anyways, so it is ultimately not an issue.
DreamPi 1.7 Released!
- thecodygriffin
- undertow
- Posts: 31
- Dreamcast Games you play Online: 4x4 Evolution, Sega Swirl, Quake III Arena, World Series Baseball 2K2
- mistamontiel
- Shark Patrol
- Posts: 2090
- Dreamcast Games you play Online: Errythan except Tetris o.0
- Location: Miami, FL, CUBA
- Contact:
Re: DreamPi 1.7 Released!
You mean just hit Write again in Win32DiskImager selecting v1.7 and the old version will poof?pcwzrd13 wrote:Just overwrite the drive labeled "boot".
Been using Windows formatter too, guess I should not
- DR TEAMCAST
- Uber
- Posts: 1025
- Dreamcast Games you play Online: All
- Location: New Jersey
- Contact:
Re: DreamPi 1.7 Released!
my question still standsDR TEAMCAST wrote:does the baud rate detection make the 56k connection faster?
does the minimal OS make boot times faster? if so, how much faster?
Forum for Dreamcast and Saturn browsers http://bb.dreampipe.net
Media, News, Events and more for your Sega Dreamcast internet browser at http://dreampipe.net
-
- noob
- Posts: 1
- Dreamcast Games you play Online: PSO
Re: DreamPi 1.7 Released!
When i purchased my dreamPi last year it was already configured. So I'm going to attempt the upgrade on my own. I'm using OSX 10.12.6 and I downloaded the zip. Is there a way I can update from the dreamPi itself or do i have to update as if I was installing from scratch? If its from scratch...is there something i can just copy over and install into the dream pi or do i have to go through all the sudo codes thats in the tutorial?
- pcwzrd13
- Seen Any Sailors?
- Posts: 7238
- Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
- Location: USA
- Contact:
Re: DreamPi 1.7 Released!
You have to overwrite the SD card with the new image. You need to do this using a computer and an SD card reader. There are instructions on how to do that with a Mac here.mistasyn wrote:When i purchased my dreamPi last year it was already configured. So I'm going to attempt the upgrade on my own. I'm using OSX 10.12.6 and I downloaded the zip. Is there a way I can update from the dreamPi itself or do i have to update as if I was installing from scratch?
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
- pcwzrd13
- Seen Any Sailors?
- Posts: 7238
- Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
- Location: USA
- Contact:
Re: DreamPi 1.7 Released!
NOTICE: We've identified a bug with 1.7 that prevents it from starting up about 50% of the time. There will be an updated image released to fix this but in the meantime, you can try fixing it manually by following the instructions below.
1. Plug the Pi into a TV or monitor, plug in a USB keyboard, and then power it up.
2. Log into the Pi (Username pi, Password raspberry).
3. Type cd ~/dreampi && git reset HEAD --hard && git pull -r and hit Enter.
4. Reboot the Pi.
Manual fix (Start with steps 1 & 2 above):
1. Type sudo pico /dreampi/dreampi.py and hit Enter.
2. Scroll down and find the line that says "def detect_device_and_speed(): MAX_SPEED = 57600" (it should be shortly after the green text starts).
3. Make a new line below it and add the following:
return ("ttyACM0", MAX_SPEED)
4. Press Ctrl + X, then Y when it asks if you want to save, and then Enter to save and close.
5. Reboot the Pi.
1. Plug the Pi into a TV or monitor, plug in a USB keyboard, and then power it up.
2. Log into the Pi (Username pi, Password raspberry).
3. Type cd ~/dreampi && git reset HEAD --hard && git pull -r and hit Enter.
4. Reboot the Pi.
Manual fix (Start with steps 1 & 2 above):
1. Type sudo pico /dreampi/dreampi.py and hit Enter.
2. Scroll down and find the line that says "def detect_device_and_speed(): MAX_SPEED = 57600" (it should be shortly after the green text starts).
3. Make a new line below it and add the following:
return ("ttyACM0", MAX_SPEED)
4. Press Ctrl + X, then Y when it asks if you want to save, and then Enter to save and close.
5. Reboot the Pi.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
-
- Developer
- Posts: 264
- Dreamcast Games you play Online: Lots!
Re: DreamPi 1.7 Released!
Sorry. In answer to your questions:DR TEAMCAST wrote:my question still standsDR TEAMCAST wrote:does the baud rate detection make the 56k connection faster?
does the minimal OS make boot times faster? if so, how much faster?
Possibly, it will try to detect the speed but cap it at 56k whereas before it capped at 33.6. We're still working out if that's introduced this random bug, but after more testing I don't think it has, something else is going on.
The boot time should be faster, I don't know how much faster though.
- pcwzrd13
- Seen Any Sailors?
- Posts: 7238
- Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
- Location: USA
- Contact:
Re: DreamPi 1.7 Released!
The bug in 1.7 has been fixed (Thanks Shu!) ! I've updated the instructions above with the fix if you want to try and apply the fix manually. Kazade is going to try and upload a new image this weekend as well if you prefer to wait.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
- Shuouma
- Developer
- Posts: 406
Re: DreamPi 1.7 Released!
Np, really strange issueThe bug in 1.7 has been fixed (Thanks Shu!) ! I've updated the instructions above with the fix if you want to try and apply the fix manually. Kazade is going to try and upload a new image this weekend as well if you prefer to wait.
-
- noob
- Posts: 2
- Dreamcast Games you play Online: Quake 3 Arena, PSO
Re: DreamPi 1.7 Released!
I have tried applying the fix detailed in pcwzrd13's post but still having trouble connecting to Sylverant's PSO server.
Using IVES boot disk, like I always did on 1.6 and it freezes right after it says it's connected, and the lobby starts to load in. I never actually get any ship menu, etc.
I tried using the web browser and that seems to work fine, I have not tested any other online games, however.
Is anyone else having this issue? Both modem lights are lit up.
EDIT: I actually ended up testing this while doing some light troubleshooting with Shuouma (thank you!).
I put the dreamcast's ip in the DMZ and fired up PSO and it worked -
Dreamcast ip is 192.168.0.98 (not sure if it's the same on everyone's pi or not).
So this is resolved for me.
Thanks to BlueCrab and Shuouma for their patience in troubleshooting this with me!
Using IVES boot disk, like I always did on 1.6 and it freezes right after it says it's connected, and the lobby starts to load in. I never actually get any ship menu, etc.
I tried using the web browser and that seems to work fine, I have not tested any other online games, however.
Is anyone else having this issue? Both modem lights are lit up.
EDIT: I actually ended up testing this while doing some light troubleshooting with Shuouma (thank you!).
I put the dreamcast's ip in the DMZ and fired up PSO and it worked -
Dreamcast ip is 192.168.0.98 (not sure if it's the same on everyone's pi or not).
So this is resolved for me.
Thanks to BlueCrab and Shuouma for their patience in troubleshooting this with me!
Last edited by itsbranden on Sun Jul 29, 2018 3:40 pm, edited 1 time in total.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 30 Replies
- 29816 Views
-
Last post by Konsolkongen
-
- 4 Replies
- 4707 Views
-
Last post by kazade
-
- 97 Replies
- 98748 Views
-
Last post by JomSpoons
-
- 10 Replies
- 11425 Views
-
Last post by beanboy
-
- 6 Replies
- 11440 Views
-
Last post by spellcaster