Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Raspberry 3

Last updated on 4 hours ago
B
BohunMember
Posted 10 days ago
T
tom1000Newbie
Posted 10 days ago

amigamia wrote:

@amigamia - Is there a specific sequence to get the network running over Wi-Fi? I keep getting issues. I managed to make it work 2 out of 10 times and when I reboot, I have to fiddle with the Wireless manager and network configs.

Here is my process:

1. I change the net0 interface driver to bwfm.device
2. I add my access point ID + Pass phrase and WPA
3. Wireless manager comes up sometimes after step 1 and other times after step 2
4. After step 2, if I re-enter the same pass phrase for the correct access point ID, I get an IP and I can ping google.com
5. If I reboot, I am back to no IP address via DHCP
6. if manage to bring up the wireless manager and then set "start network on reboot" it won't save and it gives an error.
7. Also why does Wireless manager not have a close option? When I am good to go, this thing just floats on the screen and can't get rid of i unless I reboot.


Is there a simpler way to setting up Wi-Fi on AROS? I recount the same but to a lesser extent on AROS on Intel.

It's a frustrating experience that no one should go through and honestly a deterrant to new users.


Similar experience - but after 2 days I think I have perfected it for my network. (The settings do not seem to save however).

1. Go to "Wireless" panel first and put in my Network name, "WPA" and password
2. "Edit" the net0 interface
2a. change the driver to bwfm.device
2.b set IPV4 to "DHCP"
2.c set IPV6 to "DHCP"
2.d set net0 to "DHCP"
2e. set Primary DNS to 10.0.0.1 and Secondary DNS to 10.0.0.1 (for my network)
3. Press "Save"

This seems to start AROSTCP, the Wireless Manager and the DHCP client.

In a console/terminal type "status" to see if it is running. The following should be running.

- AROSTCP
- WirelessManager
- AROSTCP DHCP Client

But even after all of this, the Wireless manager may not be authenticating with the access point. I've found starting a second WirelessManager so I can see "stdout" in a terminal gives me a log of what the wireless manager is going (it is wpa_supplicant under there)


run wirelessmanager device=bwfm.device
Edited by tom1000 on 31-08-2026 13:10, 10 days ago
B
BohunMember
Posted 10 days ago
I've updated my entry, if you'd like to add yours, please do so:
I managed to establish a DHCP connection. I configured IPV4 for DHCP and IPV6 for DHCP, and the connection worked. Unfortunately, the settings aren't saving correctly, and I have to reconfigure the connection after a reboot. Sometimes everything disappears from the network settings—sometimes just the access point settings, sometimes just the network card settings. This happens regardless of whether I check the "Start network on boot" checkbox or uncheck it.

In summary: When a connection is successfully established (both DHCP and manual), it works until the machine is restarted. The problem is related to incorrect network settings being saved.

https://github.com/aros-development-team/AROS/issues/1104
B
BohunMember
Posted 10 days ago
To avoid just talking about problems, I'll write about what made me happy today. Recently, I had a major problem with my Pi-Top. After starting the computer, it wouldn't respond to the touchpad. Out of 10 starts, one was fine. Today's Nightly update solved the problem; out of 10 starts, I've had 10 successful starts. The Pi-Top's touchpad seems to be working properly.

I do have a problem with flash drives, though. None of them work.
D
deadwoodAROS Dev
Posted 10 days ago
B
BohunMember
Posted 10 days ago

Quote

Recheck when this PR gets merged: https://github.co.../pull/1102


Yes, it could be the same thing
M
miker1264Software Dev
Posted 2 days ago
For AROS Pi is there a guide for setting up a cross compiler for AROS on Raspberry Pi? I'd like to compile some software for my Pi.
B
BohunMember
Posted 1 day ago
On which system do you want to install the compiler?

https://arosworld...ad_id=2038
Edited by Bohun on 09-09-2026 00:16, 1 day ago
D
deadwoodAROS Dev
Posted 1 day ago
B
BohunMember
Posted 1 day ago
In my experience, it’s a good idea to use AI assistance when setting up a cross-compilation environment. I had been getting really frustrated because the whole process feels a bit like trial and error, and I basically needed help at every other step. Having a helpful assistant ready in my browser made the process manageable, and I now have two toolchains—one for RPi and one for x86_64. If you also decide to install opencode, compiling for your chosen platform becomes straightforward as well.
M
miker1264Software Dev
Posted 1 day ago
The compiler is for Ubuntu 24.04

I will probably need to delete my sources for x86-64 ABIv11 and try again also. I messed it up. I'll install Raspberry Pi Build at the same time.
Edited by miker1264 on 09-09-2026 02:11, 1 day ago
M
miker1264Software Dev
Posted 22 hours ago

Bohun wrote:

@Bohun - In my experience, it’s a good idea to use AI assistance when setting up a cross-compilation environment. I had been getting really frustrated because the whole process feels a bit like trial and error, and I basically needed help at every other step. Having a helpful assistant ready in my browser made the process manageable, and I now have two toolchains—one for RPi and one for x86_64. If you also decide to install opencode, compiling for your chosen platform becomes straightforward as well.


I agree with you 100% It does feel like trial and error, mostly error for me when string up a build system. I try to make good notes but I always miss something that seems crucial.

I'm more accustomed to SVN not Git. Git commands seem like Linux commands, difficult for me. AI is very helpful when doing programming research but I haven't used it as an AI Assistant. Any help is welcome! Where's the user guide "Git for Dummies"? I need that one!

Programming and compiling for Amiga seems so much easier. The Build Tools don't change and the hardware set is limited. Hopefully, programming for Raspberry Pi will be the same, limited hardware.

I'd like to compile my icon tools and other graphics programs for Raspberry Pi. And I have many new Window Themes to try and I can make many more, dare I say without starting a riot!? LOL

My Amiga 1200 uses Pi 3B so I made the switch to Raspberry Pi a while ago! Maybe instead of AfA OS we could have AROS Pi for Amiga?
Edited by miker1264 on 09-09-2026 13:18, 17 hours ago
B
BohunMember
Posted 16 hours ago
It would be great if you ported your programs to the Raspberry Pi. The issues you're having with setting up the toolchain might stem from rapid changes in the repository or temporary missing components.
You didn't specify exactly what hardware you're using. Please provide as much detail as possible and describe exactly where you got stuck—maybe we can find a way to help.
I faced a really difficult situation myself because I work on a Mac; I had to install Docker to run Linux, which hosts the toolchain and compiler. On top of that, I used QEMU with an AROS image for the RPi—an image I didn't compile myself but downloaded from the Nightly builds.
What is your native OS? Is it x86 Linux or something else?
M
miker1264Software Dev
Posted 15 hours ago
@Bohun

I realized after I posted my response that my newest development PC with VMWare running Ubuntu and AROS One is running low on disk space so I can only run one cross compiler until I upgrade my m.2 SSD. It's a Dell Inspiron SFF computer. It has 16GB Memory so it can safely share 4GB of memory with the VM.

I'm currently running x86-64 ABIv11 in VMWare but it has a problem so I have to delete my sources & rebuild.

I just purchased a Raspberry Pi 400 and I'd really like to compile some software for it for testing. But I'll have to wait till I get a bigger SSD next week. Untill then I can use the Nightlies. Does AROS Pi have developer tools such as GCC in the shell?

I was reading the instructions that deadwood linked to previously. Since you've setup the compiler I assume, do you use Qemu like AROS Bootstrap to test your compilation? Second, can I use Balena Etcher to burn the SD card.img to a micro SD? I assume 32G is big enough?

It's nice to see Amelinium Browser is compiled for AROS Pi. Does the USB and Wifi work on the current build for Raspberry Pi. Do you setup wifi for Pi with the wifi manager?

Sorry, so many questions. :-)
Edited by miker1264 on 09-09-2026 15:42, 15 hours ago
B
BohunMember
Posted 14 hours ago
I use QEMU for the automated tests performed by Opencode, though I also verify things myself on a Raspberry Pi.
You don't need to use BalenaEtcher, as the Raspberry Pi supports FAT-formatted cards. Simply extract the Nightly archive and copy the files to a microSD card, and the Pi will boot up. I use a 32GB card, but 16GB or even 8GB would suffice.
Wi-Fi works, but I’m currently having trouble with USB (it doesn't detect the flash drive). I use the network preferences but without selecting automatic startup; the utility is buggy, so you have to start the network manually by opening the preferences and clicking "Use," or by adding the network startup commands to the User-startup file.

execute sys:system/network/arostcp/s/startnet
run wirelessmanager device=bwfm.device >nil:
J
Jeff1138Member
Posted 4 hours ago
Hi,

The nightlies did not have GCC included yet but I have not checked recently.

Is the SSD for the Pi400 or for your other systems?
https://en.wikibo...Pi_support

Wifi and Lan appear to work on the Pi400 but detail retention is still an issue for some

Is anyone else finding that after setup wifi and saving, WirelessManager appears on the desktop but the cursor does not move?
Edited by Jeff1138 on 10-09-2026 03:08, 3 hours ago
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.