LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 01-18-2022, 07:59 AM   #31
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Original Poster
Rep: Reputation: Disabled

NO CHANCE!!

It flies by far too fast on my 1.5GHz processor!

(I spent a couple of hours this morning rebooting & trying to stop it.)


I even booted FuguIta live on a PC, to see if I could alter /etc/boot.conf, but it must be coded in BSD.RD itself.
 
Old 01-18-2022, 12:07 PM   #32
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,366

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
The stuff flying by fast is the kernel in it's "What have we here?" phase, IME.

Even BSD should have /etc/inittab. If you look at the first script run, back it up, and then stick in 'echo' commands in all capitals followed by a 'sleep 5' command, the boot will keep pausing at your comments to let you see where it is. Then, if that's ok, just delete it and copy back the original. Try it.
 
Old 01-18-2022, 12:25 PM   #33
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Original Poster
Rep: Reputation: Disabled
BSD.RD is a combined kernel/initrd/distro installer, it isn't like Linux.

One could possibly extract it all, alter what's needed, then put it all back together again, but that would be a heck of a job, (& beyond my capabilities, I expect).

I expect they have only put it together for 'commercial interests' who probably will install it over a network; just a shame that a 'desktop user' can't install from their image.
 
Old 01-18-2022, 12:27 PM   #34
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Original Poster
Rep: Reputation: Disabled
As for NetBSD, I can never get it to connect to the internet, so that one's out too.

I guess I'll just have to keep using Devuan.
 
Old 01-19-2022, 06:17 PM   #35
TheTKS
Member
 
Registered: Sep 2017
Location: Ontario, Canada
Distribution: Slackware, X/ubuntu, OpenBSD, OpenWRT
Posts: 361

Rep: Reputation: 243Reputation: 243Reputation: 243
Quote:
Originally Posted by fatmac View Post
NO CHANCE!!

It flies by far too fast on my 1.5GHz processor!

(I spent a couple of hours this morning rebooting & trying to stop it.)
Quote:
Originally Posted by fatmac View Post
BSD.RD is a combined kernel/initrd/distro installer, it isn't like Linux.

One could possibly extract it all, alter what's needed, then put it all back together again, but that would be a heck of a job, (& beyond my capabilities, I expect).
I think you're getting close if you're seeing stuff fly by fast, but you shouldn't need to extract it all etc., and shouldn't need to stop anything. If it gets to the point of displaying the "boot>" prompt, it's supposed wait there for a few seconds (not many, I would guess 3-5 sec). That's the point that you type in
Code:
set tty fb0
(then ENTER) to continue sending your output to your HDMI monitor (don't hesitate - you really only have a few seconds before it keeps going.)

Did you get that far?

And as the instructions said, you only need to type in "set tty fb0" the first time, if you follow up with
Code:
echo "set tty fb0" >> /etc/boot.conf
after you first log in.

If you take a photo of what's on screen as it's flying by fast, preferably close to the last thing you see on screen, maybe I can compare to mine and see how far you've made it, and give you hints on what to do next, if you're interested.

Quote:
Originally Posted by fatmac View Post
I expect they have only put it together for 'commercial interests' who probably will install it over a network; just a shame that a 'desktop user' can't install from their image.
Not true that it's only for commercial interests. A desktop user can install it from their image, and I did - and I'm just a tinkerer, not a programmer or software developer (my day job has nothing to do with IT except as a consumer of it.)

I actually found U-boot took more getting used to in order to set it up correctly than did installing and running OpenBSD, since I've installed OpenBSD on x86_64 a few times but this was my first time with U-boot.

Posting from OpenBSD 7.0 Aarch on a Raspberry Pi 4 4GB, with only the following installed on top of the base install:
evince light
firefox-esr
iridium
lynx
nano
xfce-4.16
xfce-extras-4.16

OK, "only" might be a bit misleading, since xfce and xfce-extras is quite a bit.

TKS

Last edited by TheTKS; 01-19-2022 at 09:26 PM.
 
Old 01-20-2022, 04:25 AM   #36
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Original Poster
Rep: Reputation: Disabled
OK, thanks TKS, I do get to the boot> prompt, but I was just trying to enter those random letters, which didn't stop it - I'll give it a go just with the 'set' command.

(My 'extras' will be Fluxbox, Firefox, & at least mc with mpg123; but mplayer would be good too. )
 
1 members found this post helpful.
Old 01-20-2022, 05:45 AM   #37
TheTKS
Member
 
Registered: Sep 2017
Location: Ontario, Canada
Distribution: Slackware, X/ubuntu, OpenBSD, OpenWRT
Posts: 361

Rep: Reputation: 243Reputation: 243Reputation: 243
fatmac, good to hear. You are close.

I should clarify that you only have a few seconds to *start* typing at the boot> prompt.

Once you start typing, the countdown timer stops (don’t know for how long; maybe forever) and then it waits for your input and to hit enter.

You don’t need to type nonsense characters as that suggestion instructs. That was just a suggestion of one way to stop the timer. If you’re quick to type in the first “s” of the command “set tty fb0”, then you can take your time typing the rest of it.

TKS

Last edited by TheTKS; 01-20-2022 at 05:48 AM.
 
Old 01-20-2022, 05:53 AM   #38
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Original Poster
Rep: Reputation: Disabled
Still no luck - even with my fingers on the keys ready to press!

It just won't pause for me!

This is OpenBSD 7.0, maybe something has changed since your installation(?).

I've been trying from both pendrive & SD card, but it just continues to boot to the serial console.

(There's less than half a second before it continues, maybe less.)


I think I'll just have to write this off as a no go, but thanks for trying to help, appreciated.

Last edited by fatmac; 01-20-2022 at 06:00 AM.
 
Old 01-20-2022, 12:26 PM   #39
TheTKS
Member
 
Registered: Sep 2017
Location: Ontario, Canada
Distribution: Slackware, X/ubuntu, OpenBSD, OpenWRT
Posts: 361

Rep: Reputation: 243Reputation: 243Reputation: 243
Odd that you don’t get the full pause at the boot> prompt. Too bad since you’re so close, but I’m out of suggestions.

Nothing to do with 7.0, as that’s what I’m running now.

Enjoy Devuan on your RPi, and if you get the urge to try OpenBSD again (7.1 is coming in April ;-) ), let us know how it goes.

You could try over on http://daemonforums.org/ if you’re interested in taking another shot at it some time, although I don’t think there are many people running a BSD on ARM over there.

TKS

Last edited by TheTKS; 01-20-2022 at 12:43 PM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PC BSD, Open BSD, or Free BSD ? Alexvader *BSD 5 02-08-2010 12:40 AM
Phục hồi dữ liệu bị mất???, cứ pollsite General 1 06-27-2005 12:39 PM
Gotta love those ٱٱٱٱٱٱٱ&# iLLuSionZ Linux - General 5 11-18-2003 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 04:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration