Re: AMBEServer Install for PiDV
Simple - except when it's not. It appears that those directions are for the DVThumb, not my PiDV (DV3000). I guess this will work if I do the following: $ sudo nano /boot/config.txt init_uart_clock=3686400 $ sudo nano /etc/inittab Replace: T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 With: #T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 $ sudo nano /boot/cmdline.txtd Replace: wc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait With: dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait If I can get it to work, perhaps I'll write it up. Unfortunatly, time to work on this is limited; I'll see what happens. Thanks and 73, Mike WM4B
On Mon, Mar 11, 2019 at 7:45 PM, Clint Heffner wrote: This is the only one I have gotten to work recently...
|
|