Got it working with Debian 10 (kernel 4.19.58), here is the full console from boot to login: HP #setenv thinpro_bootargs 'console=ttyO0,115200n8 rootwait root=/dev/mmcblk0p2 rw' HP #setenv thinpro 'hprecover; mmc init 2; st; ext2load mmc 2:1 0x80007FC0 /uImage-4.19.58; et; setenv bootargs ${mtdparts} ${thinpro_bootargs} ${kmem_bootargs}; bootm 0x80007FC0' HP #run bootcmdby dirac - Off-Topic
bodhi, I guess they were fixed, I upgraded the kernel to 4.19.58 to be in line with Debian 10. After booting the kernel and ramdisk, I got dumped into the Debian installer, but I'm failing steps in the install process.by dirac - Off-Topic
bodhi, Forgive my ignorance, but exactly which messages are hwmon errors?by dirac - Off-Topic
bodhi, Thanks, that worked like a charm. Here is the console output: [40401]: * kernel: cmdline image address = 0x80009000 [40406]: ## Booting kernel from Legacy Image at 80009000 ... [40411]: Image Name: Linux-4.14.130 [40415]: Image Type: ARM Linux Kernel Image (uncompressed) [40421]: Data Size: 3779382 Bytes = 3.6 MiB [40425]: Load Address: 80008000 [40428]:by dirac - Off-Topic
No dice, U-boot hangs the exact same way as before. If it is any help, here is the output of booting the stock kernel image, uImage-2.6.37-atlas, with uInitrd.usb.atl HP #setenv bootusb 'usb start; fatload usb 0 0x80009000 /boot/uImage-2.6.37-atlas; fatload usb 0 0x80800000 /boot/uInitrd.usb.atl; usb stop' HP #setenv usbboot 'setenv bootargs ${usb_mtdparts} ${usb_bootargs} $by dirac - Off-Topic
Neither of those commands worked. U-boot doesn't even load the initrd image: HP #setenv bootusb 'usb start; fatload usb 0 0x80009000 /boot/uImage-4.14.130; fatload usb 0 0x2109000 /boot/uInitrd.usb.atl; usb stop' HP #setenv usbboot 'setenv bootargs ${usb_mtdparts} ${usb_bootargs} ${usb_kmem_bootargs}; run bootusb; bootm 0x80009000 0x2109000' HP #run usbboot (Re)starby dirac - Off-Topic
1) I have been booting using the command usbboot from my environment: usbboot=setenv bootargs ${usb_mtdparts} ${usb_bootargs} ${usb_kmem_bootargs}; run bootusb; bootm 0x80009000 0x80900000 which is loading the kernel and initrd from a usb memory stick (in /boot). I've gotten this to work using the stock kernel and initrd. 2) These are the commands I have run in the kernel source directorby dirac - Off-Topic
1) Here is the stock environment: [0000]: X-LOADER VERSION PS600HX 5.08-SPI (Nov 02 2012 - 15:22:23) [0332]: TI8148-GP rev 2.1 [0335]: ARM clk: 1000MHz [0337]: I2C: ready [0390]: DRAM: 1 GiB [0393]: Using default environment [0449]: Hit any key to stop autoboot: 0 [0453]: SF: Detected MX25L6445E with page size 256, total 8388608 bytes [0460]: 8192 KiB MX25L6445E at 0:0 is nby dirac - Off-Topic
I have been able to basically follow the instructions from: http://muru.com/linux/t410/ to compile a kernel and try to boot it. The default u-boot version for the HP t410 is "U-BOOT VERSION PS600HX 5.08-SPI (Nov 02 2012 - 15:23:06)" I have been trying to load my kernel uImage and the uInitrd supplied in one of HP's images for the t410. I can get everything working fine with theby dirac - Off-Topic