Michael,

I am attaching the files printenv.txt and the puttyBootLog.txt. I noticed that the printenv no longer shows things like fpgaintf and fpgaintf_handoff. Is that OK?

Also, the console log goes from:
[  OK  ] Started Update UTMP about System Runlevel Changes.
to:
Debian GNU/Linux 9 mksocfpga-nano-soc ttyS0

mksocfpga-nano-soc login:  

I never see [  OK  ] Started User Manager for UID 111.

Alan

--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.
=> printenv
arch=arm
baudrate=115200
bitimage=/lib/firmware/socfpga/DE10_Nano_FB_Cramps.3x24_cap.rbf
board=de10-nano
board_name=de10-nano
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} 
${prefix}${script}; source ${scriptaddr}
boot_efi_binary=if fdt addr ${fdt_addr_r}; then bootefi bootmgr 
${fdt_addr_r};else bootefi bootmgr ${fdtcontroladdr};fi;load ${devtype} 
${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootarm.efi; if fdt addr 
${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi 
${kernel_addr_r} ${fdtcontroladdr};fi
boot_extlinux=if test ${fpgaload_on_boot} = 1;then run fpgaload; bridge 
enable;mw.b 0xffd05018 0xf0;mw.w 0xffc25080 0x0303; fi;sysboot ${devtype} 
${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_targets=mmc0 pxe dhcp 
bootcmd=run distro_bootcmd
bootcmd_dhcp=run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; 
then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; if test -z 
"${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile 
${soc}-${board}${boardver}.dtb; fi; setenv efi_old_vci ${bootp_vci};setenv 
efi_old_arch ${bootp_arch};setenv bootp_vci 
PXEClient:Arch:00010:UNDI:003000;setenv bootp_arch 0xa;if dhcp 
${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr 
${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi 
${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv 
bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv 
efi_old_vci;
bootcmd_mmc0=setenv devnum 0; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootdelay=2
bootm_size=0xa000000
bootmode=sd
cpu=armv7
distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
efi_dtb_prefixes=/ /dtb/ /dtb/current/
ethaddr=00:1b:11:59:ce:f6
fdt_addr_r=0x02000000
fdtcontroladdr=3bf5d448
fdtfile=socfpga_cyclone5_de10_nano_uio_fb.dtb
fpgaload=mmc rescan;load mmc 0:${distro_bootpart} ${loadaddr} ${bitimage};fpga 
load 0 ${loadaddr} ${filesize}
fpgaload_on_boot=1
fpgatype=cv_se_a6
hostname=mksocfpga-nano-soc
kernel_addr_r=0x01000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} 
${prefix}${efi_fdtfile}
loadaddr=0x01000000
mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run 
scan_dev_for_boot_part; fi
pxefile_addr_r=0x02200000
ramdisk_addr_r=0x02300000
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for 
prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run 
scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env 
exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if 
fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run 
scan_dev_for_boot; fi; done
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n 
"${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; for 
prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} 
${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; 
fi;done;if test -e ${devtype} ${devnum}:${distro_bootpart} 
efi/boot/bootarm.efi; then echo Found EFI removable media binary 
efi/boot/bootarm.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; 
fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} 
${prefix}extlinux/extlinux.conf; then echo Found 
${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: 
continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} 
${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script 
${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; 
done
scriptaddr=0x02100000
soc=socfpga
stderr=serial
stdin=serial
stdout=serial
usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run 
scan_dev_for_boot_part; fi
vendor=terasic
ver=U-Boot 2018.01-00005-g1cda48acf8 (May 26 2018 - 11:28:03 +0200)

Environment size: 4292/8188 bytes
=> 

--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.
C-Kermit 9.0.302 OPEN SOURCE:, 20 Aug 2011, for Linux+SSL+KRB5 (64-bit)
 Copyright (C) 1985, 2011,
  Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
(/home/acondit/) C-Kermit>take \v(HOME).kermrm
Connecting to /dev/ttyUSB0, speed 115200
 Escape character: Ctrl-X (ASCII 24, CAN): enabled
Type the escape character followed by C to get back,
or followed by ? to see other options.
Session Log: /home/acondit/.kermlog, text (0) 
----------------------------------------------------

U-Boot SPL 2018.01-00005-g1cda48acf8 (May 26 2018 - 11:28:03)
drivers/ddr/altera/sequencer.c: Preparing to start memory calibration
drivers/ddr/altera/sequencer.c: CALIBRATION PASSED
drivers/ddr/altera/sequencer.c: Calibration complete
Trying to boot from MMC1


U-Boot 2018.01-00005-g1cda48acf8 (May 26 2018 - 11:28:03 +0200)

CPU:   Altera SoCFPGA Platform
FPGA:  Altera Cyclone V, SE/A6 or SX/C6 or ST/D6, version 0x0
BOOT:  SD/MMC Internal Transceiver (3.0V)
       Watchdog enabled
I2C:   ready
DRAM:  1 GiB
MMC:   dwmmc0@ff704000: 0
In:    serial
Out:   serial
Err:   serial
Model: Terasic DE10-Nano
Net:   eth0: ethernet@ff702000
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:3...
Found /boot/extlinux/extlinux.conf
2431608 bytes read in 214 ms (10.8 MiB/s)
Retrieving file: /boot/extlinux/extlinux.conf
197 bytes read in 28 ms (6.8 KiB/s)
1:      Linux 4.9.76-rt61-ltsi-socfpga-1.1
Retrieving file: /boot/vmlinuz-4.9.76-rt61-ltsi-socfpga-1.1
5005888 bytes read in 354 ms (13.5 MiB/s)
append: console=ttyS0,115200 root=/dev/mmcblk0p3 rw rootfstype=ext4 rootwait
Retrieving file: /boot/dtb/socfpga_cyclone5_de10_nano_uio_fb.dtb
32212 bytes read in 42 ms (748 KiB/s)
## Flattened Device Tree blob at 02000000
   Booting using the fdt blob at 0x2000000
   reserving fdt memory region: addr=0 size=1000
   Loading Device Tree to 03ff5000, end 03fffdd3 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.76-rt61-ltsi-socfpga-1.1 (mib@kdeneon-ws) (gcc 
version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #1 SMP PREEMPT RT Sat May 26 
22:03:41 CEST 2018
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[    0.000000] OF: fdt:Machine model: Terasic DE10-Nano
[    0.000000] cma: Reserved 512 MiB at 0x10000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] percpu: Embedded 14 pages/cpu @cf6c2000 s28640 r8192 d20512 
u57344
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 260608
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p3 rw 
rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 500448K/1048576K available (8192K kernel code, 520K 
rwdata, 1800K rodata, 1024K init, 225K bss, 23840K reserved, 524288K 
cma-reserved, 262144K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0900000   (9184 kB)
[    0.000000]       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
[    0.000000]       .data : 0xc0d00000 - 0xc0d8239c   ( 521 kB)
[    0.000000]        .bss : 0xc0d8239c - 0xc0dba838   ( 226 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU kthread priority: 1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
[    0.000000] L2C-310: CACHE_ID 0x410030c9, AUX_CTRL 0x76460001
[    0.000000] GIC: PPI13 is secure or misconfigured
[    0.000000] GIC: PPI13 is secure or misconfigured
[    0.000000] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 19112604467 ns
[    0.000006] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 
21474836475ns
[    0.000013] Switching to timer-based delay loop, resolution 10ns
[    0.000391] Console: colour dummy device 80x30
[    0.000536] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 200.00 BogoMIPS (lpj=100000)
[    0.000541] pid_max: default: 32768 minimum: 301
[    0.000647] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000655] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001436] CPU: Testing write buffer coherency: ok
[    0.001442] ftrace: allocating 25896 entries in 76 pages
[    0.053590] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.053840] Setting up static identity map for 0x100000 - 0x100058
[    0.078061] GIC: PPI13 is secure or misconfigured
[    0.078074] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.078237] Brought up 2 CPUs
[    0.078259] SMP: Total of 2 processors activated (400.00 BogoMIPS).
[    0.078268] CPU: All CPU(s) started in SVC mode.
[    0.079247] devtmpfs: initialized
[    0.090479] VFP support v0.3: implementor 41 architecture 3 part 30 variant 
9 rev 4
[    0.091028] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 1911260446275000 ns
[    0.091053] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.120988] NET: Registered protocol family 16
[    0.129284] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.146586] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint 
registers.
[    0.146601] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.180454] vgaarb: loaded
[    0.181077] SCSI subsystem initialized
[    0.181438] usbcore: registered new interface driver usbfs
[    0.181525] usbcore: registered new interface driver hub
[    0.182007] usbcore: registered new device driver usb
[    0.182304] soc:usbphy@0 supply vcc not found, using dummy regulator
[    0.184025] media: Linux media interface: v0.10
[    0.184263] Linux video capture interface: v2.00
[    0.184480] pps_core: LinuxPPS API ver. 1 registered
[    0.184492] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <[email protected]>
[    0.184601] PTP clock support registered
[    0.185313] FPGA manager framework
[    0.185897] fpga-region soc:base-fpga-region: FPGA Region probed
[    0.186312] Advanced Linux Sound Architecture Driver Initialized.
[    0.187895] clocksource: Switched to clocksource timer1
[    0.258718] NET: Registered protocol family 2
[    0.259516] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.259616] TCP bind hash table entries: 8192 (order: 5, 229376 bytes)
[    0.260204] TCP: Hash tables configured (established 8192 bind 8192)
[    0.260316] UDP hash table entries: 512 (order: 3, 32768 bytes)
[    0.260403] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[    0.260728] NET: Registered protocol family 1
[    0.261323] RPC: Registered named UNIX socket transport module.
[    0.261337] RPC: Registered udp transport module.
[    0.261347] RPC: Registered tcp transport module.
[    0.261355] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.265053] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    0.282417] NFS: Registering the id_resolver key type
[    0.282473] Key type id_resolver registered
[    0.282484] Key type id_legacy registered
[    0.282505] Installing knfsd (copyright (C) 1996 [email protected]).
[    0.284266] ntfs: driver 2.1.32 [Flags: R/W].
[    0.284841] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.286720] bounce: pool size: 64 pages
[    0.286736] io scheduler noop registered (default)
[    0.319676] Console: switching to colour frame buffer device 128x48
[    0.334129] altvipfb ff231000.vip: fb0: altvipfb frame buffer device at 
0x10100000+0x300000
[    0.343034] dma-pl330 ffe01000.pdma: Loaded driver for PL330 DMAC-341330
[    0.343055] dma-pl330 ffe01000.pdma:         DBUFF-512x8bytes Num_Chans-8 
Num_Peri-32 Num_Events-8
[    0.351834] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.354072] console [ttyS0] disabled
[    0.354142] ffc02000.serial0: ttyS0 at MMIO 0xffc02000 (irq = 36, base_baud 
= 6250000) is a 16550A
[    0.974983] console [ttyS0] enabled
[    0.979501] ffc03000.serial1: ttyS1 at MMIO 0xffc03000 (irq = 37, base_baud 
= 6250000) is a 16550A
[    0.991548] brd: module loaded
[    0.998672] libphy: Fixed MDIO Bus: probed
[    1.005762] CAN device driver interface
[    1.010296] stmmac - user ID: 0x10, Synopsys ID: 0x37
[    1.015334]  Ring mode enabled
[    1.018381]  DMA HW capability register supported[    1.022929]  
Enhanced/Alternate descriptors
[    1.027102]  Enabled extended descriptors
[    1.031099]  RX Checksum Offload Engine supported
[    1.035787]  COE Type 2
[    1.038226]  TX Checksum insertion supported
[    1.042481]  Enable RX Mitigation via HW Watchdog Timer
[    1.053655] libphy: stmmac: probed
[    1.057057] eth%d: PHY ID 00221622 at 1 IRQ POLL (stmmac-0:01) active
[    1.065281] ffb40000.usb supply vusb_d not found, using dummy regulator
[    1.072033] ffb40000.usb supply vusb_a not found, using dummy regulator
[    1.079034] dwc2 ffb40000.usb: EPs: 16, dedicated fifos, 8064 entries in 
SPRAM
[    1.087004] dwc2 ffb40000.usb: DWC OTG Controller
[    1.091727] dwc2 ffb40000.usb: new USB bus registered, assigned bus number 1
[    1.098869] dwc2 ffb40000.usb: irq 38, io mem 0x00000000
[    1.105505] hub 1-0:1.0: USB hub found
[    1.109287] hub 1-0:1.0: 1 port detected
[    1.114574] usbcore: registered new interface driver usb-storage
[    1.121276] mousedev: PS/2 mouse device common for all mice
[    1.127424] usbcore: registered new interface driver usbtouchscreen
[    1.134051] i2c /dev entries driver
[    1.138727] usbcore: registered new interface driver uvcvideo
[    1.144456] USB Video Class driver (1.1.1)
[    1.148541] gspca_main: v2.14.0 registered
[    1.152786] usbcore: registered new interface driver benq
[    1.158306] usbcore: registered new interface driver conex
[    1.163956] usbcore: registered new interface driver cpia1
[    1.169559] usbcore: registered new interface driver dtcs033
[    1.175332] usbcore: registered new interface driver etoms
[    1.180992] usbcore: registered new interface driver finepix
[    1.186767] usbcore: registered new interface driver jeilinj
[    1.192541] usbcore: registered new interface driver jl2005bcd
[    1.198527] usbcore: registered new interface driver kinect
[    1.204218] usbcore: registered new interface driver konica
[    1.209953] usbcore: registered new interface driver mars
[    1.215488] usbcore: registered new interface driver mr97310a
[    1.221376] usbcore: registered new interface driver nw80x
[    1.227060] usbcore: registered new interface driver ov519
[    1.232671] usbcore: registered new interface driver ov534
[    1.238288] usbcore: registered new interface driver ov534_9
[    1.244087] usbcore: registered new interface driver pac207
[    1.249783] usbcore: registered new interface driver gspca_pac7302
[    1.256080] usbcore: registered new interface driver pac7311
[    1.261859] usbcore: registered new interface driver se401
[    1.267466] usbcore: registered new interface driver sn9c2028
[    1.273333] usbcore: registered new interface driver gspca_sn9c20x
[    1.279630] usbcore: registered new interface driver sonixb
[    1.285337] usbcore: registered new interface driver sonixj
[    1.291072] usbcore: registered new interface driver spca500
[    1.296848] usbcore: registered new interface driver spca501
[    1.302623] usbcore: registered new interface driver spca505
[    1.308399] usbcore: registered new interface driver spca506
[    1.314174] usbcore: registered new interface driver spca508
[    1.320024] usbcore: registered new interface driver spca561
[    1.325875] usbcore: registered new interface driver spca1528
[    1.331816] usbcore: registered new interface driver sq905
[    1.337426] usbcore: registered new interface driver sq905c
[    1.343153] usbcore: registered new interface driver sq930x
[    1.348854] usbcore: registered new interface driver sunplus
[    1.354634] usbcore: registered new interface driver stk014
[    1.360326] usbcore: registered new interface driver stk1135
[    1.366113] usbcore: registered new interface driver t613
[    1.371656] usbcore: registered new interface driver gspca_topro
[    1.377794] usbcore: registered new interface driver touptek
[    1.383573] usbcore: registered new interface driver tv8532
[    1.389264] usbcore: registered new interface driver vc032x
[    1.395046] usbcore: registered new interface driver vicam
[    1.400626] usbcore: registered new interface driver xirlink-cit
[    1.406723] usbcore: registered new interface driver gspca_zc3xx
[    1.412814] usbcore: registered new interface driver ALi m5602
[    1.418746] usbcore: registered new interface driver STV06xx
[    1.424490] usbcore: registered new interface driver gspca_gl860
[    1.432217] Synopsys Designware Multimedia Card Interface Driver
[    1.438610] dw_mmc ff704000.dwmmc0: IDMAC supports 32-bit address mode.
[    1.445415] dw_mmc ff704000.dwmmc0: Using internal DMA controller.
[    1.451607] dw_mmc ff704000.dwmmc0: Version ID is 240a
[    1.456885] dw_mmc ff704000.dwmmc0: DW MMC controller at irq 30,32 bit host 
data width,1024 deep fifo
[    1.477945] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 
400000Hz, actual 396825HZ div = 63)
[    1.498932] usb 1-1: new full-speed USB device number 2 using dwc2
[    1.500049] dw_mmc ff704000.dwmmc0: 1 slots initialized
[    1.501408] usbcore: registered new interface driver usbhid
[    1.501411] usbhid: USB HID core driver
[    1.502251] fpga_manager fpga0: Altera SOCFPGA FPGA Manager registered
[    1.502879] altera_hps2fpga_bridge ff400000.fpga_bridge: enabling bridge
[    1.503287] altera_hps2fpga_bridge ff400000.fpga_bridge: fpga bridge 
[lwhps2fpga] registered
[    1.503435] altera_hps2fpga_bridge ff500000.fpga_bridge: enabling bridge
[    1.503587] altera_hps2fpga_bridge ff500000.fpga_bridge: fpga bridge 
[hps2fpga] registered
[    1.507786] NET: Registered protocol family 10
[    1.511572] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.512533] NET: Registered protocol family 17
[    1.512563] NET: Registered protocol family 15
[    1.512567] can: controller area network core (rev 20120528 abi 9)
[    1.512646] NET: Registered protocol family 29
[    1.512653] can: raw protocol (rev 20120528)
[    1.512657] can: broadcast manager protocol (rev 20161123 t)
[    1.512677] can: netlink gateway (rev 20130117) max_hops=1
[    1.513317] 8021q: 802.1Q VLAN Support v1.8
[    1.513367] Key type dns_resolver registered
[    1.513476] ThumbEE CPU extension supported.
[    1.513490] Registering SWP/SWPB emulation handler
[    1.519847] hctosys: unable to open rtc device (rtc0)
[    1.519852] of_cfs_init
[    1.520033] of_cfs_init: OK
[    1.520353] ALSA device list:
[    1.520356]   No soundcards found.
[    1.553089] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 
50000000Hz, actual 50000000HZ div = 0)
[    1.553182] mmc0: new high speed SDHC card at address 59b4
[    1.557100] mmcblk0: mmc0:59b4 USD00 14.7 GiB 
[    1.559353]  mmcblk0: p1 p2 p3
[    1.659485] ttyS0 - failed to request DMA
[    1.800345] random: fast init done
[    1.852224] input: Logitech USB Receiver as 
/devices/platform/soc/ffb40000.usb/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/input0
[    1.923747] hid-generic 0003:046D:C52B.0001: input: USB HID v1.11 Keyboard 
[Logitech USB Receiver] on usb-ffb40000.usb-1/input0
[    1.962352] input: Logitech USB Receiver as 
/devices/platform/soc/ffb40000.usb/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input1
[    2.032545] hid-generic 0003:046D:C52B.0002: input: USB HID v1.11 Mouse 
[Logitech USB Receiver] on usb-ffb40000.usb-1/input1
[    2.061499] hid-generic 0003:046D:C52B.0003: device has no listeners, 
quitting
[    2.073378] EXT4-fs (mmcblk0p3): recovery complete
[    2.080609] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. 
Opts: (null)
[    2.088746] VFS: Mounted root (ext4 filesystem) on device 179:3.
[    2.096323] devtmpfs: mounted
[    2.100799] Freeing unused kernel memory: 1024K
[    2.458193] systemd[1]: System time before build time, advancing clock.
[    2.522198] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT 
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS 
+ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.540704] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 9 (stretch)!

[    2.554707] systemd[1]: Set hostname to <mksocfpga-nano-soc>.
[    3.093584] systemd[1]: Started Forward Password Requests to Wall Directory 
Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    3.109450] systemd[1]: Started Dispatch Password Requests to Console 
Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    3.125128] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    3.138264] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    3.151392] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    3.165230] systemd[1]: Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[    3.179335] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Created slice System Slice.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Created slice system-serial\x2dgetty.slice.
         Starting Create list of required st…ce nodes for the current 
kernel...
         Mounting /sys/kernel/debug...
[  OK  ] Reached target User and Group Name Lookups.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Listening on udev Control Socket.
[    3.288579] EXT4-fs (mmcblk0p3): re-mounted. Opts: errors=remount-ro
         Starting Set the console keyboard layout...
[  OK  ] Listening on Syslog Socket.
         Starting Journal Service...
         Starting Load Kernel Modules...
[  OK  ] Reached target Slices.
[  OK  ] Mounted /sys/kernel/debug.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Create list of required sta…vice nodes for the current 
kernel.
         Starting Create Static Device Nodes in /dev...
         Starting Load/Save Random Seed...
         Starting udev Coldplug all Devices...
[  OK  ] Started Load Kernel Modules.
         Mounting Configuration File System...
         Starting Apply Kernel Variables...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Mounted Configuration File System.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[    3.839173] systemd-journald[902]: Received request to flush runtime journal 
from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Kernel Device Manager.
         Starting Network Service...
[  OK  ] Started Network Service.
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /config...
         Mounting /tmp...
[  OK  ] Mounted /config.
[    4.810018] random: crng init done
[  OK  ] Mounted /tmp.
[  OK  ] Reached target Local File Systems.
         Starting Raise network interfaces...
         Starting Create Volatile Files and Directories...
         Starting Set console font and keymap...
[  OK  ] Started Set console font and keymap.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[    5.490862] altera_ilc ff230000.ilc: No interrupt connected to ILC
[    5.500049] altera_ilc: probe of ff230000.ilc failed with error -1
[  OK  ] Started Raise network interfaces.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started udev Coldplug all Devices.
[    6.505246] socfpga-dwmac ff702000.ethernet eth0: IEEE 1588-2008 Advanced 
Timestamp supported
[    6.533632] socfpga-dwmac ff702000.ethernet eth0: registered PTP clock
[  OK  ] Found device /dev/mmcblk0p2.
         Activating swap /dev/mmcblk0p2...
[    6.974480] Adding 1048572k swap on /dev/mmcblk0p2.  Priority:-1 extents:1 
across:1048572k SS
[  OK  ] Activated swap /dev/mmcblk0p2.
[  OK  ] Reached target Swap.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[  OK  ] Listening on ACPID Listen Socket.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Accounts Service...
         Starting RealtimeKit Scheduling Policy Service...
         Starting Telephony service...
[  OK  ] Started Cgroup management daemon.
         Starting Login Service...
         Starting System Logging Service...
         Starting DUN service...
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Started D-Bus System Message Bus.
[    8.309781] cgroup: new mount options do not match the existing superblock, 
will be ignored
[  OK  ] Started DUN service.
[  OK  ] Started Telephony service.
[  OK  ] Started RealtimeKit Scheduling Policy Service.
         Starting Connection service...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started System Logging Service.
[  OK  ] Started Login Service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Connection service.
         Starting Wait for network to be configured by ConnMan...
[  OK  ] Reached target Network.
         Starting Network Name Resolution...
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
[  OK  ] Started Permit User Sessions.
         Starting Simple Desktop Display Manager...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
         Starting Authorization Manager...
[  OK  ] Started Simple Desktop Display Manager.
         Starting Hostname Service...
         Starting WPA supplicant...
[  OK  ] Started Network Name Resolution.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started Hostname Service.
[  OK  ] Started WPA supplicant.
[  OK  ] Started Authorization Manager.
[  OK  ] Started Accounts Service.
[   10.621644] socfpga-dwmac ff702000.ethernet eth0: Link is Up - 1Gbps/Full - 
flow control rx/tx
[  OK  ] Started Wait for network to be configured by ConnMan.
[  OK  ] Reached target Network is Online.
         Starting LSB: Start NTP daemon...
         Starting Automounts filesystems on demand...
[  OK  ] Started Automounts filesystems on demand.
[  OK  ] Started LSB: Start NTP daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Debian GNU/Linux 9 mksocfpga-nano-soc ttyS0

mksocfpga-nano-soc login: 



On May 27, 2018, at 3:26 AM, Michael Brown <[email protected]> wrote:

Yes a separate monitor for each system would definitely be to recommend.
But with one monitor I recommend you stay in the usb kermit/putty console until it successfully gets down to saying:
(It is not necessary to see the 2 penguins...)


[  OK  ] Started User Manager for UID 111.

Debian GNU/Linux 9 mksocfpga-nano-soc ttyS0

mksocfpga-nano-soc login: 

Then shift to the de10 board hdmi output.
it takes around another 10 secs (after the login message) until the DE10 Nano HDMI display shows the login screen gui (on first boot it may take up to a minute).
---
Since the frame buffer address has been altered:
With the new images you need to wait for the PR to get merged, and the hopefully build the new socfpga-rbf debs without problems:

Or
pull the latest updates on the pushed (De10 nano soc fb db25) branch and then manually re-compile in quartus.

On Sunday, 27 May 2018 06:24:38 UTC+2, mugginsac wrote:
Michael,

I built a uSD from the new image. I tried both my rbf “/lib/firmware/socfpga/DE10_Nano_FB_DB25.7I76_7I76_7I76_7I76.rbf” and the one you listed in the instructions “/lib/firmware/socfpga/DE10_Nano_FB_Cramps.3x24_Cap.rbf” I still

I dont know if you are aware that capitalization matters the correct filenames are:

/lib/firmware/socfpga/DE10_Nano_FB_Cramps.3x24_cap.rbf
/lib/firmware/socfpga/DE10_Nano_SoC_FB_DB25.7I76_7I76_7I76_7I76.rbf
 
But these will first be in the socfpga-rbf.deb package a few hours after Charles (or someone else) gets around to merging.....
:-) 
am not getting a display from the HDMI port of the DE10_Nano. I realized that I had missed a crucial instruction earlier, I was not setting FPGA_LOAD_ON_BOOT to 1. The console looks like it is initializing the desktop according to the messages but I don’t see anything on the monitor when I turn off my development system to try and allow the DE10_Nano to control the monitor. I think Monday I will try to get an extra monitor so that each system can have its own.

Alan

On May 26, 2018, at 4:44 PM, Michael Brown <[email protected]> wrote:

OK

New PR stuff is now in the pipeline,,, please enjoy ... :-)
images:
HDMI readme:
No desktop (console version) readme:


On Saturday, 26 May 2018 23:19:52 UTC+2, Michael Brown wrote:
While the former dtb file will enable the display, it will not let you run machinekit
as the name of the uio port is not correct for machinekit use.
this mishap is now corrected in this one.
---
I am now running the full quartus docker build, and then expect if all goes well
to upload the 2 fresh images, reduce the instructions and push my PR in a few hours....
:-)

On Saturday, 26 May 2018 19:38:07 UTC+2, Michael Brown wrote:


On Saturday, 26 May 2018 06:36:46 UTC+2, mugginsac wrote:
I am seeing three errors on the putty console when it starts to load the kernel
the first says [failed] Failed to start Load Kernel Modules
the second says [failed] Failed to start iSCSI initiator daemon(iscsid)
the third says [failed] Failed to start Login to default iSCSI targets

Those errors are not important... however:

I think I know why you are booting to a blank screen:

In the (former released now online) sd image the framebuffer's address was 0x0005_0000, so that is the setting in that device tree.
I my recent work I have changed to using 0x0003_1000 for the framebuffer address.....

So I have attached my current version that will make the hdmi monitor work.
Copy this file to the /boot/dtb folder on you sd card overwriting the former version.

--- BTW
I am very close to having and updated image ready for release with:

-- A speedier framebuffer.
-- A much more simple u boot setup.
-- no missing -dev source files,(due to being built on stretch which has a newer qemu version than kde neon 16.04)



> On May 25, 2018, at 7:11 PM, Charles Steinkuehler <[email protected]> wrote:
>
> On 5/25/2018 5:28 PM, Condit Alan wrote:
>>
>> I am thinking about buying a small LCD monitor say (16” 1366x768).
>> So that I can have a monitor on the putty console at the same time
>> I am trying to see if the de10-nano is booting into the desktop.
>> Right now I can’t easily switch between the x86 linux desktop and
>> the de10-nano desktop to see if I am being successful or not. When
>> I turn off my development box and try to boot the de10-nano
>> desktop I am not seeing anything, the monitor just reports no
>> signal.
>
> I recommend always having a UART serial terminal connected, you will
> see a lot of errors you would otherwise miss.  And most of the dev
> boards (including the DE10) have a Linux console by default on the USB
> UART interface.
>
> --
> Charles Steinkuehler
> [email protected]
>
> --
> website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
> ---
> You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/BPRQpoyvFm8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
> Visit this group at https://groups.google.com/group/machinekit.
> For more options, visit https://groups.google.com/d/optout.


--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/BPRQpoyvFm8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.


--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/BPRQpoyvFm8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to