|
Building test code?
There are 2 git repos: openembedded-core and meta-openembedded. openembedded-core has oe-init-build-env to create the build environment. meta-openembedded has the recipe for spidev-test If I use oe-in
There are 2 git repos: openembedded-core and meta-openembedded. openembedded-core has oe-init-build-env to create the build environment. meta-openembedded has the recipe for spidev-test If I use oe-in
|
By
jchludzinski
· #52746
·
|
|
Building test code?
I tried to build spidev-test using the bitbake recipe: spidev-test.bb I set: ARCH=arm BBPATH CROSS_COMPILER=arm-linux-gnueabihf- PATH ... and then tried to build spidev-test: $ bitbake -b spidev-test.
I tried to build spidev-test using the bitbake recipe: spidev-test.bb I set: ARCH=arm BBPATH CROSS_COMPILER=arm-linux-gnueabihf- PATH ... and then tried to build spidev-test: $ bitbake -b spidev-test.
|
By
jchludzinski
· #52740
·
|
|
Building test code?
I'm 'bitbaking' now.
By
jchludzinski
· #52736
·
|
|
Building test code?
Well, because time is of the essence, could you give me a little assist here and explain how I might build spidev-test using OpenEmbedded? THANKS for your help! ---John
Well, because time is of the essence, could you give me a little assist here and explain how I might build spidev-test using OpenEmbedded? THANKS for your help! ---John
|
By
jchludzinski
· #52733
·
|
|
Building test code?
It certainly appears to be BUT I'm not certain what I'm looking at? What is meta-openembedded? Is it a GIT repo that can be cloned and built? How do I use this to build spidev-test? ---John
It certainly appears to be BUT I'm not certain what I'm looking at? What is meta-openembedded? Is it a GIT repo that can be cloned and built? How do I use this to build spidev-test? ---John
|
By
jchludzinski
· #52724
·
|
|
Building test code?
I got a piece of code from github: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/spi/spidev_test.c I'd like to add it somewhere under tools/testing and build it there.
I got a piece of code from github: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/spi/spidev_test.c I'd like to add it somewhere under tools/testing and build it there.
|
By
jchludzinski
· #52720
·
|
|
Assign IP address at boot time
Can this be done using boot parameters? Something like(?): LABEL Arria10 SOCDK SDMMC KERNEL ../zImage FDT ../socfpga_arria10_phead.dtb APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk console=ttyS0,
Can this be done using boot parameters? Something like(?): LABEL Arria10 SOCDK SDMMC KERNEL ../zImage FDT ../socfpga_arria10_phead.dtb APPEND root=/dev/mmcblk0p2 rw rootwait earlyprintk console=ttyS0,
|
By
jchludzinski
· #52667
·
|
|
Assign IP address at boot time
That didn't work BUT editing /lib/systemd/network/80-wired.network [Match] Name=en* eth* KernelCommandLine=!nfsroot [Match] Name=eth0 [Network] Address=192.168.0.101/24 #Gateway=<ip> #DNS=<ip> [Networ
That didn't work BUT editing /lib/systemd/network/80-wired.network [Match] Name=en* eth* KernelCommandLine=!nfsroot [Match] Name=eth0 [Network] Address=192.168.0.101/24 #Gateway=<ip> #DNS=<ip> [Networ
|
By
jchludzinski
· #52655
·
|
|
Assign IP address at boot time
systemd
By
jchludzinski
· #52652
·
|
|
Assign IP address at boot time
Yes, the network/Ethernet device is recognized by Linux and the appropriate driver is loaded. If I use: $ ip add add 192.168.9.101/24 dev eth0 I’m up and running. But I want the IP assignment to happe
Yes, the network/Ethernet device is recognized by Linux and the appropriate driver is loaded. If I use: $ ip add add 192.168.9.101/24 dev eth0 I’m up and running. But I want the IP assignment to happe
|
By
jchludzinski
· #52640
·
|
|
Assign IP address at boot time
Where do I assign a static IP address to my sole network interface? I tried using the Linux boot parameters (in extlinux.conf): LABEL Arria10 SOCDK SDMMC KERNEL ../zImage FDT ../socfpga_arria10_phead.
Where do I assign a static IP address to my sole network interface? I tried using the Linux boot parameters (in extlinux.conf): LABEL Arria10 SOCDK SDMMC KERNEL ../zImage FDT ../socfpga_arria10_phead.
|
By
jchludzinski
· #52636
·
|
|
Kernel panic - not syncing: VFS: Unable to mount root fs ...
I rebuilt socfpga_arria10_socdk_sdmmc.dtb in ./sd_card/sdfs/ using modified files: arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts arch/arm/boot/dts/socfpga_arria10_socdk.dtsi When I try booting I n
I rebuilt socfpga_arria10_socdk_sdmmc.dtb in ./sd_card/sdfs/ using modified files: arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts arch/arm/boot/dts/socfpga_arria10_socdk.dtsi When I try booting I n
|
By
jchludzinski
· #52526
·
|
|
RT patch for 5.4.74?
From Altera/Intel?
By
jchludzinski
· #52230
·
|
|
RT patch for 5.4.74?
Is there an RT patch for 5.4.74? (I've used patch-5.4.44-rt27.patch.) ---John
Is there an RT patch for 5.4.74? (I've used patch-5.4.44-rt27.patch.) ---John
|
By
jchludzinski
· #52229
·
|
|
Pinging problem
After I checked the networking status: $ systemctl status networking I found: "Unit networking.service is masked." So, I unmasked the service: $ systemctl unmask networking Then started it: $ systemct
After I checked the networking status: $ systemctl status networking I found: "Unit networking.service is masked." So, I unmasked the service: $ systemctl unmask networking Then started it: $ systemct
|
By
jchludzinski
· #51025
·
|
|
Pinging problem
I just built and installed Linux "arria10 5.4.44-05635-gb810a419a2fa-dirty #2 SMP" onto my board. It recognized the Ethernet interface right out of the box and assigned a static IP address. I have Eth
I just built and installed Linux "arria10 5.4.44-05635-gb810a419a2fa-dirty #2 SMP" onto my board. It recognized the Ethernet interface right out of the box and assigned a static IP address. I have Eth
|
By
jchludzinski
· #51024
·
|