On Mon, Dec 11, 2017 at 4:27 PM, Daniel Kulp <[email protected]> wrote: > > > On Monday, December 11, 2017 at 4:18:31 PM UTC-5, RobertCNelson wrote: >> >> >> btrfs got added in u-boot v2017.11... ;) >> >> >> https://github.com/u-boot/u-boot/commit/0c936ee3194ac5b533a18fcd08e5d285853af5fe#diff-09d710108823b360adf225b17cef57f9 >> > > Doesn't seem to work.... > > U-Boot 2018.01-rc1-00002-g87ef84e094 (Dec 06 2017 - 14:58:04 -0600), Build: > jenkins-github_Bootloader-Builder-16 > > CPU : AM335X-GP rev 2.1 > I2C: ready > DRAM: 512 MiB > No match for driver 'omap_hsmmc' > No match for driver 'omap_hsmmc' > Some drivers were not found > Reset Source: Power-on reset has occurred. > MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 > Using default environment > > Board: BeagleBone Black > <ethaddr> not set. Validating first E-fuse MAC > BeagleBone Black: > Model: Element14 BeagleBone Black Industrial: > BeagleBone: cape eeprom: i2c_probe: 0x54: > BeagleBone: cape eeprom: i2c_probe: 0x55: > BeagleBone: cape eeprom: i2c_probe: 0x56: > BeagleBone: cape eeprom: i2c_probe: 0x57: > Net: eth0: MII MODE > cpsw, usb_ether > Press SPACE to abort autoboot in 2 seconds > board_name=[A335BNLT] ... > board_rev=[EIA0] ... > Card did not respond to voltage select! > mmc_init: -95, time 13 > Card did not respond to voltage select! > mmc_init: -95, time 12 > Card did not respond to voltage select! > mmc_init: -95, time 13 > gpio: pin 56 (gpio 56) value is 0 > gpio: pin 55 (gpio 55) value is 0 > gpio: pin 54 (gpio 54) value is 0 > gpio: pin 53 (gpio 53) value is 1 > Card did not respond to voltage select! > mmc_init: -95, time 13 > Card did not respond to voltage select! > mmc_init: -95, time 13 > switch to partitions #0, OK > mmc1(part 0) is current device > Failed to mount ext2 filesystem... > ** Unrecognized filesystem type ** > gpio: pin 56 (gpio 56) value is 0 > gpio: pin 55 (gpio 55) value is 0 > gpio: pin 54 (gpio 54) value is 0 > gpio: pin 53 (gpio 53) value is 1 > switch to partitions #0, OK > mmc1(part 0) is current device > gpio: pin 54 (gpio 54) value is 1 > Failed to mount ext2 filesystem... > ** Unrecognized filesystem type ** > Checking for: /uEnv.txt ... > Failed to mount ext2 filesystem... > ** Unrecognized filesystem type ** > Checking for: /boot.scr ... > Failed to mount ext2 filesystem... > ** Unrecognized filesystem type ** > Checking for: /boot/boot.scr ... > Failed to mount ext2 filesystem... > ** Unrecognized filesystem type ** > Checking for: /boot/uEnv.txt ... > Failed to mount ext2 filesystem...
Looks like more testing is needed! ;) PS, btrfs is now back: https://github.com/RobertCNelson/bb-kernel/commit/0a59eaa178b69cd3dc0a489656d359c33e632188 Depending on KERNEL_MODE_NEON (RT deselects KERNEL_MODE_NEON), you'll either get: raid6_neonx2 or raid6_intx4 (which are the calculated defaults) it would be nicer to just pass which one we want thru cmdline, but that'll need more work for a later time.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiJC-Q1fB38HT%3D80_u2iBkyupXSSRvhjEcHGx3MbFy0BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
