Re: Debian in a Pcduino3

2014-12-30 Thread Paul Wise
On Wed, Dec 31, 2014 at 2:37 PM, Marcelo Gutierrez wrote: > I want all of you to teach me how to become the best kernel developer Please refer to this website and community: http://kernelnewbies.org/ -- bye, pabs https://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-arm-requ.

Re: Debian in a Pcduino3

2014-12-30 Thread Marcelo Gutierrez
:~# sh super_snip -f I just bought my PcDuino3-Nano. I want all of you to teach me how to become the best kernel developer because that is one of my purposes in of my life! I promise that I will spread the word all over the world in NicaƱol and that I will Fuck the System (I will donate all prof

Re: ARM on Debian's Hardware Wanted web page?

2014-12-30 Thread Paul Wise
On Mon, Oct 20, 2014 at 9:07 AM, Paul Wise wrote: > The page is surprisingly effective; since I have joined DSA there were > two offers of ARM hardware, the first was an undefined number of RPis > (I redirected to debian-arm) and the second was enquiring what > hardware is needed (mentioned DSA wa

Re: Debian in a Pcduino3

2014-12-30 Thread Robert Nelson
On Tue, Dec 30, 2014 at 9:26 PM, Robert Nelson wrote: > On Tue, Dec 30, 2014 at 9:23 PM, Lennart Sorensen > wrote: >> On Tue, Dec 30, 2014 at 08:58:47PM -0600, Robert Nelson wrote: >>> Oh sunxi-*dts have pre-processor includes too. >> >> Oh great, so they need a trip through cpp first? > > Yeap:

Re: Debian in a Pcduino3

2014-12-30 Thread Robert Nelson
On Tue, Dec 30, 2014 at 9:23 PM, Lennart Sorensen wrote: > On Tue, Dec 30, 2014 at 08:58:47PM -0600, Robert Nelson wrote: >> Oh sunxi-*dts have pre-processor includes too. > > Oh great, so they need a trip through cpp first? Yeap: 120 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(

Re: Debian in a Pcduino3

2014-12-30 Thread Lennart Sorensen
On Tue, Dec 30, 2014 at 08:58:47PM -0600, Robert Nelson wrote: > Oh sunxi-*dts have pre-processor includes too. Oh great, so they need a trip through cpp first? > Working on another project where i need to tweak and modify just the > *.dts files i've forked this project: > > http://xenbits.xen.o

Re: Debian in a Pcduino3

2014-12-30 Thread Robert Nelson
On Tue, Dec 30, 2014 at 8:53 PM, Paul Wise wrote: > On Wed, Dec 31, 2014 at 10:42 AM, Lennart Sorensen wrote: > >> apt-get install device-tree-compiler >> >> dtc -I dts -O dtb infile.dts > outfile.dtb > > Added to the wiki page, thanks. Oh sunxi-*dts have pre-processor includes too. Working on a

Re: Debian in a Pcduino3

2014-12-30 Thread Paul Wise
On Wed, Dec 31, 2014 at 10:42 AM, Lennart Sorensen wrote: > apt-get install device-tree-compiler > > dtc -I dts -O dtb infile.dts > outfile.dtb Added to the wiki page, thanks. -- bye, pabs https://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org with

Re: Debian in a Pcduino3

2014-12-30 Thread Lennart Sorensen
On Wed, Dec 31, 2014 at 09:29:42AM +0800, Paul Wise wrote: > On Tue, Dec 30, 2014 at 11:04 PM, David Goodenough wrote: > > > Then follow the instructions in:- > > > > https://wiki.debian.org/InstallingDebianOn/Allwinner#Installing_on_systems_that_are_not_supported_out_of_the_box > > This is missi

Re: Debian in a Pcduino3

2014-12-30 Thread Paul Wise
On Tue, Dec 30, 2014 at 11:04 PM, David Goodenough wrote: > Then follow the instructions in:- > > https://wiki.debian.org/InstallingDebianOn/Allwinner#Installing_on_systems_that_are_not_supported_out_of_the_box This is missing the instructions for converting from dts to dtb. -- bye, pabs https

Re: Debian in a Pcduino3

2014-12-30 Thread Paul Wise
On Tue, Dec 30, 2014 at 11:04 PM, David Goodenough wrote: > https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/arch/arm/boot/dts?id=v3.18.1 > > you will find a file called:- > > sun7i-a20-pcduino3.dts A more direct link: https://git.kernel.org/cgit/linux/kernel/git/stable/

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-30 Thread Vagrant Cascadian
On 2014-12-30, Ian Campbell wrote: > I should start by saying that I'm not personally particularly interested > in this functionality, but I don't want to be a blocker for people who > are so since I've been asked I'll give my 2pence... Thanks for taking the time. > I've been wondering if this i

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-30 Thread Ian Campbell
On Sat, 2014-12-27 at 00:00 +0100, Karsten Merker wrote: > attached is V2 of the patchset. Changes since V1: I should start by saying that I'm not personally particularly interested in this functionality, but I don't want to be a blocker for people who are so since I've been asked I'll give my 2pe

Re: Debian in a Pcduino3

2014-12-30 Thread David Goodenough
On Tuesday 30 December 2014 15:36:34 Patrice Go wrote: > It seems that dtb(s) is an electronic shema (in a file), for that the > kernel recognize the board (partially or completely). > Thanks for the explanation, it is more clear now. > > However, i don't know if the dtb (and others modifications

Re: Debian in a Pcduino3

2014-12-30 Thread Patrice Go
It seems that dtb(s) is an electronic shema (in a file), for that the kernel recognize the board (partially or completely). Thanks for the explanation, it is more clear now. However, i don't know if the dtb (and others modifications to do) can be done just in reading the electronic shema... but if