Re: Debian on Checkpoint L-50 April 02, 2023 02:24PM |
Admin Registered: 13 years ago Posts: 18,997 |
usb startIf you see that SD card show up as USB storage then the boot process is the same. With some envs adjustment, it can be the Debian rootfs.
Re: Debian on Checkpoint L-50 April 02, 2023 03:02PM |
Registered: 1 year ago Posts: 6 |
Re: Debian on Checkpoint L-50 April 02, 2023 04:13PM |
Registered: 10 years ago Posts: 1,037 |
bootdelay=1 - change to bootdelay=5
Re: Debian on Checkpoint L-50 April 02, 2023 05:06PM |
Admin Registered: 13 years ago Posts: 18,997 |
setenv bootcmd 'usb start; sleep 3; run bootcmd_exec; reset'
setenv bootcmd 'usb reset; usb reset; usb reset; run bootcmd_exec; reset'
Re: Debian on Checkpoint L-50 April 03, 2023 03:18AM |
Registered: 1 year ago Posts: 6 |
Re: Debian on Checkpoint L-50 April 03, 2023 12:00PM |
Registered: 10 years ago Posts: 1,037 |
Re: Debian on Checkpoint L-50 April 03, 2023 12:07PM |
Registered: 10 years ago Posts: 1,037 |
Re: Debian on Checkpoint L-50 April 03, 2023 01:24PM |
Registered: 1 year ago Posts: 6 |
Re: Debian on Checkpoint L-50 April 04, 2023 01:48AM |
Registered: 9 years ago Posts: 461 |
Re: Debian on Checkpoint L-50 April 04, 2023 02:29PM |
Registered: 1 year ago Posts: 6 |
Re: Debian on Checkpoint L-50 April 04, 2023 03:00PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Debian on Checkpoint L-50 April 04, 2023 08:58PM |
Registered: 9 years ago Posts: 461 |
Re: Debian on Checkpoint L-50 April 04, 2023 10:48PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Debian on Checkpoint L-50 April 05, 2023 03:43AM |
Registered: 1 year ago Posts: 6 |
Re: Debian on Checkpoint L-50 April 10, 2023 07:49AM |
Registered: 10 years ago Posts: 1,037 |
Re: Debian on Checkpoint L-50 April 13, 2023 05:05PM |
Registered: 10 years ago Posts: 1,037 |
root@debian:/# dmesg | tail [ 37.384846] mv88e6085 f1072004.mdio-bus-mii:10: Link is Up - 1Gbps/Full - flow control off [ 37.475834] mv88e6085 f1072004.mdio-bus-mii:10: configuring for fixed/rgmii-id link mode [ 37.503879] DSA: tree 0 setup [ 37.509638] mv88e6085 f1072004.mdio-bus-mii:10: Link is Up - 1Gbps/Full - flow control off [ 46.950169] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 46.960828] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 214.728797] mmc0: problem reading SD Status register [ 214.736089] mmc0: host does not support reading read-only switch, assuming write-enable [ 214.745367] mmc0: new SD card at address d555
The entire card: Disk /dev/mmcblk0: 28.89 GiB, 31021072384 bytes, 60588032 sectors The 1st partition: /dev/mmcblk0p1 2048 60588031 60585984 28.9G b W95 FAT32
Re: Debian on Checkpoint L-50 April 13, 2023 05:15PM |
Admin Registered: 13 years ago Posts: 18,997 |
md - memory display mdio - MDIO utility commands mii - MII utility commands mm - memory modify (auto-incrementing address) mtdparts - define flash/nand partitions mw - memory write (fill)
usb resetor
ubs start
Re: Debian on Checkpoint L-50 April 13, 2023 05:25PM |
Registered: 10 years ago Posts: 1,037 |
Re: Debian on Checkpoint L-50 April 13, 2023 11:57PM |
Registered: 9 years ago Posts: 461 |
Re: Debian on Checkpoint L-50 April 14, 2023 12:03AM |
Registered: 9 years ago Posts: 429 |
Re: Debian on Checkpoint L-50 April 14, 2023 12:19AM |
Registered: 9 years ago Posts: 461 |
Re: Debian on Checkpoint L-50 April 14, 2023 12:23AM |
Registered: 9 years ago Posts: 429 |
Re: Debian on Checkpoint L-50 April 14, 2023 01:10AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Debian on Checkpoint L-50 April 14, 2023 03:42AM |
Registered: 9 years ago Posts: 429 |
Re: Debian on Checkpoint L-50 April 22, 2023 09:47AM |
Registered: 10 years ago Posts: 1,037 |
Re: Debian on Checkpoint L-50 April 22, 2023 12:58PM |
Registered: 9 years ago Posts: 429 |
Re: Debian on Checkpoint L-50 April 30, 2023 05:06PM |
Registered: 10 years ago Posts: 1,037 |
Re: Debian on Checkpoint L-50 April 30, 2023 05:15PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
the focus of this post really is to highlight i have another one and will see if the kernel and associated drivers work well enough with the out of the box rootfs+kernel - - to drive the wifi / sdcard reader / adsl
Re: Debian on Checkpoint L-50 April 30, 2023 05:20PM |
Registered: 10 years ago Posts: 1,037 |
Re: Debian on Checkpoint L-50 July 14, 2024 06:10PM |
Registered: 1 year ago Posts: 96 |