Install on Wireless Space 2

Re: Install on Wireless Space 2

Postby mathlab89 » Sat Jan 03, 2026 9:34 pm

I guess you meant "ls" :)

root@fvdw-sta-kirkwood:/ # ls /sda7
bin boot dev etc linuxrc mail opt root share usr
bin_cab clunc direct-usb lib lost+found nowhere proc sbin sys var
mathlab89
Donator VIP
Donator VIP
 
Posts: 9
Joined: Tue Dec 30, 2025 4:38 pm

Re: Install on Wireless Space 2

Postby fvdw » Sat Jan 03, 2026 9:43 pm

oops you are right, I worked last days on dos commands :twak .
Seems firmware is installed but the device did not bootbthe firmware as boot.log is missing.
Then the logical explanations are:
1. The kernel included in 18-3 has a problem with the wireless space
2. You made an error in the command to open the backdoor.

For point 1 I can check if 18-3 works on wsp2, I have one somewhere. Will try to do that tomorrow.
For point 2 you can check in uboot terminal if the bootcmd parameter has been set correcly by using the printenv command
fvdw
Site Admin - expert
 
Posts: 13488
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Install on Wireless Space 2

Postby mathlab89 » Sat Jan 03, 2026 9:50 pm

No worries I understand :)

here is the bootcmd param :

Code: Select all
printenv bootcmd
printenv bootcmd
bootcmd=disk 0x800000 0:6 ; setenv bootargs console=ttyS0,115200 root=/dev/sda7 ; bootm 0x800000;
Marvell>>


Thanks for checking.
If this is an issue with firmware 18-3 maybe there is a previous version working?
mathlab89
Donator VIP
Donator VIP
 
Posts: 9
Joined: Tue Dec 30, 2025 4:38 pm

Re: Install on Wireless Space 2

Postby fvdw » Sun Jan 04, 2026 2:01 pm

seems the kernel that comes with 18-3 does not run on wsp2. I have no time on the moment to recompile the kernel.
You can use the attached 4.6.6 kernel and modules instead.
(unpack the zip file)
To install it load the standalone kernel and give these commands, change 192.168.1.111 by actual ip of your pc running the console.
Code: Select all
tftp -r UIMAGE-466-KIRKWOOD-45 -l UIMAGE-466-KIRKWOOD-45 -g 192.168.1.111
tftp -r modules-466-45.tar -l modules-466-45.tar -g 192.168.1.111
dd if=/UIMAGE-466-KIRKWOOD-45 of=/dev/sda6
mkdir /sda7
mount /dev/sda7 /sda7
mkdir/sda7/lib/modules/4.6.6
cp modules-466-45.tar /sda7/lib/modules/4.6.6/
cd /sda7/lib/modules/4.6.6
tar -xvf modules-466-45.tar
cd /


You also might need to adapt bootcmd using uboot terminal to add an ide reset to let the bootloader detect the disk
Code: Select all
setenv LaBackdoor yes
setenv bootcmd 'ide reset; disk 0x800000 0:6 ; setenv bootargs console=ttyS0,115200 root=/dev/sda7 ro ; bootm 0x800000;'
saveenv
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13488
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Install on Wireless Space 2

Postby mathlab89 » Sun Jan 04, 2026 3:55 pm

You are a genuis, it worked directly :)

Thank you so much. I would like to donate to thank you for the great help you provided. With this version will I be able to download addons?
mathlab89
Donator VIP
Donator VIP
 
Posts: 9
Joined: Tue Dec 30, 2025 4:38 pm

Re: Install on Wireless Space 2

Postby fvdw » Sun Jan 04, 2026 4:01 pm

Thank you for compliment and yes with this version you can download addons after befoming a donator ;)

ps the only difference is that you now use a different kernel but this kernel is capable to run the firmware.
If a new version comes out with same kernel as in 18-3 then again the 4.6.6 kernel needs to be installed on a wsp2 until the kernel bug is solved.
fvdw
Site Admin - expert
 
Posts: 13488
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Install on Wireless Space 2

Postby mathlab89 » Sun Jan 04, 2026 4:05 pm

I struggled for 2 days, trying to install it, even if it was not compatible you spent some time to resolve it. I really appreciate it! Thanks again. I have already donated, ID is 60K14397XB7206914
mathlab89
Donator VIP
Donator VIP
 
Posts: 9
Joined: Tue Dec 30, 2025 4:38 pm

Previous

Return to Development

Who is online

Users browsing this forum: No registered users and 4 guests