Hello,
The answer to my question may end up being very obvious, but I have spent the whole day trying to install Ubuntu on the Apalis TK1 to no avail. I probably missed a step somewhere, so I will recount my steps here.
- Installed Ubuntu 14.04 on Parallels VM
- Downloaded NVIDIA TK1 JetPack 2.2
- Downloaded Apalis TK1 Linux Image 2.6
- Followed the instructions to replace roots in the Linux image
- Performed the sed and sh steps to prepare installation kernel
- Ran
sudo update.sh -o DRIVE
to a FAT32 micro-SD card - I rebooted my Ixora board in recovery mode by holding down the button next to power adapter, while holding down the power button.
- When booting I hit a key to stop it from auto loading, but we boot into the embedded OS anyhow. Since we’re not booted into the Boot Load, none of the U-Boot commands work.
- I connected my Ixora board with TK1 into my MacBook Pro and booted in recovery mode once again. The USB showed up on my VM and shows up in Ubuntu when I do
dmesg
. The output is as follows:
[ 853.220750] rndis_host 1-3:1.0 usb0: unregister 'rndis_host' usb-0000:00:1d.7-3, RNDIS device
[ 4140.285060] usb 1-3: new high-speed USB device number 6 using ehci-pci
[ 4140.431893] usb 1-3: New USB device found, idVendor=18d1, idProduct=0001
[ 4140.431896] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4140.431897] usb 1-3: Product: Android
[ 4140.431898] usb 1-3: Manufacturer: Android gr8rFiV8US03C03C00
[ 4140.431899] usb 1-3: SerialNumber: 0123456789ABCDEF
[ 4140.463268] rndis_host 1-3:1.0 usb0: register 'rndis_host' at usb-0000:00:1d.7-3, RNDIS device, 52:e2:e4:a1:df:78
- Finally, the device does not show up in
/dev/
asttyUSB0
as was suggested. I tried setting upmincom
, but since I do not which device to listen to, it does not work. I tried quite a few of them to no avail as well.
What obvious step am I missing?
Thank you for your help in advance.