**** BEGIN LOGGING AT Fri Aug 07 02:59:58 2015 Aug 07 03:32:09 jkridner: working on it Aug 07 14:04:30 neemo: we really need to see some Python BeagleSat package code ASAP. How's that going? Aug 07 15:29:26 <_rohith> gm Aug 07 15:38:16 moin Aug 07 16:36:45 <_rohith> vmayoral: ping Aug 07 16:47:53 <_rohith_> _av500_: ping Aug 07 19:31:06 gm Aug 07 19:31:19 ping jkridner Aug 07 21:41:26 hey rcn-ee ... Aug 07 21:41:49 got a little u-boot issue for you Aug 07 21:45:36 nerdboy, what did you do? ;) Aug 07 21:59:22 using wandboard mmc for bootstrapping ssd/sata Aug 07 21:59:49 your changes broke my hack Aug 07 22:00:45 i was putting mmcroot=/dev/sda3 in uEnv but now it doesn't work Aug 07 22:01:11 tried uuid=blah and that didn't work either Aug 07 22:01:47 is there some other/more appropriate single-variable change i can make to override root= ? Aug 07 22:02:19 root=/dev/sda3 ro Aug 07 22:02:29 tried that too Aug 07 22:03:11 in the /boot/uEmv or the /uEnv ? Aug 07 22:03:21 or does it matter in this case? Aug 07 22:04:14 /boot/uEnv.txt (only i think on the wand) Aug 07 22:04:19 i have nothing on the card except u-boot and /boot stuff Aug 07 22:04:34 stick it in that /boot directory... Aug 07 22:04:46 btw, does scsi reset work in u-boot ? Aug 07 22:05:22 wand board needs a hardware hack so i have no idea Aug 07 22:06:23 well for "boot" ;) the x15 also needs a bootrom jumper.. but i have it reading everything off sata & usb... (u-boot still on the microSD).. Aug 07 22:06:39 so the magic line on the wand: mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} ${cmdline} Aug 07 22:06:51 "mmcroot"= gets set on a guess.. Aug 07 22:07:07 so if you want root=/dev/sda3 ro... Aug 07 22:07:31 on mine it defaults to mmcblk0p1 Aug 07 22:07:43 setenv mmcargs setenv bootargs console=\${console} \${optargs} root=/dev/sda3 ro rootfstype=\${mmcrootfstype} \${cmdline} Aug 07 22:07:56 i need to add "root" override so mmargs won't nuke it if you set it.. Aug 07 22:08:08 that's what i ended up with in my uEnv Aug 07 22:08:21 did that work? it should.. (fingers crossed) Aug 07 22:09:16 i set realroot=/dev/sda3 ro and then added mmcargs=setenv bootargs console=${console} ${optargs} root=${realroot} rootfstype=${mmcrootfstype} ${cmdline} Aug 07 22:09:21 that works Aug 08 01:55:33 damn, he didn't wait for kernel feedback... **** ENDING LOGGING AT Sat Aug 08 02:59:58 2015