Re: Debian Hard Float (armhf) for RPi
The primary difference is one of ABI, armel binaries pass floating point values in integer registers while armhf binaries pass them in vfp registers. So you can't mix armel binaries/libaries with armhf binaries/libraries.
In theory you should be able to install them alongside each other using multiarch but if you do so then you can't use the hardfloat broadcom libaries due to dynamic linker path issues. For this and other reasons we do not reccomend or support such a configuration.
In theory you should be able to install them alongside each other using multiarch but if you do so then you can't use the hardfloat broadcom libaries due to dynamic linker path issues. For this and other reasons we do not reccomend or support such a configuration.
Re: Debian Hard Float (armhf) for RPi
thanks. bummer. I guess I cant use logmein on RPi. my Pi is behind NAT and I was trying to reach it via logmein.
I don't think there is anything else for that?
I don't think there is anything else for that?
Re: Debian Hard Float (armhf) for RPi
Do you control the nat?
If so then just forward a port and use ssh or whatever.
If not then what I personally do is setup a tunnel using vtund. Of course this is only practical if you have somewhere you can use as the other end of the endpoint.
If so then just forward a port and use ssh or whatever.
If not then what I personally do is setup a tunnel using vtund. Of course this is only practical if you have somewhere you can use as the other end of the endpoint.
Re: Debian Hard Float (armhf) for RPi
unfortunately I have no control over NAT. company network, meh!plugwash wrote:Do you control the nat?
If so then just forward a port and use ssh or whatever.
If not then what I personally do is setup a tunnel using vtund. Of course this is only practical if you have somewhere you can use as the other end of the endpoint.
do you know any VPN solution that works P2P? couldn't find any that works on Linux Armhf
- mpthompson
- Posts: 620
- Joined: Fri Feb 03, 2012 7:18 pm
Re: Debian Hard Float (armhf) for RPi
hadi, I would recommend reading this link on the difference between armhf and armel:hadi wrote:is there anyway to use armel packages?
I don't exactly know what is the difference between armhf and armel.
http://wiki.debian.org/ArmHardFloatPort
It should answer most questions you might have.
- mathewjenkinson
- Posts: 60
- Joined: Mon Mar 26, 2012 8:13 am
Re: Debian Hard Float (armhf) for RPi
Ive been reading and watching this thread with sometime.
Hats off to you, the work you have done is incredible. :)
In the initial posts you talked about making the port ready for other boards - Mele A1000 for example, hows that going?
Hats off to you, the work you have done is incredible. :)
In the initial posts you talked about making the port ready for other boards - Mele A1000 for example, hows that going?
mpthompson wrote:BTW, I also have a Mele A1000 on order to see if I can get a basic port of Debian armhf running on it.
http://www.cnx-software.com/20.....droid-stb/
It runs the AllWinner A10 (Cortext A8) SOC which seems to be the hottest chip coming out of China these days. Being half the cost of the iMX53, a 1 GHz processor, a decent 512M RAM and a real SATA interface, I'm hoping these can be converted into inexpensive build machines if there is enough interest in pushing through a full Debian armhf port for the Raspberry Pi. A number of these along with a few iMX53 systems for heavy lifting could probably make a nice build cluster for Debian ARM.
- mpthompson
- Posts: 620
- Joined: Fri Feb 03, 2012 7:18 pm
Re: Debian Hard Float (armhf) for RPi
The Mele A1000 doesn't really require Raspbian as it will run the official version of Debian Wheezy armhf without modification. The only real issue on it is that a stable kernel that is customized to the A10 CPU is needed. Work on that can be found in the arm-netbook email list where you will find a community of people working to support the Mele A1000 and other A10 based devices with various ports of Linux and Android. A link to the arm-netbook list and archives is below:
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Mike
http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook
Mike
Stick to the top
Please 'stick(y)' this post to the top of the list. It's a must read for anyone who wants to find out about how Raspbian got started.
Re: Debian Hard Float (armhf) for RPi
Wow, just spent a fair chunk of my Sunday afternoon reading this thread (and the threads linked such as the GPU accelerated X). An amazing amount of effort by all involved, mpthompson and plugwash especially. Thanks very much, not only for the effort but also the documentation of it. It has made for strangely engaging reading!
It may be worth editing the first post with links to:
raspbian homepage
http://www.raspbian.org/
the FAQ
http://www.raspbian.org/RaspbianFAQ
I've noticed there have been a few people jumping in that haven't read the whole thing, shoving those links in at the beginning might avoid a few more.
ukscone has offered to sticky any thread (offered here http://www.raspberrypi.org/phpBB3/viewt ... =66&t=9026 ). Perhaps a new "Start here" thread and this one (maybe with "History of the Project" tacked onto the name) would make for a good pair to sticky?
Thanks again, I very much appreciate the investment of time and money that have been put into this project.
It may be worth editing the first post with links to:
raspbian homepage
http://www.raspbian.org/
the FAQ
http://www.raspbian.org/RaspbianFAQ
I've noticed there have been a few people jumping in that haven't read the whole thing, shoving those links in at the beginning might avoid a few more.
ukscone has offered to sticky any thread (offered here http://www.raspberrypi.org/phpBB3/viewt ... =66&t=9026 ). Perhaps a new "Start here" thread and this one (maybe with "History of the Project" tacked onto the name) would make for a good pair to sticky?
Thanks again, I very much appreciate the investment of time and money that have been put into this project.
- dom
- Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator - Posts: 8471
- Joined: Wed Aug 17, 2011 7:41 pm
Re: Debian Hard Float (armhf) for RPi
@mpthompson @plugwash
In case you haven't seen this thread, I think there is some potential Raspbian performance improvement here:
http://www.raspberrypi.org/phpBB3/viewt ... =63&t=9260
In case you haven't seen this thread, I think there is some potential Raspbian performance improvement here:
http://www.raspberrypi.org/phpBB3/viewt ... =63&t=9260
- mpthompson
- Posts: 620
- Joined: Fri Feb 03, 2012 7:18 pm
Re: Debian Hard Float (armhf) for RPi
Regarding the history of Raspbian, here is a link to an earlier thread where the ideas for this unofficial port of Debian were first discussed. Notice plugwash was the second to reply to the original query and he did a pretty good job of explaining what, in retrospect, were indeed the actual requirements for the project.
http://www.raspberrypi.org/phpBB3/viewtopic.php?p=47787
Here is a similar parallel thread on the Debian-arm email list discussing what would be involved with creating a Debian armhf port for the Raspberry Pi.
http://lists.debian.org/debian-arm/2012 ... 00002.html
If I recall correctly, there wasn't a lot of enthusiasm for such a Raspberry Pi armhf port in that thread, but everyone still provided me with a lot of good information.
http://www.raspberrypi.org/phpBB3/viewtopic.php?p=47787
Here is a similar parallel thread on the Debian-arm email list discussing what would be involved with creating a Debian armhf port for the Raspberry Pi.
http://lists.debian.org/debian-arm/2012 ... 00002.html
If I recall correctly, there wasn't a lot of enthusiasm for such a Raspberry Pi armhf port in that thread, but everyone still provided me with a lot of good information.
Re: Debian Hard Float (armhf) for RPi
Thanks, I've created a "Start Here!" thread here:
http://www.raspberrypi.org/phpBB3/viewt ... =66&t=9951
Any suggestions, additions and edits you'd like, let me know and I'll change it. Once it's ok, I'll ask ukscone to sticky it. :)
I've also registered for the wiki (WillDerrick). To update it (specifically the FAQ page) is it better to request edit permissions or PM someone who already has permission?
http://www.raspberrypi.org/phpBB3/viewt ... =66&t=9951
Any suggestions, additions and edits you'd like, let me know and I'll change it. Once it's ok, I'll ask ukscone to sticky it. :)
I've also registered for the wiki (WillDerrick). To update it (specifically the FAQ page) is it better to request edit permissions or PM someone who already has permission?
- mpthompson
- Posts: 620
- Joined: Fri Feb 03, 2012 7:18 pm
Re: Debian Hard Float (armhf) for RPi
I've enabled your wiki account as an editor. Once you log into the wiki you should see you can now edit the FAQ and most every other page with a few exceptions.Nexy wrote:Thanks, I've created a "Start Here!" thread here:
http://www.raspberrypi.org/phpBB3/viewt ... =66&t=9951
Any suggestions, additions and edits you'd like, let me know and I'll change it. Once it's ok, I'll ask ukscone to sticky it. :)
I've also registered for the wiki (WillDerrick). To update it (specifically the FAQ page) is it better to request edit permissions or PM someone who already has permission?
I'll put a request in to sticky your Start Here posting. Looks like a very good start.
Re: Debian Hard Float (armhf) for RPi
I have been amusing myself while I am still RPi-less by re-reading this thread and making a Raspbian timeline. This also served as a learning exercise in manipulating dates in R. It is a work in progress, if anyone thinks it is interesting I will update it and repost. The draft version is at
http://www.zen103156.zen.co.uk/rpitime.pdf
Comments welcome, perhaps best using a PM especially if I have done something dumb.
Michael
http://www.zen103156.zen.co.uk/rpitime.pdf
Comments welcome, perhaps best using a PM especially if I have done something dumb.
Michael
- mpthompson
- Posts: 620
- Joined: Fri Feb 03, 2012 7:18 pm
Re: Debian Hard Float (armhf) for RPi
Michael, very nice. Perhaps we should create a "RaspbianHistory" page on the wiki and add this as contents to the page. It's interesting to see in your graph how fast the packages all seemed to build. Didn't feel that fast at the time.mdewey wrote:I have been amusing myself while I am still RPi-less by re-reading this thread and making a Raspbian timeline.
Re: Debian Hard Float (armhf) for RPi
I have an unmet training need for wiki-editing but am willing to give it a go.mpthompson wrote:Michael, very nice. Perhaps we should create a "RaspbianHistory" page on the wiki and add this as contents to the page. It's interesting to see in your graph how fast the packages all seemed to build. Didn't feel that fast at the time.mdewey wrote:I have been amusing myself while I am still RPi-less by re-reading this thread and making a Raspbian timeline.
Michael
- mpthompson
- Posts: 620
- Joined: Fri Feb 03, 2012 7:18 pm
Re: Debian Hard Float (armhf) for RPi
Create an account on the Wiki and let me know your username and I'll enable you as an editor.mdewey wrote:I have an unmet training need for wiki-editing but am willing to give it a go.
Re: Debian Hard Float (armhf) for RPi
I tired install aircrack-ng suite but it seem like I can't run it and it gave me the following output:
aircrack-ng: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Anyone know how to fix it?
aircrack-ng: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Anyone know how to fix it?
Re: Debian Hard Float (armhf) for RPi
ben@pisces:~$ sudo apt-cache search libssln0thing wrote:I tired install aircrack-ng suite but it seem like I can't run it and it gave me the following output:
aircrack-ng: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Anyone know how to fix it?
dcmtk - OFFIS DICOM toolkit command line utilities
libdcmtk2 - OFFIS DICOM toolkit runtime libraries
libdcmtk2-dev - OFFIS DICOM toolkit development libraries and headers
libssl-dev - SSL development libraries, header files and documentation
libssl-doc - SSL development documentation documentation
libssl-ocaml - OCaml bindings for OpenSSL (runtime)
libssl-ocaml-dev - OCaml bindings for OpenSSL
libssl1.0.0 - SSL shared libraries
libssl1.0.0-dbg - Symbol tables for libssl and libcrypto
libsslcommon2 - enterprise messaging system - common SSL libraries
libsslcommon2-dev - enterprise messaging system - common SSL development files
Oh... ummm, we only have openssl 1.0.0 in the repository.
I don't suppose:
sudo apt-get install libssl1.0.0
will do you any favours.
Re: Debian Hard Float (armhf) for RPi
No, it doesn't help. I had install libssl1.0.0 but it still prompt me the same error. =\
Re: Debian Hard Float (armhf) for RPi
ben@pisces:~$ sudo apt-get -s install aircrack-ng
<snip>
Package aircrack-ng is not available, but is referred to by another package.
<snip>
However the following packages replace it:
iw
<snip>
Package aircrack-ng is not available, but is referred to by another package.
<snip>
However the following packages replace it:
iw
Re: Debian Hard Float (armhf) for RPi
i am really looking forward for xbmc enabled with armhf. openelec is nice, but it's very specialized distro - i would really like to have one sd card with more universal installation.
Re: Debian Hard Float (armhf) for RPi
Try having a read through this thread: http://www.raspberrypi.org/phpBB3/viewt ... 66&t=10304. There are even some pre-configured image files you can downloadjose1711 wrote:i am really looking forward for xbmc enabled with armhf. openelec is nice, but it's very specialized distro - i would really like to have one sd card with more universal installation.
Re: Debian Hard Float (armhf) for RPi
How can I make my own base rootfs with my own compiler configuration?
You wrote here that you compile every single package from start.
You wrote here that you compile every single package from start.
- mpthompson
- Posts: 620
- Joined: Fri Feb 03, 2012 7:18 pm
Re: Debian Hard Float (armhf) for RPi
I'm sorry, I don't quite follow what your question is. Debootstrap is a Debian tool that works within Raspbian that can be used to create an initial root file system. However, I don't understand the part about your own compiler configuration. Can you give me an example of what your are trying to do?m][sko wrote:How can I make my own base rootfs with my own compiler configuration?
You wrote here that you compile every single package from start.
Jump to
- Community
- General discussion
- Announcements
- Other languages
- Deutsch
- Español
- Français
- Italiano
- Nederlands
- 日本語
- Polski
- Português
- Русский
- Türkçe
- User groups and events
- Raspberry Pi Official Magazine
- Using the Raspberry Pi
- Beginners
- Troubleshooting
- Advanced users
- Assistive technology and accessibility
- Education
- Picademy
- Teaching and learning resources
- Staffroom, classroom and projects
- Astro Pi
- Mathematica
- High Altitude Balloon
- Weather station
- Programming
- C/C++
- Java
- Python
- Scratch
- Other programming languages
- Windows 10 for IoT
- Wolfram Language
- Bare metal, Assembly language
- Graphics programming
- OpenGLES
- OpenVG
- OpenMAX
- General programming discussion
- Projects
- Networking and servers
- Automation, sensing and robotics
- Graphics, sound and multimedia
- Other projects
- Media centres
- Gaming
- AIY Projects
- Hardware and peripherals
- Camera board
- Compute Module
- Official Display
- HATs and other add-ons
- Device Tree
- Interfacing (DSI, CSI, I2C, etc.)
- Keyboard computers (400, 500, 500+)
- Raspberry Pi Pico
- General
- SDK
- MicroPython
- Other RP2040 boards
- Zephyr
- Rust
- AI Accelerator
- AI Camera - IMX500
- Hailo
- Software
- Raspberry Pi OS
- Raspberry Pi Connect
- Raspberry Pi Desktop for PC and Mac
- Beta testing
- Other
- Android
- Debian
- FreeBSD
- Gentoo
- Linux Kernel
- NetBSD
- openSUSE
- Plan 9
- Puppy
- Arch
- Pidora / Fedora
- RISCOS
- Ubuntu
- Ye Olde Pi Shoppe
- For sale
- Wanted
- Off topic
- Off topic discussion