Search found 3 matches
- Tue Aug 08, 2017 5:50 am
- Forum: Beginners
- Topic: Sudo problem (Raspbian)
- Replies: 17
- Views: 11725
Re: Sudo problem (Raspbian)
You saved my day :) Just add a minor point: After adding this parameter, Raspbian will boot with the file system mounted as Read-Only, execute the following command to mount it as Read-Write: mount -o remount,rw / If you can get to a root shell by adding init=/bin/bash to /boot/cmdline.txt dwc_otg.l...
- Thu Sep 22, 2016 10:12 am
- Forum: Troubleshooting
- Topic: gcc ARM options
- Replies: 20
- Views: 16866
Re: gcc ARM options
Hmm, this is quite annoying and I think the fix for this bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70132
has not been merged to debian yet.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70132
has not been merged to debian yet.
- Wed Mar 02, 2016 4:55 am
- Forum: Raspberry Pi OS
- Topic: STICKY: How to upgrade a Wheezy image to Jessie (both defunct and replaced versions of Raspbian) [thus obsolete]
- Replies: 88
- Views: 262704
Re: How to upgrade a Wheezy image to Jessie
This is very helpful, thanks.