- Forum
- RIO I/O Expansion Card and Navigation Computer
- Linux Installation & Programming
- rio_board_install crashes Raspbian on reboot
rio_board_install crashes Raspbian on reboot
- tony@g-eye.com
- Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
9 years 2 months ago #29529054
by tony@g-eye.com
rio_board_install crashes Raspbian on reboot was created by tony@g-eye.com
I need to install Raspbian Linux from the Raspberry Pi Foundation's NOOBS on to my Raspberry Pi with the RIO-IO stack-on board in order to use the math algorisms available in Mathematica (which is now included with Raspbian). The Raspberry Pi (Raspi) runs well with the Raspbian Linux and the Rio board stacked on.
Following the instructions on pg 11 of the Rio Board manual to load the rio_board_install.sh, in order to link the functionality of Raspi and Rio, every thing seems to install without a problem until the automatic reboot caused by the install script. Shortly after the automatic reboot procedure the system stops and can not be recovered. The SD card is then corrupted and needs to be reformatted (using SDFormatter) before the NOOBS can be again reinstalled. I have tried this with several SD cards of different makes and sizes (and with and without system updates).
After the reboot, A little past the list of partitions, the following errors are encountered (among others):
"No file system could mount root, tried: ext4"
"Kernel panic - syncing: VFS: unable to mount root fs on unknown-block (179.2)"
The result is irrevocable damage to the Raspi file system on the SD card that makes it useless and inoperable.
I understand that other Linux flavors will work with the Rio board but they do not contain Mathematia. Since Raspbian is the recommended OS for Raspi someone must have a solution to this problem. Thanks for any help.
Following the instructions on pg 11 of the Rio Board manual to load the rio_board_install.sh, in order to link the functionality of Raspi and Rio, every thing seems to install without a problem until the automatic reboot caused by the install script. Shortly after the automatic reboot procedure the system stops and can not be recovered. The SD card is then corrupted and needs to be reformatted (using SDFormatter) before the NOOBS can be again reinstalled. I have tried this with several SD cards of different makes and sizes (and with and without system updates).
After the reboot, A little past the list of partitions, the following errors are encountered (among others):
"No file system could mount root, tried: ext4"
"Kernel panic - syncing: VFS: unable to mount root fs on unknown-block (179.2)"
The result is irrevocable damage to the Raspi file system on the SD card that makes it useless and inoperable.
I understand that other Linux flavors will work with the Rio board but they do not contain Mathematia. Since Raspbian is the recommended OS for Raspi someone must have a solution to this problem. Thanks for any help.
Please Log in or Create an account to join the conversation.
9 years 2 months ago #29529061
by Maxime
Replied by Maxime on topic rio_board_install crashes Raspbian on reboot
Did you find a solution ?
I have the same problem .
Thank you.
I have the same problem .
Thank you.
Please Log in or Create an account to join the conversation.
- tony@g-eye.com
- Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
9 years 2 months ago #29529062
by tony@g-eye.com
Replied by tony@g-eye.com on topic rio_board_install crashes Raspbian on reboot
Sorry, I have not found a solution.
Please Log in or Create an account to join the conversation.
9 years 2 months ago #29529063
by Maxime
Replied by Maxime on topic rio_board_install crashes Raspbian on reboot
Thank you,
If I find something, I will asked you.
If I find something, I will asked you.
Please Log in or Create an account to join the conversation.
- Griffin Baker
9 years 2 months ago #29529064
by Griffin Baker
Replied by Griffin Baker on topic rio_board_install crashes Raspbian on reboot
As a work around to the noobs raspbian installation, try using the Wheezy-Raspbain install(Debian build).
www.raspberrypi.org/downloads/
I have not tried this, but there are some customers who have and said that this installation worked. Therefore I also don't know what the differences are between the noobs build and the Wheezy Debian build.
We would like to know which build is the preferred from our customers, but know that we can't please everyone; however, we will try our best to do so.
www.raspberrypi.org/downloads/
I have not tried this, but there are some customers who have and said that this installation worked. Therefore I also don't know what the differences are between the noobs build and the Wheezy Debian build.
We would like to know which build is the preferred from our customers, but know that we can't please everyone; however, we will try our best to do so.
Please Log in or Create an account to join the conversation.
9 years 2 months ago #29529069
by Maxime
Replied by Maxime on topic rio_board_install crashes Raspbian on reboot
thank you, it works fine now !!!
Please Log in or Create an account to join the conversation.
- tony@g-eye.com
- Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
9 years 1 month ago #29529083
by tony@g-eye.com
Replied by tony@g-eye.com on topic rio_board_install crashes Raspbian on reboot
Wheezy works well and Mathematica is included in it. Now the problem of getting it to accept data form the GPIO.
Please Log in or Create an account to join the conversation.
9 years 1 week ago #29529236
by atomicdog
Replied by atomicdog on topic rio_board_install crashes Raspbian on reboot
The problem is the roboteq install script uses a hard coded root fs which is just bad. I've added a fix in the script which I used to install wheezy raspbian successfully (after having the same kernel panic issue). Basically just replace the last echo command in the script with these two lines:
root=`cat /boot/cmdline.txt | awk '{print $3}'`
echo "dwc_otg.lpm_enable=0 console=tty1 $root rootfstype=ext4 elevator=deadline rootwait" > /boot/cmdline.txt
Good luck!
atomicdog
root=`cat /boot/cmdline.txt | awk '{print $3}'`
echo "dwc_otg.lpm_enable=0 console=tty1 $root rootfstype=ext4 elevator=deadline rootwait" > /boot/cmdline.txt
Good luck!
atomicdog
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 2
- Thank you received: 0
8 years 5 months ago #29529955
by billygmoon
Replied by billygmoon on topic rio_board_install crashes Raspbian on reboot
Seem to have the same issue. I have the basic "Noobs" default OS on my raspberry pi. Installed the RIOAHRS drivers and it tanked my OS. Looked at the install script that just now fetched from the web site and it still contains a bogus root file system in it !!!!
I'll give your work-around a try. I'm guessing its not been fixed in the last 6 months then. Hope this works then. It will take me a while to re-build my PI so that I can start the process over --- err.
I'll give your work-around a try. I'm guessing its not been fixed in the last 6 months then. Hope this works then. It will take me a while to re-build my PI so that I can start the process over --- err.
Please Log in or Create an account to join the conversation.
8 years 5 months ago #29529956
by TechSupport
Please Log in or Create an account to join the conversation.
- Forum
- RIO I/O Expansion Card and Navigation Computer
- Linux Installation & Programming
- rio_board_install crashes Raspbian on reboot
Time to create page: 0.080 seconds