How to install Embedded Debian Linux on SAMA5D3 Xplained board - details:
http://wp.me/p4uY59-8
SD card image:http://sborut.wordpress.com/2014/04/08/ ... -xplained/
Borut Seljak
Embedded Debian Linux bootable SD card for SAMA5D3 Xplained
Moderator: nferre
- nferre
- Site Admin
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
This is brilliant: thanks for sharing!
Bye.
Bye.
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Hello Borut,
I run into an error in Section 4. Build an Embedded Debian root filesystem:
I created multistrap.conf as you specify, but when I try to run sudo multistrap -f multistrap.conf, I get multistrap: command not found.
I am relatively new to Linux and especially Embedded Linux. Up to that point I cut & pasted everything and saw no other error messages.
I am using Mint 16 32-bit on my linux machine and Mint 16 64-bit in VMware Player on my Win7 Utimate machine.
Any guidance you can give me is certainly appreciated.
Thanks,
Ken
I run into an error in Section 4. Build an Embedded Debian root filesystem:
I created multistrap.conf as you specify, but when I try to run sudo multistrap -f multistrap.conf, I get multistrap: command not found.
I am relatively new to Linux and especially Embedded Linux. Up to that point I cut & pasted everything and saw no other error messages.
I am using Mint 16 32-bit on my linux machine and Mint 16 64-bit in VMware Player on my Win7 Utimate machine.
Any guidance you can give me is certainly appreciated.
Thanks,
Ken
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Try to install tools for build rootfs:
Edit: I update this on my page!
Thanks!
Borut
Code: Select all
sudo apt-get install multistrap
sudo apt-get install qemu
sudo apt-get install qemu-user-static
sudo apt-get install binfmt-support
sudo apt-get install dpkg-cross
Thanks!
Borut
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Hello Borut,
Thanks for the update.
It got me a little closer to my goal.
Now when I sudo multistrap -f multistrap.conf, I get:
E: Unable to locate package lighttpd
apt download failed. Exit value: 100
I installed lighttpd with apt-get and re-run sudo multistrap -f multistrap.conf, and get the same result.
I really appreciate your help,
Ken
Thanks for the update.
It got me a little closer to my goal.
Now when I sudo multistrap -f multistrap.conf, I get:
E: Unable to locate package lighttpd
apt download failed. Exit value: 100
I installed lighttpd with apt-get and re-run sudo multistrap -f multistrap.conf, and get the same result.
I really appreciate your help,
Ken
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
HI!
I think that there is problem with sources. lihgttpd is part of debian and not emdebian.
1 option: You could change php block to something like this:
2. Option:
Remove Complete [Php] block and Php from line debootstrap=...
On the target board to install web server run (as root):
apt-get install lighttpd php-cgi
Here are my multistrap.conf and fsupdate.sh file
Borut
I think that there is problem with sources. lihgttpd is part of debian and not emdebian.
1 option: You could change php block to something like this:
Code: Select all
[Php]
packages=php5-cgi lighttpd
source=http://ftp.debian.org/debian
suite=wheezy
Remove Complete [Php] block and Php from line debootstrap=...
On the target board to install web server run (as root):
apt-get install lighttpd php-cgi
Here are my multistrap.conf and fsupdate.sh file
Borut
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Hi!
I made a SD card image http://sborut.wordpress.com/2014/04/08/ ... -xplained/.
To do / Known bugs:
- NAND flash support - (kernel problem if load without u-boot)
Borut Seljak
I made a SD card image http://sborut.wordpress.com/2014/04/08/ ... -xplained/.
To do / Known bugs:
- NAND flash support - (kernel problem if load without u-boot)
Borut Seljak
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Updated sd-card image:
http://sborut.wordpress.com/2014/04/08/ ... -xplained/
Fix:
Updated kernel moules.
After boot login to the Debian and run:
$sudo depmod -a
$sudo apt-get update
$sudo apt-get upgrade
Borut Seljak
http://sborut.wordpress.com/2014/04/08/ ... -xplained/
Fix:
Updated kernel moules.
After boot login to the Debian and run:
$sudo depmod -a
$sudo apt-get update
$sudo apt-get upgrade
Borut Seljak
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
24. Apr. 2014 - Updated sd-card image:
http://sborut.wordpress.com/2014/04/08/ ... -xplained/
In the new sd card image:
Fix: hosts
New: USB-CDC - Gadget Serial
Borut Seljak
http://sborut.wordpress.com/2014/04/08/ ... -xplained/
In the new sd card image:
Fix: hosts
New: USB-CDC - Gadget Serial
Borut Seljak
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Hello Borut,
I’ve got just a question regarding the method of building the Linux.
You were using AT91Bootstrap, but would be possible to use U-Boot instead?
It looks like the link the to SD Card Image is broken. Couldyou please update the location?
Thanks,
Stan
I’ve got just a question regarding the method of building the Linux.
You were using AT91Bootstrap, but would be possible to use U-Boot instead?
It looks like the link the to SD Card Image is broken. Couldyou please update the location?
Thanks,
Stan
- nferre
- Site Admin
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Hi,
http://eewiki.net/display/linuxonarm/AT ... der:U-Boot
He uses SPL mode of u-boot to avoid using AT91Bootstrap.
Best regards,
Yes, sure, I advice you to check what Robert done on his wiki page here:I’ve got just a question regarding the method of building the Linux.
You were using AT91Bootstrap, but would be possible to use U-Boot instead?
http://eewiki.net/display/linuxonarm/AT ... der:U-Boot
He uses SPL mode of u-boot to avoid using AT91Bootstrap.
Best regards,
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Link to my blog with description and link to sd-card image:
http://sborut.wordpress.com/2014/04/08/ ... -xplained/
Direct link to dropbox:
https://www.dropbox.com/sh/uo7fwrnpji6a ... 5RPDROIYMa
Borut
http://sborut.wordpress.com/2014/04/08/ ... -xplained/
Direct link to dropbox:
https://www.dropbox.com/sh/uo7fwrnpji6a ... 5RPDROIYMa
Borut
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Hi,
Image works and I am able to apt-get bluez-tools but when I scan for devices "hcitool scan", I get error below...
Can't open HCI socket.: Address family not supported by protocol
Pls help!
Image works and I am able to apt-get bluez-tools but when I scan for devices "hcitool scan", I get error below...
Can't open HCI socket.: Address family not supported by protocol
Pls help!
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplai
Hi!
You must recompile kernel with drivers for your bluetooth device.
Borut
You must recompile kernel with drivers for your bluetooth device.
Borut
Post
Re: Embedded Debian Linux bootable SD card for SAMA5D3 Xplained
Any chance this exists for the SamA5D4? 

Who is online
Users browsing this forum: spastor and 1 guest